Staging
v0.8.1
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
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 401 bytes
cassini.c -rw-r--r-- 138.8 KB
cassini.h -rw-r--r-- 122.1 KB
ldmvsw.c -rw-r--r-- 11.3 KB
niu.c -rw-r--r-- 228.9 KB
niu.h -rw-r--r-- 119.8 KB
sunbmac.c -rw-r--r-- 32.7 KB
sunbmac.h -rw-r--r-- 16.8 KB
sungem.c -rw-r--r-- 76.4 KB
sungem.h -rw-r--r-- 41.7 KB
sunhme.c -rw-r--r-- 92.4 KB
sunhme.h -rw-r--r-- 26.6 KB
sunqe.c -rw-r--r-- 25.2 KB
sunqe.h -rw-r--r-- 18.7 KB
sunvnet.c -rw-r--r-- 13.3 KB
sunvnet_common.c -rw-r--r-- 45.3 KB
sunvnet_common.h -rw-r--r-- 4.3 KB

back to top