Re: [PATCH] Driver: Vmxnet3: Fix regression caused by cec0556

2016-03-14 Thread Shrikrishna Khare
On Mon, 14 Mar 2016, David Miller wrote: > From: Shrikrishna Khare > Date: Fri, 11 Mar 2016 13:29:44 -0800 > > > don't pass uninitialized flags to spin_unlock_irqrestore. > > > > Reported-by: Tetsuo Handa > > Signed-off-by: Shrikrishna Khare > > Signed-off-by: Guolin Yang > > Sorry, I not

Re: [PATCH] Driver: Vmxnet3: Fix regression caused by cec0556

2016-03-14 Thread David Miller
From: Shrikrishna Khare Date: Fri, 11 Mar 2016 13:29:44 -0800 > don't pass uninitialized flags to spin_unlock_irqrestore. > > Reported-by: Tetsuo Handa > Signed-off-by: Shrikrishna Khare > Signed-off-by: Guolin Yang Sorry, I noticed Arnd's version of this fix first and therefore applied his

[PATCH] Driver: Vmxnet3: Fix regression caused by cec0556

2016-03-11 Thread Shrikrishna Khare
don't pass uninitialized flags to spin_unlock_irqrestore. Reported-by: Tetsuo Handa Signed-off-by: Shrikrishna Khare Signed-off-by: Guolin Yang --- drivers/net/vmxnet3/vmxnet3_drv.c | 9 - drivers/net/vmxnet3/vmxnet3_int.h | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) dif