Re: [PATCH] net: qed: fixes crash while running driver in kdump kernel

2020-06-05 Thread David Miller
From: Alok Prasad Date: Fri, 5 Jun 2020 16:30:34 + > This fixes a crash introduced by recent is_kdump_kernel() check. > The source of the crash is that kdump kernel can be loaded on a > system with already created VFs. But for such VFs, it will follow > a logic path of PF and eventually crash

[PATCH] net: qed: fixes crash while running driver in kdump kernel

2020-06-05 Thread Alok Prasad
This fixes a crash introduced by recent is_kdump_kernel() check. The source of the crash is that kdump kernel can be loaded on a system with already created VFs. But for such VFs, it will follow a logic path of PF and eventually crash. Thus, we are partially reverting back previous changes and ins