[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1560205281.git.sbrivio@redhat.com>
Date: Tue, 11 Jun 2019 00:27:04 +0200
From: Stefano Brivio <sbrivio@...hat.com>
To: David Miller <davem@...emloft.net>
Cc: Guillaume Nault <gnault@...hat.com>,
Eric Dumazet <edumazet@...gle.com>, netdev@...r.kernel.org
Subject: [PATCH net 0/2] Don't assume linear buffers in error handlers for VXLAN and GENEVE
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
Powered by blists - more mailing lists