Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sat, 9 Aug 2025 14:20:13 +0800 you wrote:
The get_next_frame() function in psock_tpacket.c was missing a return statement in its default switch case, leading to a compiler warning.
This was caused by a `bug_on(1)` call, which is defined as an `assert()`, being compiled out because NDEBUG is defined during the build.
[...]
Here is the summary with links: - [v2] selftests/net: Ensure assert() triggers in psock_tpacket.c https://git.kernel.org/netdev/net-next/c/bc4c0a48bdad
You are awesome, thank you!