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