Re: [PATCH net-next] xdp: fix uninitialized 'err' variable

2018-07-18 Thread David Miller
From: Jakub Kicinski Date: Mon, 16 Jul 2018 19:08:50 -0700 > Smatch caught an uninitialized variable error which GCC seems > to miss. > > Fixes: a25717d2b604 ("xdp: support simultaneous driver and hw XDP attachment") > Signed-off-by: Jakub Kicinski Applied.

Re: [PATCH net-next] xdp: fix uninitialized 'err' variable

2018-07-16 Thread Daniel Borkmann
On 07/17/2018 04:08 AM, Jakub Kicinski wrote: > Smatch caught an uninitialized variable error which GCC seems > to miss. > > Fixes: a25717d2b604 ("xdp: support simultaneous driver and hw XDP attachment") > Signed-off-by: Jakub Kicinski Acked-by: Daniel Borkmann David, feel free to take this di

[PATCH net-next] xdp: fix uninitialized 'err' variable

2018-07-16 Thread Jakub Kicinski
Smatch caught an uninitialized variable error which GCC seems to miss. Fixes: a25717d2b604 ("xdp: support simultaneous driver and hw XDP attachment") Signed-off-by: Jakub Kicinski --- net/core/rtnetlink.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/net/cor