From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Documentation: drm: Add entry for removing spsc_queue to TODO list Date: Thu, 04 Jun 2026 15:59:15 +1000 Message-ID: In-Reply-To: <20260529215207.115513-2-phasta@kernel.org> References: <20260529215207.115513-2-phasta@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: Documentation: drm: Add entry for removing spsc_queue to TODO list Author: Philipp Stanner Patches: 3 Reviewed: 2026-06-04T15:59:15.697169 --- This is a single documentation-only patch adding a TODO entry to `Documenta= tion/gpu/todo.rst` for replacing the lockless `spsc_queue` in drm_sched wit= h a spinlock-protected list. The motivation is sound =E2=80=94 spsc_queue i= s indeed only used by drm_sched in the entire kernel, and replacing it with= a simpler locked list would reduce maintenance burden of a niche lockless = data structure. The TODO entry is well-structured and clearly describes the= tasks. However, there is a factual inaccuracy in the patch text that should be cor= rected before merging. --- Generated by Claude Code Patch Reviewer