mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2023-10-11 (i40e, ice)

Message ID 20231011233334.336092-1-jacob.e.keller@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2023-10-11 (i40e, ice) | expand

Message

Jacob Keller Oct. 11, 2023, 11:33 p.m. UTC
This series contains fixes for the i40e and ice drivers.

Jesse adds handling to the ice driver which resetis the device when loading
on a crash kernel, preventing stale transactions from causing machine check
exceptions which could prevent capturing crash data.

Mateusz fixes a bug in the ice driver 'Safe mode' logic for handling the
device when the DDP is missing.

Michal fixes a crash when probing the i40e driver in the event that HW
registers are reporting invalid/unexpected values.

The following are changes since commit a950a5921db450c74212327f69950ff03419483a:
  net/smc: Fix pos miscalculation in statistics

I'm covering for Tony Nguyen while he's out, and don't have access to create
a pull request branch on his net-queue, so these are sent via mail only.

Jesse Brandeburg (1):
  ice: reset first in crash dump kernels

Mateusz Pacuszka (1):
  ice: Fix safe mode when DDP is missing

Michal Schmidt (1):
  i40e: prevent crash on probe if hw registers have invalid values

 drivers/net/ethernet/intel/i40e/i40e_common.c |  4 ++--
 drivers/net/ethernet/intel/ice/ice_main.c     | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski Oct. 14, 2023, 12:56 a.m. UTC | #1
On Wed, 11 Oct 2023 16:33:31 -0700 Jacob Keller wrote:
> The following are changes since commit a950a5921db450c74212327f69950ff03419483a:
>   net/smc: Fix pos miscalculation in statistics
> 
> I'm covering for Tony Nguyen while he's out, and don't have access to create
> a pull request branch on his net-queue, so these are sent via mail only.

No worries, next time do fix the subject not to say "pull request", tho;)
patchwork-bot+netdevbpf@kernel.org Oct. 14, 2023, 1:10 a.m. UTC | #2
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 11 Oct 2023 16:33:31 -0700 you wrote:
> This series contains fixes for the i40e and ice drivers.
> 
> Jesse adds handling to the ice driver which resetis the device when loading
> on a crash kernel, preventing stale transactions from causing machine check
> exceptions which could prevent capturing crash data.
> 
> Mateusz fixes a bug in the ice driver 'Safe mode' logic for handling the
> device when the DDP is missing.
> 
> [...]

Here is the summary with links:
  - [net,1/3] i40e: prevent crash on probe if hw registers have invalid values
    https://git.kernel.org/netdev/net/c/fc6f716a5069
  - [net,2/3] ice: reset first in crash dump kernels
    https://git.kernel.org/netdev/net/c/0288c3e709e5
  - [net,3/3] ice: Fix safe mode when DDP is missing
    https://git.kernel.org/netdev/net/c/42066c4d5d34

You are awesome, thank you!