Re: [PATCH 1/1] ibmvnic: Clear failover_pending if unable to schedule

2021-02-06 Thread Jakub Kicinski
On Tue, 2 Feb 2021 21:08:02 -0800 Sukadev Bhattiprolu wrote: > Normally we clear the failover_pending flag when processing the reset. > But if we are unable to schedule a failover reset we must clear the > flag ourselves. We could fail to schedule the reset if we are in PROBING > state (eg: when b

[PATCH 1/1] ibmvnic: Clear failover_pending if unable to schedule

2021-02-02 Thread Sukadev Bhattiprolu
Normally we clear the failover_pending flag when processing the reset. But if we are unable to schedule a failover reset we must clear the flag ourselves. We could fail to schedule the reset if we are in PROBING state (eg: when booting via kexec) or because we could not allocate memory. Thanks to