netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] Don't assume linear buffers in error handlers for VXLAN and GENEVE
@ 2019-06-10 22:27 Stefano Brivio
  2019-06-10 22:27 ` [PATCH net 1/2] vxlan: Don't assume linear buffers in error handler Stefano Brivio
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefano Brivio @ 2019-06-10 22:27 UTC (permalink / raw)
  To: David Miller; +Cc: Guillaume Nault, Eric Dumazet, netdev

Guillaume noticed the same issue fixed by commit 26fc181e6cac ("fou, fou6:
do not assume linear skbs") for fou and fou6 is also present in VXLAN and
GENEVE error handlers: we can't assume linear buffers there, we need to
use pskb_may_pull() instead.

Stefano Brivio (2):
  vxlan: Don't assume linear buffers in error handler
  geneve: Don't assume linear buffers in error handler

 drivers/net/geneve.c | 2 +-
 drivers/net/vxlan.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-06-11 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10 22:27 [PATCH net 0/2] Don't assume linear buffers in error handlers for VXLAN and GENEVE Stefano Brivio
2019-06-10 22:27 ` [PATCH net 1/2] vxlan: Don't assume linear buffers in error handler Stefano Brivio
2019-06-10 22:27 ` [PATCH net 2/2] geneve: " Stefano Brivio
2019-06-10 22:59 ` [PATCH net 0/2] Don't assume linear buffers in error handlers for VXLAN and GENEVE Guillaume Nault
2019-06-11 19:07 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).