Re: [PATCH] net/core/neighbour: fix kmemleak minimal reference count for hash tables

2019-01-16 Thread David Miller
From: Konstantin Khlebnikov Date: Mon, 14 Jan 2019 13:38:43 +0300 > This should be 1 for normal allocations, 0 disables leak reporting. > > Signed-off-by: Konstantin Khlebnikov > Reported-by: Cong Wang > Fixes: 85704cb8dcfd ("net/core/neighbour: tell kmemleak about hash tables") Applied.

[PATCH] net/core/neighbour: fix kmemleak minimal reference count for hash tables

2019-01-14 Thread Konstantin Khlebnikov
This should be 1 for normal allocations, 0 disables leak reporting. Signed-off-by: Konstantin Khlebnikov Reported-by: Cong Wang Fixes: 85704cb8dcfd ("net/core/neighbour: tell kmemleak about hash tables") --- net/core/neighbour.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g