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>] [day] [month] [year] [list]
Message-ID: <452239A2.5020508@fr.ibm.com>
Date:	Tue, 03 Oct 2006 12:21:22 +0200
From:	Cedric Le Goater <clg@...ibm.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC:	Greg Banks <gnb@...bourne.sgi.com>, Neil Brown <neilb@...e.de>,
	Andrew Morton <akpm@...l.org>
Subject: [PATCH -mm] fix linux/nfsd/const.h for make headers_check 

make headers_check fails on linux/nfsd/const.h. 

Since linux/sunrpc/msg_prot.h does not seem to export anything
interesting for userspace, this patch moves it in the __KERNEL__ 
protected section.

Cheers,

C.

Signed-off-by: Cedric Le Goater <clg@...ibm.com>
---
 include/linux/nfsd/const.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: 2.6.18-mm3/include/linux/nfsd/const.h
===================================================================
--- 2.6.18-mm3.orig/include/linux/nfsd/const.h
+++ 2.6.18-mm3/include/linux/nfsd/const.h
@@ -13,7 +13,6 @@
 #include <linux/nfs2.h>
 #include <linux/nfs3.h>
 #include <linux/nfs4.h>
-#include <linux/sunrpc/msg_prot.h>

 /*
  * Maximum protocol version supported by knfsd
@@ -29,6 +28,8 @@

 #ifdef __KERNEL__

+#include <linux/sunrpc/msg_prot.h>
+
 #ifndef NFS_SUPER_MAGIC
 # define NFS_SUPER_MAGIC       0x6969
 #endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ