Re: [PATCH net-next 1/1] tipc: fix compatibility bug

2015-07-21 Thread David Miller
From: Jon Maloy jon.ma...@ericsson.com Date: Tue, 21 Jul 2015 06:42:28 -0400 In commit d999297c3dbbe7fdd832f7fa4ec84301e170b3e6 (tipc: reduce locking scope during packet reception) we introduced a new function tipc_link_proto_rcv(). This function contains a bug, so that it sometimes by error

[PATCH net-next 1/1] tipc: fix compatibility bug

2015-07-21 Thread Jon Maloy
In commit d999297c3dbbe7fdd832f7fa4ec84301e170b3e6 (tipc: reduce locking scope during packet reception) we introduced a new function tipc_link_proto_rcv(). This function contains a bug, so that it sometimes by error sends out a non-zero link priority value in created protocol messages. The bug