android_kernel_samsung_a7y1.../net/hsr
Taehee Yoo b7c6627960 hsr: set .netnsok flag
[ Upstream commit 09e91dbea0aa32be02d8877bd50490813de56b9a ]

The hsr module has been supporting the list and status command.
(HSR_C_GET_NODE_LIST and HSR_C_GET_NODE_STATUS)
These commands send node information to the user-space via generic netlink.
But, in the non-init_net namespace, these commands are not allowed
because .netnsok flag is false.
So, there is no way to get node information in the non-init_net namespace.

Fixes: f421436a591d ("net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-07 14:23:42 +02:00
..
hsr_device.c
hsr_device.h
hsr_forward.c
hsr_forward.h
hsr_framereg.c hsr: use rcu_read_lock() in hsr_get_node_{list/status}() 2020-04-07 14:23:38 +02:00
hsr_framereg.h
hsr_main.c
hsr_main.h
hsr_netlink.c hsr: set .netnsok flag 2020-04-07 14:23:42 +02:00
hsr_netlink.h
hsr_slave.c hsr: fix general protection fault in hsr_addr_is_self() 2020-04-07 14:23:24 +02:00
hsr_slave.h
Kconfig
Makefile