android_kernel_oneplus_msm8998/net/ieee802154
Eric Dumazet bf40801a01 inet: frags: fix ip6frag_low_thresh boundary
commit 3d23401283e80ceb03f765842787e0e79ff598b7 upstream.

Giving an integer to proc_doulongvec_minmax() is dangerous on 64bit arches,
since linker might place next to it a non zero value preventing a change
to ip6frag_low_thresh.

ip6frag_low_thresh is not used anymore in the kernel, but we do not
want to prematuraly break user scripts wanting to change it.

Since specifying a minimal value of 0 for proc_doulongvec_minmax()
is moot, let's remove these zero values in all defrag units.

Fixes: 6e00f7dd5e4e ("ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Maciej Żenczykowski <maze@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-08 11:25:32 +01:00
..
6lowpan inet: frags: fix ip6frag_low_thresh boundary 2019-02-08 11:25:32 +01:00
core.c
core.h
header_ops.c
ieee802154.h
Kconfig
Makefile
netlink.c
nl-mac.c
nl-phy.c
nl802154.c
nl802154.h
nl_policy.c
rdev-ops.h
socket.c net: ieee802154: fix net_device reference release too early 2018-04-13 19:50:10 +02:00
sysfs.c
sysfs.h
trace.c
trace.h