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