The patch titled Subject: proc-sysctl-add-shared-variables-for-range-check-fix-2-fix has been removed from the -mm tree. Its filename was proc-sysctl-add-shared-variables-for-range-check-fix-2-fix.patch This patch was dropped because it was folded into proc-sysctl-add-shared-variables-for-range-check.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-sysctl-add-shared-variables-for-range-check-fix-2-fix fix net/ipv6/sysctl_net_ipv6.c Cc: Matteo Croce <mcroce@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/ipv6/sysctl_net_ipv6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/ipv6/sysctl_net_ipv6.c~proc-sysctl-add-shared-variables-for-range-check-fix-2-fix +++ a/net/ipv6/sysctl_net_ipv6.c @@ -113,7 +113,7 @@ static struct ctl_table ipv6_table_templ .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec_minmax, - .extra1 = &zero, + .extra1 = SYSCTL_ZERO, .extra2 = &flowlabel_reflect_max, }, { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are proc-sysctl-add-shared-variables-for-range-check.patch proc-sysctl-add-shared-variables-for-range-check-fix-4.patch