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

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.

v1 -> v2:
 - be sure to flag the newly added extension as active in skb_ext_add()

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      |  9 +++------
 2 files changed, 3 insertions(+), 17 deletions(-)

-- 
2.19.2

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-21 18:03 [PATCH net-next v2 0/3] net: skb extension follow-ups Paolo Abeni
2018-12-21 18:03 ` [PATCH net-next v2 1/3] net: fix possible user-after-free in skb_ext_add() Paolo Abeni
2018-12-21 18:03 ` [PATCH net-next v2 2/3] net: drop the unused helper skb_ext_get() Paolo Abeni
2018-12-21 18:03 ` [PATCH net-next v2 3/3] net: minor cleanup in skb_ext_add() Paolo Abeni
2018-12-21 18:12   ` Florian Westphal
2018-12-21 18:25 ` [PATCH net-next v2 0/3] net: skb extension follow-ups David Miller

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.