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/gem: Consider GEM object reclaimable if shrinking fails Date: Tue, 10 Mar 2026 12:15:40 +1000 Message-ID: In-Reply-To: <20260309151119.290217-2-boris.brezillon@collabora.com> References: <20260309151119.290217-1-boris.brezillon@collabora.com> <20260309151119.290217-2-boris.brezillon@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean, well-contained fix to the DRM core. When the shrink callback returns false but the object hasn't been moved to a different LRU, the object is still reclaimable and `*remaining` should reflect that. The comment about the lock not being held for accuracy is appropriate since it's just for a heuristic. Has two R-b tags. No issues. --- Generated by Claude Code Patch Reviewer