Re: [PATCH 6.15 000/592] 6.15.4-rc1 review
From: Benno Lossin
Date: Mon Jun 23 2025 - 19:16:36 EST
On Mon Jun 23, 2025 at 3:50 PM CEST, Christian Heusel wrote:
> On 25/06/23 02:59PM, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 6.15.4 release.
>> There are 592 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 Wed, 25 Jun 2025 13:05:55 +0000.
>> Anything received after that time might be too late.
>>
>> The whole patch series can be found in one patch at:
>> https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.15.4-rc1.gz
>> or in the git tree and branch at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.15.y
>> and the diffstat can be found below.
>>
>> thanks,
>>
>> greg k-h
>
> Hey Greg,
>
> this stable release candidate does not build for me as-is on x86:
The error is related to patch #515 in this stable review, I replied
there, the completion abstraction (patch 1) is missing from [0].
[0]: https://lore.kernel.org/all/20250612121817.1621-1-dakr@xxxxxxxxxx
---
Cheers,
Benno
> error[E0432]: unresolved import `crate::sync::Completion`
> --> rust/kernel/devres.rs:16:22
> |
> 16 | sync::{rcu, Arc, Completion},
> | ^^^^^^^^^^ no `Completion` in `sync`