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: Replace system_unbound_wq with system_dfl_wq Date: Sat, 16 May 2026 11:00:24 +1000 Message-ID: In-Reply-To: <20260514103815.190628-1-marco.crivellari@suse.com> References: <20260514103815.190628-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: Replace system_unbound_wq with system_dfl_wq Author: Marco Crivellari Patches: 3 Reviewed: 2026-05-16T11:00:24.580881 --- This is a straightforward, mechanical 2-patch series that replaces `system_unbound_wq` with `system_dfl_wq` in two AMD DRM driver files. It is part of a broader kernel-wide workqueue API refactoring led by Tejun Heo, where `system_unbound_wq` is being renamed to `system_dfl_wq` (and `system_wq` to `system_percpu_wq`) in preparation for eventually making workqueues unbound by default. The changes are purely name substitutions with no behavioral difference. The series is clean: both commit messages are well-written with proper context, reference the upstream workqueue commits, and include the appropriate `Suggested-by` and `Signed-off-by` tags. After applying, no stale `system_unbound_wq` references remain in `drivers/gpu/drm/amd/`. No functional concerns. **Verdict: Series looks good to merge.** --- --- Generated by Claude Code Patch Reviewer