This bug was fixed in the package linux-aws - 6.11.0-1006.6 --------------- linux-aws (6.11.0-1006.6) oracular; urgency=medium
* oracular/linux-aws: 6.11.0-1006.6 -proposed tracker (LP: #2086254) * Packaging resync (LP: #1786013) - [Packaging] resync git-ubuntu-log * [AWS] Fix interrupt mappings which are set to a bad default after certain ENI operations (LP: #2085159) - UBUNTU SAUCE: (no-up) linux/ena: Add NUMA aware interrupt allocation * Remove backport packaging logic for non-backport kernels (LP: #2080970) - [Packaging] aws: Remove backport packaging files * Clean up packaging bits (LP: #2081030) - [Packaging] aws: Remove etc/kernelconfig [ Ubuntu: 6.11.0-12.13 ] * oracular/linux: 6.11.0-12.13 -proposed tracker (LP: #2089269) * LXD fan bridge causes blocked tasks (LP: #2064176) - SAUCE: fan: release rcu_read_lock on skb discard path - SAUCE: fan: fix racy device stat update * OVTI08F4:00: number of CSI2 data lanes 2 is not supported (LP: #2084059) - SAUCE: media: ipu-bridge: Add support for additional link frequencies * [Oracular] Allow overriding Rust tools (LP: #2084693) - [Packaging] Allow rust overrides * Intel(R) PRO/1000 I219 ethernet adapter [8086:550c] may block entrance of modern standby (LP: #2081130) - platform/x86: intel/pmc: Ignore all LTRs during suspend - e1000e: change I219 (19) devices to ADP - x86/apic: Always explicitly disarm TSC-deadline timer * Need driver support for Realtek RTL8126A rev.b 5Gbps ethernet [10ec:8126] (LP: #2079017) - r8169: add support for RTL8126A rev.b - r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b * Missing device ID for amd_atl driver for AMD Strix platform (LP: #2083292) - SAUCE: x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20h * Lack of UART boot output on rb3gen2 even with earlycon (LP: #2083559) - [Config] move qcom clk and serial options as builtin * r8169: transmit queue 0 timed out error when re-plugging the Ethernet cable (LP: #2084526) - r8169: disable ALDPS per default for RTL8125 * Dell Alienware sysytem reports errors of dell_wmi_sysman and dell_smbios in demsg (LP: #2084808) - platform/x86: dell-sysman: add support for alienware products * Add Intel Arrow Lake-H LPSS PCI IDs (LP: #2083905) - mfd: intel-lpss: Add Intel Arrow Lake-H LPSS PCI IDs * rtw89: reset IDMEM mode to prevent download firmware failure (LP: #2077396) - wifi: rtw89: 885xb: reset IDMEM mode to prevent download firmware failure * Missing Bluetooth device IDs for new Mediatek MT7920/MT7925 (LP: #2078878) - SAUCE: Bluetooth: btusb: Add USB HW IDs for MT7920/MT7925 * rtw89: Support hardware rfkill (LP: #2077384) - wifi: rtw89: add support for hardware rfkill * [SRU] uncore: Add ARL and LNL support on 6.11 (LP: #2081810) - perf/x86/intel/uncore: Add Arrow Lake support - perf/x86/intel/uncore: Factor out common MMIO init and ops functions - perf/x86/intel/uncore: Add Lunar Lake support - perf/x86/intel/uncore: Add LNL uncore iMC freerunning support - perf/x86/intel/uncore: Use D0:F0 as a default device * Support Qualcomm WCN7851 Dual Bluetooth Adapter 0489:E0F3 (LP: #2081796) - SAUCE: Bluetooth: btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785x * The system hangs after resume with thunderbolt monitor(AMD GPU [1002:1900]) (LP: #2083182) - SAUCE: drm/amd/display: Fix system hang while resume with TBT monitor * UBSAN: array-index-out-of-bounds in module mt76 (LP: #2081785) - wifi: mt76: mt7925: fix a potential array-index-out-of-bounds issue for clc * Missing devices nodes for AMD Instinct MI300 card when installed along with integrated display (LP: #2078773) - drm: Use XArray instead of IDR for minors - accel: Use XArray instead of IDR for minors - drm: Expand max DRM device number to full MINORBITS -- Philip Cox <philip....@canonical.com> Fri, 22 Nov 2024 08:18:19 -0500 ** Changed in: linux-aws (Ubuntu Oracular) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-aws in Ubuntu. https://bugs.launchpad.net/bugs/2085159 Title: [AWS] Fix interrupt mappings which are set to a bad default after certain ENI operations Status in linux-aws package in Ubuntu: New Status in linux-aws source package in Focal: Fix Committed Status in linux-aws source package in Jammy: Fix Committed Status in linux-aws source package in Noble: Fix Released Status in linux-aws source package in Oracular: Fix Released Bug description: SRU Justification: [Impact] Interrupt mapping is set to a bad default after certain ENI operations After using ethtool to update the (rx) ring buffer settings on an ENI, the interrupt CPU affinity for all tx-rx queues is reset to a bad default - CPU 0-31 - even if the ENI is on a different CPU socket (NUMA node). Another operation that causes the interrupt mapping to be reset to CPU 0-31 is moving an interface to a network namespace. [Fix] ENA driver version 2.12.3g. They mentioned that this commit in the ENA code looks like it addresses the bug: https://github.com/amzn/amzn- drivers/commit/ed7754cdf6ca0d4fb3d76906abc17718cc3ffa23 It's included starting in driver version 2.12.0. I have back ported the patch from the AWS OOT driver, as well as any existing prerequisites needed. [Test Plan] I have tested this, as has AWS. [Where problems could occur] As this is an Ubuntu Sauce patch, if these changes make their was into the stable trees, or any patches touching this area of code, they may cause merge conflicts, or changes in behaviour which are unexpected. [Other] SF# f00396266 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/2085159/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp