Re: [patch net-next] rocker: add missing init_net check in FIB notifier

2019-09-05 Thread David Miller
From: Jiri Pirko Date: Wed, 4 Sep 2019 09:40:47 +0200 > From: Jiri Pirko > > Take only FIB events that are happening in init_net into account. No other > namespaces are supported. > > Signed-off-by: Jiri Pirko Applied.

[patch net-next] rocker: add missing init_net check in FIB notifier

2019-09-04 Thread Jiri Pirko
From: Jiri Pirko Take only FIB events that are happening in init_net into account. No other namespaces are supported. Signed-off-by: Jiri Pirko --- drivers/net/ethernet/rocker/rocker_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/ethernet/rocker/rocker_main.c b/driv