commit | b196c22af5c3ff784c472c80f6fb4e5fad67b2ac | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Tue Jun 14 15:25:14 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 15 14:47:46 2016 -0700 |
tree | 8cbba8301066d8f2c3dd3fd6ac269cbf6debffbd | |
parent | 0ee13627f963f9c5c9544ed19d82854836d5e676 [diff] |
macsec: add rcu_barrier() on module exit 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 <sd@queasysnail.net> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>