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-- 289 bytes
host.c -rw-r--r-- 81.1 KB
host.h -rw-r--r-- 16.6 KB
init.c -rw-r--r-- 21.8 KB
isci.h -rw-r--r-- 18.3 KB
phy.c -rw-r--r-- 46.1 KB
phy.h -rw-r--r-- 13.4 KB
port.c -rw-r--r-- 52.4 KB
port.h -rw-r--r-- 9.1 KB
port_config.c -rw-r--r-- 25.1 KB
probe_roms.c -rw-r--r-- 5.3 KB
probe_roms.h -rw-r--r-- 10.5 KB
registers.h -rw-r--r-- 69.4 KB
remote_device.c -rw-r--r-- 52.2 KB
remote_device.h -rw-r--r-- 13.6 KB
remote_node_context.c -rw-r--r-- 25.1 KB
remote_node_context.h -rw-r--r-- 8.7 KB
remote_node_table.c -rw-r--r-- 19.6 KB
remote_node_table.h -rw-r--r-- 6.3 KB
request.c -rw-r--r-- 102.3 KB
request.h -rw-r--r-- 11.3 KB
sas.h -rw-r--r-- 6.3 KB
scu_completion_codes.h -rw-r--r-- 11.5 KB
scu_event_codes.h -rw-r--r-- 10.9 KB
scu_remote_node_context.h -rw-r--r-- 6.6 KB
scu_task_context.h -rw-r--r-- 24.3 KB
task.c -rw-r--r-- 23.9 KB
task.h -rw-r--r-- 5.6 KB
unsolicited_frame_control.c -rw-r--r-- 7.3 KB
unsolicited_frame_control.h -rw-r--r-- 8.4 KB

back to top