mbox series

[net-next,v2,0/3] net: skb extension follow-ups

Message ID cover.1545413818.git.pabeni@redhat.com
Headers show
Series net: skb extension follow-ups | expand

Message

Paolo Abeni Dec. 21, 2018, 6:03 p.m. UTC
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(-)

Comments

David Miller Dec. 21, 2018, 6:25 p.m. UTC | #1
From: Paolo Abeni <pabeni@redhat.com>
Date: Fri, 21 Dec 2018 19:03:12 +0100

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

Series applied, thanks.