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-- 380 bytes
Makefile -rw-r--r-- 202 bytes
qedi.h -rw-r--r-- 8.9 KB
qedi_dbg.c -rw-r--r-- 2.5 KB
qedi_dbg.h -rw-r--r-- 4.2 KB
qedi_debugfs.c -rw-r--r-- 5.5 KB
qedi_fw.c -rw-r--r-- 66.7 KB
qedi_fw_api.c -rw-r--r-- 25.8 KB
qedi_fw_iscsi.h -rw-r--r-- 4.1 KB
qedi_fw_scsi.h -rw-r--r-- 1.1 KB
qedi_gbl.h -rw-r--r-- 3.0 KB
qedi_hsi.h -rw-r--r-- 955 bytes
qedi_iscsi.c -rw-r--r-- 40.8 KB
qedi_iscsi.h -rw-r--r-- 5.8 KB
qedi_main.c -rw-r--r-- 67.3 KB
qedi_nvm_iscsi_cfg.h -rw-r--r-- 6.7 KB
qedi_sysfs.c -rw-r--r-- 1.1 KB
qedi_version.h -rw-r--r-- 287 bytes

back to top