Re: [net-next] neigh: fix the loop index error in neigh dump

2016-11-25 Thread David Miller
From: Zhang Shengju Date: Thu, 24 Nov 2016 13:25:09 +0800 > Loop index in neigh dump function is not updated correctly under some > circumstances, this patch will fix it. > > Signed-off-by: Zhang Shengju If this bug is also in the 'net' tree you should target this patch there. Also, you must

[net-next] neigh: fix the loop index error in neigh dump

2016-11-23 Thread Zhang Shengju
Loop index in neigh dump function is not updated correctly under some circumstances, this patch will fix it. Signed-off-by: Zhang Shengju --- net/core/neighbour.c | 39 ++- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/net/core/neighbour.c b/