From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/amd/display: Replace use of system_wq with system_percpu_wq Date: Sat, 14 Mar 2026 06:50:05 +1000 Message-ID: In-Reply-To: <20260313144715.252069-1-marco.crivellari@suse.com> References: <20260313144715.252069-1-marco.crivellari@suse.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/amd/display: Replace use of system_wq with system_percpu_wq Author: Marco Crivellari Patches: 1 Reviewed: 2026-03-14T06:50:05.454576 --- This is a single mechanical patch that is part of a larger kernel-wide effort to replace `system_wq` with `system_percpu_wq` in preparation for making workqueues unbound by default. The conversion is straightforward and the commit message is well-written with proper context and references. However, there is a **semantic concern** with using `system_percpu_wq` for these particular work items. --- Generated by Claude Code Patch Reviewer