Re: [PATCH 6.18 000/551] 6.18.50-rc2 review

From: Miguel Ojeda

Date: Sat Sep 05 2026 - 21:17:11 EST


On Sat, 05 Sep 2026 13:58:59 +0200 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx>

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_cJZ5dxmkz7MQ2kw@xxxxxxxxxxxxxx/

Thanks!

Cheers,
Miguel