On Sat, 05 Sep 2026 13:58:59 +0200 Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.18.50 release. There are 551 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Mon, 07 Sep 2026 11:55:07 +0000. Anything received after that time might be too late.
Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64 and arm32:
Tested-by: Miguel Ojeda ojeda@kernel.org
Now that the `huge_ptep_get` issue is fixed, in UML I noticed that we still fail to build due to:
error[E0433]: failed to resolve: could not find `CStrExt` in `str` --> drivers/android/binder/freeze.rs:109:13 | 109 | kernel::warn_on!(freeze.num_cleared_duplicates != 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `CStrExt` in `str` | = note: this error originates in the macro `$crate::warn_flags` which comes from the expansion of the macro `kernel::warn_on` (in Nightly builds, run with -Z macro-backtrace for more info)
To fix it, this patch can be dropped:
https://lore.kernel.org/stable/CANiq72=EounScE9CxhQVRYTMe6XxgZzfid_cJZ5dxmkz...
Thanks!
Cheers, Miguel