netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: skb extension follow-ups
@ 2018-12-20 18:38 Paolo Abeni
  2018-12-20 18:38 ` [PATCH net-next 1/3] net: fix possible user-after-free in skb_ext_add() Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Paolo Abeni @ 2018-12-20 18:38 UTC (permalink / raw)
  To: netdev; +Cc: Florian Westphal, David S. Miller

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

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

end of thread, other threads:[~2018-12-21 16:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20 18:38 [PATCH net-next 0/3] net: skb extension follow-ups Paolo Abeni
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

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).