Staging
v0.6.0
https://github.com/torvalds/linux
Revision ca749bbb108c24a876014c804f9777c545be4d59 authored by Marcelo Ricardo Leitner on 18 November 2019, 12:46:09 UTC, committed by David S. Miller on 19 November 2019, 01:25:36 UTC
Commit eec4844fae7c ("proc/sysctl: add shared variables for range
check") did:
-               .extra2         = &two,
+               .extra2         = SYSCTL_ONE,
here, which doesn't seem to be intentional, given the changelog.
This patch restores it to the previous, as the value of 2 still makes
sense (used in fib_multipath_hash()).

Fixes: eec4844fae7c ("proc/sysctl: add shared variables for range check")
Cc: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Acked-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 39c68b3
History
Tip revision: ca749bbb108c24a876014c804f9777c545be4d59 authored by Marcelo Ricardo Leitner on 18 November 2019, 12:46:09 UTC
net/ipv4: fix sysctl max for fib_multipath_hash_policy
Tip revision: ca749bb
File Mode Size
Makefile -rw-r--r-- 315 bytes
cq_desc.h -rw-r--r-- 2.4 KB
cq_enet_desc.h -rw-r--r-- 1.2 KB
snic.h -rw-r--r-- 11.3 KB
snic_attrs.c -rw-r--r-- 2.2 KB
snic_ctl.c -rw-r--r-- 7.1 KB
snic_debugfs.c -rw-r--r-- 13.9 KB
snic_disc.c -rw-r--r-- 13.3 KB
snic_disc.h -rw-r--r-- 3.0 KB
snic_fwint.h -rw-r--r-- 14.0 KB
snic_io.c -rw-r--r-- 13.9 KB
snic_io.h -rw-r--r-- 3.5 KB
snic_isr.c -rw-r--r-- 5.0 KB
snic_main.c -rw-r--r-- 23.4 KB
snic_res.c -rw-r--r-- 7.2 KB
snic_res.h -rw-r--r-- 3.0 KB
snic_scsi.c -rw-r--r-- 66.5 KB
snic_stats.h -rw-r--r-- 4.4 KB
snic_trc.c -rw-r--r-- 3.8 KB
snic_trc.h -rw-r--r-- 3.3 KB
vnic_cq.c -rw-r--r-- 2.6 KB
vnic_cq.h -rw-r--r-- 3.1 KB
vnic_cq_fw.h -rw-r--r-- 1.7 KB
vnic_dev.c -rw-r--r-- 16.8 KB
vnic_dev.h -rw-r--r-- 3.7 KB
vnic_devcmd.h -rw-r--r-- 7.9 KB
vnic_intr.c -rw-r--r-- 1.7 KB
vnic_intr.h -rw-r--r-- 2.7 KB
vnic_resource.h -rw-r--r-- 2.1 KB
vnic_snic.h -rw-r--r-- 1.7 KB
vnic_stats.h -rw-r--r-- 1.7 KB
vnic_wq.c -rw-r--r-- 5.5 KB
vnic_wq.h -rw-r--r-- 4.7 KB
wq_enet_desc.h -rw-r--r-- 3.7 KB

back to top