[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220602161859.2546399-1-eric.dumazet@gmail.com>
Date: Thu, 2 Jun 2022 09:18:56 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev <netdev@...r.kernel.org>,
Willem de Bruijn <willemb@...gle.com>,
Eric Dumazet <edumazet@...gle.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH v2 net 0/3] net: af_packet: be careful when expanding mac header size
From: Eric Dumazet <edumazet@...gle.com>
A recent regression in af_packet needed a preliminary debug patch,
which will presumably be useful for next bugs hunting.
The af_packet fix is to make sure MAC headers are contained in
skb linear part, as GSO stack requests.
v2: CONFIG_DEBUG_NET depends on CONFIG_NET to avoid compile
errors found by kernel bots.
Eric Dumazet (3):
net: CONFIG_DEBUG_NET depends on CONFIG_NET
net: add debug info to __skb_pull()
net/af_packet: make sure to pull mac header
include/linux/skbuff.h | 9 ++++++++-
net/Kconfig.debug | 2 +-
net/packet/af_packet.c | 6 ++++--
3 files changed, 13 insertions(+), 4 deletions(-)
--
2.36.1.255.ge46751e96f-goog
Powered by blists - more mailing lists