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/ttm/tests: fix lru_count ASSERT Date: Sun, 12 Apr 2026 11:28:14 +1000 Message-ID: In-Reply-To: <20260409111032.72141-2-matthew.auld@intel.com> References: <20260409111032.72141-2-matthew.auld@intel.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/ttm/tests: fix lru_count ASSERT Author: Matthew Auld Patches: 2 Reviewed: 2026-04-12T11:28:14.294748 --- This is a single-patch fix for a logic bug in the TTM pool KUnit test. The fix is straightforward and correct: a double-negation in an assertion was causing the test to assert the opposite of what was intended. The commit message is clear, includes CI failure output demonstrating the problem, and has the appropriate `Fixes:` tag. **Verdict: Looks good.** --- Generated by Claude Code Patch Reviewer