Re: [Intel-wired-lan] [PATCH iwl-net] idpf: protect shutdown from reset

2025-04-25 Thread Salin, Samuel
hua A > ; Kubiak, Michal ; > Kitszel, Przemyslaw ; Andrew Lunn > ; David S. Miller ; > Dumazet, Eric ; Jakub Kicinski ; > Paolo Abeni ; Simon Horman ; > net...@vger.kernel.org; linux-ker...@vger.kernel.org > Subject: Re: [Intel-wired-lan] [PATCH iwl-net] idpf: protect shutdown from &g

Re: [Intel-wired-lan] [PATCH iwl-net] idpf: protect shutdown from reset

2025-04-16 Thread Tantilov, Emil S
On 4/10/2025 4:52 AM, Larysa Zaremba wrote: Before the referenced commit, the shutdown just called idpf_remove(), this way IDPF_REMOVE_IN_PROG was protecting us from the serv_task rescheduling reset. Without this flag set the shutdown process is vulnerable to HW reset or any other triggering c

Re: [Intel-wired-lan] [PATCH iwl-net] idpf: protect shutdown from reset

2025-04-11 Thread Simon Horman
On Thu, Apr 10, 2025 at 01:52:23PM +0200, Larysa Zaremba wrote: > Before the referenced commit, the shutdown just called idpf_remove(), > this way IDPF_REMOVE_IN_PROG was protecting us from the serv_task > rescheduling reset. Without this flag set the shutdown process is > vulnerable to HW reset or

[Intel-wired-lan] [PATCH iwl-net] idpf: protect shutdown from reset

2025-04-10 Thread Larysa Zaremba
Before the referenced commit, the shutdown just called idpf_remove(), this way IDPF_REMOVE_IN_PROG was protecting us from the serv_task rescheduling reset. Without this flag set the shutdown process is vulnerable to HW reset or any other triggering conditions (such as default mailbox being destroye