Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 7 Aug 2025 16:09:32 +0800 you wrote:
The `__WORDSIZE` macro, defined in the non-standard `<bits/wordsize.h>` header, is a GNU extension and not universally available with all toolchains, such as Clang when used with musl libc.
This can lead to build failures in environments where this header is missing.
[...]
Here is the summary with links: - selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8 https://git.kernel.org/netdev/net-next/c/c36748e8733e
You are awesome, thank you!