From: Stefano Brivio <sbrivio@redhat.com>
To: David Miller <davem@davemloft.net>
Cc: Guillaume Nault <gnault@redhat.com>,
Eric Dumazet <edumazet@google.com>,
netdev@vger.kernel.org
Subject: [PATCH net 0/2] Don't assume linear buffers in error handlers for VXLAN and GENEVE
Date: Tue, 11 Jun 2019 00:27:04 +0200 [thread overview]
Message-ID: <cover.1560205281.git.sbrivio@redhat.com> (raw)
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
next reply other threads:[~2019-06-10 22:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-10 22:27 Stefano Brivio [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1560205281.git.sbrivio@redhat.com \
--to=sbrivio@redhat.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gnault@redhat.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.