Re: [PATCH 1/1] net: thunderx: avoid exposing kernel stack

2016-05-09 Thread Sunil Kovvuri
Thanks for fixing, changes look okay. Sunil. On Sun, May 8, 2016 at 3:46 PM, Heinrich Schuchardt wrote: > Reserved fields should be set to zero to avoid exposing > bits from the kernel stack. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 4

[PATCH 1/1] net: thunderx: avoid exposing kernel stack

2016-05-08 Thread Heinrich Schuchardt
Reserved fields should be set to zero to avoid exposing bits from the kernel stack. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ethernet/cavium/thunder/nicvf_queues.c b/drivers/net/