lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Jan 2012 12:41:09 -0800
From:	Stephen Hemminger <shemminger@...tta.com>
To:	David Miller <davem@...emloft.net>,
	Pavel Emelyanov <xemul@...allels.com>
Cc:	netdev@...r.kernel.org
Subject: Add unix_diag.h to kernel userspace headers

The change to use provide unix domain diag information in iproute2 means that
an additional header file has to be added to the kbuild header export list.
This ensures that any changes to the header file get picked up in future merges.

Signed-off-by: Stephen Hemminger <shemminger@...tta.com>

---
Patch for -net (ie 3.3) 

--- a/include/linux/Kbuild	2012-01-10 10:56:59.659188065 -0800
+++ b/include/linux/Kbuild	2012-01-20 12:36:53.518655336 -0800
@@ -375,6 +375,7 @@ header-y += uio.h
 header-y += ultrasound.h
 header-y += un.h
 header-y += unistd.h
+header-y += unix_diag.h
 header-y += usbdevice_fs.h
 header-y += utime.h
 header-y += utsname.h
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ