This bug is awaiting verification that the linux-azure- fips/6.8.0-1034.39+fips1 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-noble-linux-azure-fips' to 'verification-done-noble-linux-azure-fips'. If the problem still exists, change the tag 'verification-needed-noble-linux-azure-fips' to 'verification-failed-noble-linux-azure-fips'.
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-noble-linux-azure-fips-v2 verification-needed-noble-linux-azure-fips -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-hwe-6.8 in Ubuntu. https://bugs.launchpad.net/bugs/2077384 Title: rtw89: Support hardware rfkill Status in HWE Next: New Status in linux package in Ubuntu: Fix Committed Status in linux-hwe-6.8 package in Ubuntu: Invalid Status in linux-oem-6.11 package in Ubuntu: Invalid Status in linux source package in Jammy: Invalid Status in linux-hwe-6.8 source package in Jammy: Fix Released Status in linux-oem-6.11 source package in Jammy: Invalid Status in linux source package in Noble: Fix Released Status in linux-hwe-6.8 source package in Noble: Invalid Status in linux-oem-6.11 source package in Noble: Fix Released Status in linux source package in Oracular: Fix Released Status in linux-hwe-6.8 source package in Oracular: Invalid Status in linux-oem-6.11 source package in Oracular: Invalid Bug description: [Impact] With RTL8852BE and "Control WLAN radio" (in Dell BIOS setting) on, wifi function is not be disabled when we plug in the Ethernet cable. The issue is because the rtw89 driver doesn't have the hardware rfkill mechanism. [Fix] Backport the Realtek patch in linux-next: 0b38e6277aed wifi: rtw89: add support for hardware rfkill This patch also adds the rfkill functionalities to RTL8852BT, which is currently not supported by Ubuntu kernels. So we omit the modification on drivers/net/wireless/realtek/rtw89/rtw8852bt.c. [Test Plan] 1. Enable Control WLAN radio in BIOS setting 2. Boot into OS 2. Plug in Ethernet cable 3. Run `rfkill list` and see if the `phy0` is hard blocked (hard blocked: yes on success) [Where problems could occur] This patch adds the functionality of hardware rfkill by continuously polling the register of GPIO pin status and determines whether to block the device based on the value read. If the register read is somehow buggy, it may cause that the device is blocked unexpectedly. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/2077384/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

