RE: [net-next 11/12] igbvf: convert msleep to mdelay in atomic context

2017-08-16 Thread David Laight
From: Greg Edwards > Sent: 15 August 2017 20:32 > On Mon, Aug 14, 2017 at 10:17:31AM +, David Laight wrote: > > From: Jeff Kirsher > >> Sent: 09 August 2017 22:48 > >> From: Greg Edwards > >> > >> This fixes a "scheduling while atomic" splat seen with > >>

Re: [net-next 11/12] igbvf: convert msleep to mdelay in atomic context

2017-08-15 Thread Greg Edwards
On Mon, Aug 14, 2017 at 10:17:31AM +, David Laight wrote: > From: Jeff Kirsher >> Sent: 09 August 2017 22:48 >> From: Greg Edwards >> >> This fixes a "scheduling while atomic" splat seen with >> CONFIG_DEBUG_ATOMIC_SLEEP enabled. >> >> Signed-off-by: Greg Edwards

RE: [net-next 11/12] igbvf: convert msleep to mdelay in atomic context

2017-08-14 Thread David Laight
From: Jeff Kirsher > Sent: 09 August 2017 22:48 > From: Greg Edwards > > This fixes a "scheduling while atomic" splat seen with > CONFIG_DEBUG_ATOMIC_SLEEP enabled. > > Signed-off-by: Greg Edwards > Tested-by: Aaron Brown >

[net-next 11/12] igbvf: convert msleep to mdelay in atomic context

2017-08-09 Thread Jeff Kirsher
From: Greg Edwards This fixes a "scheduling while atomic" splat seen with CONFIG_DEBUG_ATOMIC_SLEEP enabled. Signed-off-by: Greg Edwards Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher ---