The patch titled kernel/sysctl_check.c must #include <linux/string.h> has been added to the -mm tree. Its filename is sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: kernel/sysctl_check.c must #include <linux/string.h> From: Adrian Bunk <bunk@xxxxxxxxxx> CC kernel/sysctl_check.o /home/bunk/linux/kernel-2.6/linux-2.6.23-rc2-mm2/kernel/sysctl_check.c: In function 'sysctl_binary_lookup': /home/bunk/linux/kernel-2.6/linux-2.6.23-rc2-mm2/kernel/sysctl_check.c:1303: error: implicit declaration of function 'strcmp' make[2]: *** [kernel/sysctl_check.o] Error 1 Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sysctl_check.c | 1 + 1 files changed, 1 insertion(+) diff -puN kernel/sysctl_check.c~sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh kernel/sysctl_check.c --- a/kernel/sysctl_check.c~sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh +++ a/kernel/sysctl_check.c @@ -3,6 +3,7 @@ #include "../arch/s390/appldata/appldata.h" #include "../fs/xfs/linux-2.6/xfs_sysctl.h" #include <linux/sunrpc/debug.h> +#include <linux/string.h> #include <net/ip_vs.h> struct trans_ctl_table { _ Patches currently in -mm which might be from bunk@xxxxxxxxxx are sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html