On Wed, 2024-01-24 at 10:01 +0100, Alexis Lothoré wrote: > On 1/23/24 18:39, David Mosberger-Tang wrote: > > > > > > What does KASAN actually complain about? A double free or something else? > > I see that the kasan dump from my last email is truncated, but the first line > clearly mentions a use-after-free: > > ================================================================== > BUG: KASAN: slab-use-after-free in wilc_netdev_cleanup+0x294/0x2c0 Ah, that's helpful, thanks! Can you map wilc_netdev_cleanup+0x294 to the corresponding source line? Are you on ARM64 or something else? --david