Re: [tipc-discussion] [net 1/1] tipc: fix unbalanced reference counter

2018-04-12 Thread David Miller
From: Jon Maloy Date: Wed, 11 Apr 2018 22:52:09 +0200 > When a topology subscription is created, we may encounter (or KASAN > may provoke) a failure to create a corresponding service instance in > the binding table. Instead of letting the tipc_nametbl_subscribe() > report

[tipc-discussion] [net 1/1] tipc: fix unbalanced reference counter

2018-04-11 Thread Jon Maloy
When a topology subscription is created, we may encounter (or KASAN may provoke) a failure to create a corresponding service instance in the binding table. Instead of letting the tipc_nametbl_subscribe() report the failure back to the caller, the function just makes a warning printout and returns,