All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: af_packet: be careful when expanding mac header size
@ 2022-05-31 18:59 Eric Dumazet
  2022-05-31 18:59 ` [PATCH net 1/2] net: add debug info to __skb_pull() Eric Dumazet
  2022-05-31 18:59 ` [PATCH net 2/2] net/af_packet: make sure to pull mac header Eric Dumazet
  0 siblings, 2 replies; 10+ messages in thread
From: Eric Dumazet @ 2022-05-31 18:59 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: netdev, Willem de Bruijn, Eric Dumazet, Eric Dumazet

From: Eric Dumazet <edumazet@google.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.

Eric Dumazet (2):
  net: add debug info to __skb_pull()
  net/af_packet: make sure to pull mac header

 include/linux/skbuff.h | 9 ++++++++-
 net/packet/af_packet.c | 6 ++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.36.1.255.ge46751e96f-goog


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-01 22:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 18:59 [PATCH net 0/2] net: af_packet: be careful when expanding mac header size Eric Dumazet
2022-05-31 18:59 ` [PATCH net 1/2] net: add debug info to __skb_pull() Eric Dumazet
2022-05-31 19:31   ` Willem de Bruijn
2022-06-01  7:27   ` kernel test robot
2022-06-01 17:26     ` Eric Dumazet
2022-06-01 17:26       ` Eric Dumazet
2022-06-01 22:01   ` kernel test robot
2022-05-31 18:59 ` [PATCH net 2/2] net/af_packet: make sure to pull mac header Eric Dumazet
2022-05-31 19:28   ` Willem de Bruijn
2022-06-01  1:56   ` Hangbin Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.