Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <[email protected]>:

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to