Files
linux/include/net
Cong Wang 06f540913d llc: avoid blocking in llc_sap_close()
[ Upstream commit 9708d2b5b7 ]

llc_sap_close() is called by llc_sap_put() which
could be called in BH context in llc_rcv(). We can't
block in BH.

There is no reason to block it here, kfree_rcu() should
be sufficient.

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-20 17:59:59 +01:00
..
2017-07-11 06:08:58 -04:00
2019-05-08 07:20:45 +02:00
2019-06-17 19:52:44 +02:00
2019-03-23 14:35:16 +01:00
2019-02-23 09:06:44 +01:00
2017-08-31 14:42:19 -07:00
2019-11-10 11:25:37 +01:00
2019-03-13 14:03:09 -07:00
2017-06-15 12:12:40 -04:00
2016-08-17 19:36:23 -04:00
2019-11-20 17:59:59 +01:00
2016-10-03 02:00:22 -04:00
2018-05-16 10:10:23 +02:00
2018-02-25 11:07:59 +01:00
2019-09-16 08:20:44 +02:00