From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: drm/amdgpu: Replace use of system_unbound_wq with system_dfl_wq
Date: Sat, 16 May 2026 11:00:25 +1000 [thread overview]
Message-ID: <review-patch2-20260514103815.190628-3-marco.crivellari@suse.com> (raw)
In-Reply-To: <20260514103815.190628-3-marco.crivellari@suse.com>
Patch Review
This patch converts a single call site in `amdgpu_dev_coredump.c`:
```c
- queue_work(system_unbound_wq, &adev->coredump_work);
+ queue_work(system_dfl_wq, &adev->coredump_work);
```
This queues the deferred coredump formatting work. Using an unbound/default workqueue here is sensible — the coredump formatting is heavyweight and doesn't need CPU-affinity. The substitution is correct.
**No issues found.**
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-05-16 1:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-14 10:38 [PATCH 0/2] drm/amd: Replace system_unbound_wq with system_dfl_wq Marco Crivellari
2026-05-14 10:38 ` [PATCH 1/2] drm/amd/display: Replace use of " Marco Crivellari
2026-05-16 1:00 ` Claude review: " Claude Code Review Bot
2026-05-14 10:38 ` [PATCH 2/2] drm/amdgpu: " Marco Crivellari
2026-05-16 1:00 ` Claude Code Review Bot [this message]
2026-05-16 1:00 ` Claude review: drm/amd: Replace " Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=review-patch2-20260514103815.190628-3-marco.crivellari@suse.com \
--to=claude-review@example.com \
--cc=dri-devel-reviews@example.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox