[tipc-discussion] [PATCH net-next v3 2/4] tipc: eliminate buffer leak in bearer layer

2016-03-30 Thread Jon Maloy
When enabling a bearer we create a 'neigbor discoverer' instance by calling the function tipc_disc_create() before the bearer is actually registered in the list of enabled bearers. Because of this, the very first discovery broadcast message, created by the mentioned function, is lost, since it

Re: [tipc-discussion] kernel page allocation problem

2016-03-30 Thread Leon Pollak
On Wednesday 30 March 2016 14:40:58 Jon Maloy wrote: > Hi Leon, > I took a quick look at your dump, and to me it looks like you have simply run out of memory. I think that is the first thing you should look at. > As for the most recent code version to use, I cannot give you aby definite answer,

Re: [tipc-discussion] subscr.c: Added new function is removed on latest: why

2016-03-30 Thread Parthasarathy Bhuvaragan
Guna, Thanks for pointing this out. This is a merge error from net to net-next, which has reverted the topology server patch series. The net updates were applied instead of net-next. I will inform netdev about this.