Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni <pabeni@xxxxxxxxxx>: On Mon, 29 Jul 2024 14:28:16 +0200 you wrote: > iucv_sever_path() is called from process context and from bh context. > iucv->path is used as indicator whether somebody else is taking care of > severing the path (or it is already removed / never existed). > This needs to be done with atomic compare and swap, otherwise there is a > small window where iucv_sock_close() will try to work with a path that has > already been severed and freed by iucv_callback_connrej() called by > iucv_tasklet_fn(). > > [...] Here is the summary with links: - [net] net/iucv: fix use after free in iucv_sock_close() https://git.kernel.org/netdev/net/c/f558120cd709 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html