On Thu, 28 May 2026 21:42:09 +0200 Greg Kroah-Hartman <[email protected]> wrote: > > This is the start of the stable review cycle for the 7.0.11 release. > There are 461 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 Sat, 30 May 2026 19:45:49 +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: Tested-by: Miguel Ojeda <[email protected]> For arm64 and arm, I am seeing: drivers/gpu/drm/msm/msm_gem_shrinker.c:105:58: error: omitting the parameter name in a function definition is a C23 extension [-Werror,-Wc23-extensions] 105 | purge(struct drm_gem_object *obj, struct ww_acquire_ctx *) | ^ drivers/gpu/drm/msm/msm_gem_shrinker.c:117:58: error: omitting the parameter name in a function definition is a C23 extension [-Werror,-Wc23-extensions] 117 | evict(struct drm_gem_object *obj, struct ww_acquire_ctx *) | This looks like it was fixed for mainline: 53676e4d44d6 ("drm/msm: Restore second parameter name in purge() and evict()") and was queued for stable but maybe not picked yet. Cc: Daniel J Blueman <[email protected]> Cc: Rob Clark <[email protected]> Cc: Dmitry Baryshkov <[email protected]> Cc: Abhinav Kumar <[email protected]> Cc: Jessica Zhang <[email protected]> Cc: Sean Paul <[email protected]> Cc: Marijn Suijten <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Nathan Chancellor <[email protected]> Thanks! Cheers, Miguel
