Re: [PATCH] net: usb: lg-vl600: fix Ethernet header on fragmented RX packets
| Newsgroups | org.kernel.vger.linux-usb,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <178667786539.3150297.3988097374825496565.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>: On Mon, 10 Aug 2026 16:44:35 +0800 you wrote: > From: Xu Rao <[email protected]> > > The LG VL600 RX path can assemble one device frame from multiple USB RX > URBs. In the single-URB case, the input skb passed by usbnet is also the > buffer being parsed, so @skb and @buf point to the same skb. > > When a frame is completed from current_rx_buf, however, @buf points to > the assembled skb while @skb still points to the last URB fragment. > vl600_rx_fixup() returns @buf to the network stack in that path, but it > currently obtains the Ethernet header from @skb. > > [...] Here is the summary with links: - net: usb: lg-vl600: fix Ethernet header on fragmented RX packets https://git.kernel.org/netdev/net-next/c/4f93b12cf7b2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html