Re: [PATCH net-next v3] net: qrtr: fix endian handling of confirm_rx field
From: patchwork-bot+netdevbpf
Date: Fri Mar 27 2026 - 08:27:13 EST
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@xxxxxxxxxxxxx>:
On Thu, 26 Mar 2026 08:17:52 +0100 you wrote:
> Convert confirm_rx to little endian when enqueueing and convert it back on
> receive. This fixes control flow on big endian hosts, little endian is
> unaffected.
>
> On transmit, store confirm_rx as __le32 using cpu_to_le32(). On receive,
> apply le32_to_cpu() before using the value. !! ensures the value is 0 or 1
> in native endianness, so the conversion isn’t strictly required here, but
> it is kept for consistency and clarity.
>
> [...]
Here is the summary with links:
- [net-next,v3] net: qrtr: fix endian handling of confirm_rx field
https://git.kernel.org/netdev/net-next/c/e4cf6087cab3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html