Re: [PATCH net 1/1] tipc: allow non-linear first fragment buffer

2015-10-21 Thread David Miller
From: Jon Maloy Date: Mon, 19 Oct 2015 11:33:00 -0400 > The current code for message reassembly is erroneously assuming that > the the first arriving fragment buffer always is linear, and then goes > ahead resetting the fragment list of that buffer in anticipation of >

[PATCH net 1/1] tipc: allow non-linear first fragment buffer

2015-10-19 Thread Jon Maloy
The current code for message reassembly is erroneously assuming that the the first arriving fragment buffer always is linear, and then goes ahead resetting the fragment list of that buffer in anticipation of more arriving fragments. However, if the buffer already happens to be non-linear, we will