tipc: make sure IPv6 header fits in skb headroom
authorRichard Alpe <richard.alpe@ericsson.com>
Mon, 14 Mar 2016 08:43:52 +0000 (09:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Apr 2017 03:49:27 +0000 (05:49 +0200)
commit44b3b7e068874040ca511fcd2a812b5fbcf44616
treece2dd49f54db7ff627ce96fad85ccf5fce1150c9
parent12f4e1f54a1334bcd5f9586fc9eb7baefb14b826
tipc: make sure IPv6 header fits in skb headroom

commit 9bd160bfa27fa41927dbbce7ee0ea779700e09ef upstream.

Expand headroom further in order to be able to fit the larger IPv6
header. Prior to this patch this caused a skb under panic for certain
tipc packets when using IPv6 UDP bearer(s).

Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/tipc/udp_media.c