Thread (4 messages) flat view 4 messages, 3 authors, 2021-11-16

Re: [PATCH net] net: virtio_net_hdr_to_skb: count transport header in UFO

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-11-16 01:22:42
Also in: lkml

On Mon, 15 Nov 2021 15:16:17 +0000 Jonathan Davies wrote:
+		if (gso_type & SKB_GSO_UDP && skb->len - p_off + thlen > gso_size ||
Compilers don't like mixing && and || without bracketing, and will warn
here, at least with W=1. Please add explicit brackets.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help