Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 3 Sep 2025 08:22:13 +0530 you wrote:
Add proper error checking for dmaengine_desc_get_metadata_ptr() which can return an error pointer and lead to potential crashes or undefined behaviour if the pointer retrieval fails.
Properly handle the error by unmapping DMA buffer, freeing the skb and returning early to prevent further processing with invalid data.
[...]
Here is the summary with links: - [net,v3] net: xilinx: axienet: Add error handling for RX metadata pointer retrieval https://git.kernel.org/netdev/net/c/8bbceba7dc50
You are awesome, thank you!