Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Fri, 12 Jul 2024 09:51:16 +0000 you wrote: > If the driver uses a page pool, it creates a page pool with > page_pool_create(). > The reference count of page pool is 1 as default. > A page pool will be destroyed only when a reference count reaches 0. > page_pool_destroy() is used to destroy page pool, it decreases a > reference count. > When a page pool is destroyed, ->disconnect() is called, which is > mem_allocator_disconnect(). > This function internally acquires mutex_lock(). > > [...] Here is the summary with links: - [net] xdp: fix invalid wait context of page_pool_destroy() https://git.kernel.org/netdev/net/c/59a931c5b732 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html