This bug was fixed in the package linux - 6.12.0-12.12 --------------- linux (6.12.0-12.12) plucky; urgency=medium
* plucky/linux: 6.12.0-12.12 -proposed tracker (LP: #2095505) * Miscellaneous Ubuntu changes - [Packaging] temporarily disable signing for s390x * Miscellaneous upstream changes - modpost: remove unnecessary check in do_acpi_entry() - modpost: introduce module_alias_printf() helper - modpost: pass (struct module *) to do_*_entry() functions - modpost: call module_alias_printf() from all do_*_entry() functions - modpost: fix the missed iteration for the max bit in do_input() - modpost: work around unaligned data access error -- Paolo Pisati <paolo.pis...@canonical.com> Wed, 22 Jan 2025 15:27:46 +0100 ** Changed in: linux (Ubuntu) Status: Invalid => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2084693 Title: [Oracular] Allow overriding Rust tools Status in linux package in Ubuntu: Fix Released Status in linux source package in Oracular: Fix Released Bug description: == SRU Justification == === Impact === When we backport kernels as HWE kernels we want to enable Rust in 24.04/Noble builds. For that it necessary to pin to specific versions of the compiler and binutils. For this we need a method to optionally override those for the kernel build. === Fix === The suggested change adds the ability to specify which (with full path if needed) command to run as rustc, rustfmt, and bindgen. It does not change the defaults that are used. === Test === Check the build log for RUSTC, HOSTRUSTC, RUSTFMT, and BINDGEN being added to the make calls. === Regression Potential === This would affect the outcome of the "rustavailable" check or anything related to the rust modules being created. Since the defaults remain unchanged this is not expected. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2084693/+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