mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
JIRA: https://issues.redhat.com/browse/RHEL-139535
Conflicts:
- In ixgb_watchdog(), the conversion from from_timer() to
timer_container_of() was done in RHEL 9 with
commit 5ef8e20971 ("treewide, timers: Rename from_timer() to timer_container_of()"),
but in upstream, the ixgb driver was removed before the treewide timer
conversions.
- arch/loongarch/configs/loongson3_defconfig does not exist in RHEL 9.
commit e485f3a6eae0849f83b94936778a2325f72a0c89
Author: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: Fri Mar 17 13:09:03 2023 -0700
ixgb: Remove ixgb driver
There are likely no users of this driver as the hardware has been
discontinued since 2010. Remove the driver and all references to it
in documentation.
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>