From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dma-buf: Change st-dma-fence-unwrap.c to use kunit Date: Tue, 03 Mar 2026 13:50:32 +1000 Message-ID: In-Reply-To: <3-v1-0a349a394eff+14110-dmabuf_kunit_jgg@nvidia.com> References: <0-v1-0a349a394eff+14110-dmabuf_kunit_jgg@nvidia.com> <3-v1-0a349a394eff+14110-dmabuf_kunit_jgg@nvidia.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, straightforward conversion. No issues found. The mix of `KUNIT_ASSERT_NOT_NULL` (for the first allocation, which would abort the test) and `KUNIT_FAIL` + explicit cleanup (for subsequent allocations that need to free previous ones) is the correct approach throughout. --- Generated by Claude Code Patch Reviewer