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: uapi: Use SPDX in DRM core uAPI headers Date: Sun, 12 Apr 2026 13:38:53 +1000 Message-ID: In-Reply-To: <20260407104951.1781047-1-laurent.pinchart+renesas@ideasonboard.com> References: <20260407104951.1781047-1-laurent.pinchart+renesas@ideasonboard.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: uapi: Use SPDX in DRM core uAPI headers Author: Laurent Pinchart Patches: 1 Reviewed: 2026-04-12T13:38:53.634312 --- This is a single, straightforward patch that replaces verbose MIT license boilerplate in four DRM core uAPI headers with `SPDX-License-Identifier: MIT` tags, and adds a short documentation paragraph clarifying the DRM subsystem's position on closed-source userspace. The patch is well-motivated and follows the kernel's established practice of moving to SPDX identifiers (see `Documentation/process/license-rules.rst`). It already carries Reviewed-by tags from Greg Kroah-Hartman, Thomas Gleixner, and Simona Vetter, which is strong endorsement for a licensing/SPDX change. **Verdict: This patch looks good and is ready to merge.** --- Generated by Claude Code Patch Reviewer