The patch titled sysctl-add-proc_dointvec_unsigned-handler-update has been added to the -mm tree. Its filename is sysctl-add-proc_dointvec_unsigned-handler-update.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: sysctl-add-proc_dointvec_unsigned-handler-update From: Dave Young <hidave.darkstar@xxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sysctl.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/sysctl.c~sysctl-add-proc_dointvec_unsigned-handler-update kernel/sysctl.c --- a/kernel/sysctl.c~sysctl-add-proc_dointvec_unsigned-handler-update +++ a/kernel/sysctl.c @@ -2515,6 +2515,7 @@ int proc_dointvec_unsigned(struct ctl_ta { struct do_proc_dointvec_minmax_conv_param param = { .min = &zero, + .max = (int *) table->extra2, }; return do_proc_dointvec(table, write, buffer, lenp, ppos, do_proc_dointvec_minmax_conv, ¶m); _ Patches currently in -mm which might be from hidave.darkstar@xxxxxxxxx are sysctl-add-proc_dointvec_bool-handler.patch sysctl-use-proc_dointvec_bool-where-appropriate.patch sysctl-add-proc_dointvec_unsigned-handler.patch sysctl-add-proc_dointvec_unsigned-handler-update.patch sysctl-use-proc_dointvec_unsigned-where-appropriate.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