Re: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-04-14

2021-04-15 Thread patchwork-bot+netdevbpf
Hello:

This series was applied to netdev/net.git (refs/heads/master):

On Wed, 14 Apr 2021 09:20:29 -0700 you wrote:
> This series contains updates to ixgbe and ice drivers.
> 
> Alex Duyck fixes a NULL pointer dereference for ixgbe.
> 
> Yongxin Liu fixes an unbalanced enable/disable which was causing a call
> trace with suspend for ixgbe.
> 
> [...]

Here is the summary with links:
  - [net,1/3] ixgbe: Fix NULL pointer dereference in ethtool loopback test
https://git.kernel.org/netdev/net/c/31166efb1cee
  - [net,2/3] ixgbe: fix unbalanced device enable/disable in suspend/resume
https://git.kernel.org/netdev/net/c/debb9df31158
  - [net,3/3] ice: Fix potential infinite loop when using u8 loop counter
https://git.kernel.org/netdev/net/c/ef963ae427aa

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




Re: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-04-14

2021-04-14 Thread Jakub Kicinski
On Wed, 14 Apr 2021 09:20:29 -0700 Tony Nguyen wrote:
> This series contains updates to ixgbe and ice drivers.
> 
> Alex Duyck fixes a NULL pointer dereference for ixgbe.
> 
> Yongxin Liu fixes an unbalanced enable/disable which was causing a call
> trace with suspend for ixgbe.
> 
> Colin King fixes a potential infinite loop for ice.

Acked-by: Jakub Kicinski