Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Thu, 1 May 2025 14:17:15 +0000 (07:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 May 2025 14:17:16 +0000 (07:17 -0700)
commitc60e7877d00af3aeda5708bfac38cd43ceead3d0
tree3a564502d1ce5477a2c4faab2f52977c114b6836
parent34f42736b325287a7b2ce37e415838f539767bda
parentc7d6cb96d5c33b5148f3dc76fcd30a9b8cd9e973
Merge branch '200GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2025-04-29 (idpf, igc)

For idpf:
Michal fixes error path handling to remove memory leak.

Larysa prevents reset from being called during shutdown.

For igc:
Jake adjusts locking order to resolve sleeping in atomic context.

* '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  igc: fix lock order in igc_ptp_reset
  idpf: protect shutdown from reset
  idpf: fix potential memory leak on kcalloc() failure
====================

Link: https://patch.msgid.link/20250429221034.3909139-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>