Revision dea2d93a8ba437460c5f21bdfa4ada57fa1d2179 authored by David S. Miller on 16 March 2022, 10:07:43 UTC, committed by David S. Miller on 16 March 2022, 10:07:43 UTC
====================
Intel Wired LAN Driver Updates 2022-03-15

This series contains updates to ice and iavf drivers.

Maciej adjusts null check logic on Tx ring to prevent possible NULL
pointer dereference for ice.

Sudheer moves destruction of Flow Director lock as it was being accessed
after destruction for ice.

Przemyslaw removes an excess mutex unlock as it was being double
unlocked for iavf.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 886e44c + 16b2dd8
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top