Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 15 Jan 2025 10:13:11 -0800 you wrote:
The tool pp_alloc_fail.py tested error recovery by injecting errors into page_pool_alloc_pages(). Perhaps due to the netmems conversion, page_pool_put_full_page() does not end up calling that function.
page_pool_alloc_netmems() seems to be the base function for all the the allocation functions in the API call, so put the error injection there instead.
[...]
Here is the summary with links: - [net-next,1/1] selftests: drv-net-hw: inject pp_alloc_fail errors in the right place https://git.kernel.org/netdev/net-next/c/8d20dcda404d
You are awesome, thank you!