Re: [PATCH net 1/3] macsec: add rcu_barrier() on module exit

2016-06-14 Thread Hannes Frederic Sowa
On 14.06.2016 15:25, Sabrina Dubroca wrote: > Without this, the various uses of call_rcu could cause a kernel panic. > > Fixes: c09440f7dcb3 ("macsec: introduce IEEE 802.1AE driver") > Signed-off-by: Sabrina Dubroca Acked-by: Hannes Frederic Sowa

[PATCH net 1/3] macsec: add rcu_barrier() on module exit

2016-06-14 Thread Sabrina Dubroca
Without this, the various uses of call_rcu could cause a kernel panic. Fixes: c09440f7dcb3 ("macsec: introduce IEEE 802.1AE driver") Signed-off-by: Sabrina Dubroca --- drivers/net/macsec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/macsec.c b/drivers/net/macsec.c index 47ee2