From: David Miller <davem@davemloft.net> Date: 2016-01-11 22:40:32
From: John Fastabend <john.fastabend@gmail.com>
Date: Sun, 10 Jan 2016 21:38:44 -0800
Fix possible null pointer dereference that may occur when calling
skb_reserve() on a null skb.
Fixes: 879c7220e82 ("net: pktgen: Observe needed_headroom of the device")
Signed-off-by: John Fastabend <redacted>
I don't know how I missed that during review :-/
Applied and queued up for -stable, thanks!