Re: [PATCH net] netrom: fix sleep in atomic context bugs in timer handlers
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-07-26 02:49:37
Also in:
linux-hams, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-07-26 02:49:37
Also in:
linux-hams, lkml
On Sat, 23 Jul 2022 11:56:46 +0800 Duoming Zhou wrote:
Fixes: eafff86d3bd8 ("[NETROM]: Use kmemdup")That's not a correct Fixes tag, acme just swapped kmalloc for kmemdup(). The allocate flags did not change.