Message ID | 20220526152314.1405629-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: fix page free in two spots | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Thu, 26 May 2022 10:23:12 -0500 you wrote: > When a receive buffer is not wrapped in an SKB and passed to the > network stack, the (compound) page gets freed within the IPA driver. > This is currently quite rare. > > The pages are freed using __free_pages(), but they should instead be > freed using page_put(). This series fixes this, in two spots. > > [...] Here is the summary with links: - [net,v2,1/2] net: ipa: fix page free in ipa_endpoint_trans_release() https://git.kernel.org/netdev/net/c/155c0c90bca9 - [net,v2,2/2] net: ipa: fix page free in ipa_endpoint_replenish_one() https://git.kernel.org/netdev/net/c/70132763d5d2 You are awesome, thank you!