[to-be-updated] sysctl-add-proc_dointvec_unsigned-handler-update.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     sysctl-add-proc_dointvec_unsigned-handler-update
has been removed from the -mm tree.  Its filename was
     sysctl-add-proc_dointvec_unsigned-handler-update.patch

This patch was dropped because an updated version will be merged

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
@@ -2510,6 +2510,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, &param);
_

Patches currently in -mm which might be from hidave.darkstar@xxxxxxxxx are

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


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux