Re: [tipc-discussion] [PATCH] tipc: remove nonexisting function from link.h

2016-03-11 Thread Jon Maloy
Since you say "dangling reference" I looked into link.c to check if there is a function that needs to be declared static. There isn't, so I would just call it "dangling declaration of removed function" or similar to avoid confusion. Acked-by: jon ///jon > -Original Message- > From:

[tipc-discussion] [PATCH tipc-discussion v2] tipc: make sure IPv6 header fits in skb headroom

2016-03-11 Thread Richard Alpe
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 --- net/tipc/udp_media.c | 2 +- 1 file changed, 1