All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Nault <gnault@redhat.com>
To: Stefano Brivio <sbrivio@redhat.com>
Cc: David Miller <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	netdev@vger.kernel.org
Subject: Re: [PATCH net 0/2] Don't assume linear buffers in error handlers for VXLAN and GENEVE
Date: Tue, 11 Jun 2019 00:59:28 +0200	[thread overview]
Message-ID: <20190610225926.GE19832@linux.home> (raw)
In-Reply-To: <cover.1560205281.git.sbrivio@redhat.com>

On Tue, Jun 11, 2019 at 12:27:04AM +0200, Stefano Brivio wrote:
> 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.
> 
Acked-by: Guillaume Nault <gnault@redhat.com>

  parent reply	other threads:[~2019-06-10 22:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Guillaume Nault [this message]
2019-06-11 19:07 ` [PATCH net 0/2] Don't assume linear buffers in error handlers for VXLAN and GENEVE 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=20190610225926.GE19832@linux.home \
    --to=gnault@redhat.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=sbrivio@redhat.com \
    /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.