All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: netdev@vger.kernel.org
Cc: Florian Westphal <fw@strlen.de>, "David S. Miller" <davem@davemloft.net>
Subject: [PATCH net-next 0/3] net: skb extension follow-ups
Date: Thu, 20 Dec 2018 19:38:15 +0100	[thread overview]
Message-ID: <cover.1545330068.git.pabeni@redhat.com> (raw)

This series includes some follow-up for the recently added skb extension.
The first patch addresses an unlikely race while adding skb extensions,
and the following two are just minor code clean-up.

Paolo Abeni (3):
  net: fix possible user-after-free in skb_ext_add()
  net: drop the unused helper skb_ext_get()
  net: minor cleanup in skb_ext_add()

 include/linux/skbuff.h | 11 -----------
 net/core/skbuff.c      | 11 ++++-------
 2 files changed, 4 insertions(+), 18 deletions(-)

-- 
2.19.2

             reply	other threads:[~2018-12-20 18:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-20 18:38 Paolo Abeni [this message]
2018-12-20 18:38 ` [PATCH net-next 1/3] net: fix possible user-after-free in skb_ext_add() Paolo Abeni
2018-12-20 19:32   ` Florian Westphal
2018-12-20 18:38 ` [PATCH net-next 2/3] net: drop the unused helper skb_ext_get() Paolo Abeni
2018-12-20 19:30   ` Florian Westphal
2018-12-20 18:38 ` [PATCH net-next 3/3] net: minor cleanup in skb_ext_add() Paolo Abeni
2018-12-20 19:29   ` Florian Westphal
2018-12-21  0:51 ` [PATCH net-next 0/3] net: skb extension follow-ups David Miller
2018-12-21 12:09   ` Paolo Abeni
2018-12-21 16:55     ` 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.1545330068.git.pabeni@redhat.com \
    --to=pabeni@redhat.com \
    --cc=davem@davemloft.net \
    --cc=fw@strlen.de \
    --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.