Re: [net 1/1] tipc: Unclone message at secondary destination lookup

2017-10-08 Thread David Miller
From: Jon Maloy Date: Sat, 7 Oct 2017 15:07:20 +0200 > When a bundling message is received, the function tipc_link_input() > calls function tipc_msg_extract() to unbundle all inner messages of > the bundling message before adding them to input queue. > > The function tipc_msg_extract() just clon

[net 1/1] tipc: Unclone message at secondary destination lookup

2017-10-07 Thread Jon Maloy
When a bundling message is received, the function tipc_link_input() calls function tipc_msg_extract() to unbundle all inner messages of the bundling message before adding them to input queue. The function tipc_msg_extract() just clones all inner skb for all inner messagges from the bundling skb. T