On Thu, May 29, 2026 at 07:41:39AM +0200, Miguel Ojeda wrote:
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 *)
Thanks Miguel!
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.
Right. Rather than dropping the deadlock fix, I'm queuing the upstream follow-up 53676e4d44d6 ("drm/msm: Restore second parameter name in purge() and evict()" for both 7.0 and 6.18.
-- Thanks, Sasha