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
Kconfig -rw-r--r-- 663 bytes
Makefile -rw-r--r-- 316 bytes
csio_attr.c -rw-r--r-- 20.8 KB
csio_defs.h -rw-r--r-- 3.3 KB
csio_hw.c -rw-r--r-- 112.2 KB
csio_hw.h -rw-r--r-- 20.3 KB
csio_hw_chip.h -rw-r--r-- 4.2 KB
csio_hw_t5.c -rw-r--r-- 12.9 KB
csio_init.c -rw-r--r-- 28.7 KB
csio_init.h -rw-r--r-- 4.3 KB
csio_isr.c -rw-r--r-- 14.8 KB
csio_lnode.c -rw-r--r-- 53.9 KB
csio_lnode.h -rw-r--r-- 8.0 KB
csio_mb.c -rw-r--r-- 47.5 KB
csio_mb.h -rw-r--r-- 9.3 KB
csio_rnode.c -rw-r--r-- 22.6 KB
csio_rnode.h -rw-r--r-- 4.7 KB
csio_scsi.c -rw-r--r-- 67.1 KB
csio_scsi.h -rw-r--r-- 10.3 KB
csio_wr.c -rw-r--r-- 45.4 KB
csio_wr.h -rw-r--r-- 13.5 KB
t4fw_api_stor.h -rw-r--r-- 12.7 KB

back to top