Re: [PATCH net] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc

From: Jakub Kicinski
Date: Mon May 16 2022 - 16:39:26 EST


On Fri, 13 May 2022 21:33:55 +0800 Duoming Zhou wrote:
> Fixes: 6a2968aaf50c ("NFC: basic NCI protocol implementation ")
> Fixes: 11f54f228643 ("NFC: nci: Add HCI over NCI protocol support")

Are there more bad callers? If st_nci_se_wt_timeout is the only source
of trouble then the fixes tag should point to when it was added, rather
than when the callee was added.