From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: nova-core: unregister sysmem flush page from Drop Date: Tue, 28 Apr 2026 13:47:59 +1000 Message-ID: In-Reply-To: <20260427221155.2144848-23-dakr@kernel.org> References: <20260427221155.2144848-1-dakr@kernel.org> <20260427221155.2144848-23-dakr@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean improvement: `SysmemFlush<'a>` now holds `bar: &'a Bar0` and implements `Drop` for automatic cleanup, eliminating the manual `unregister()` call and the `Gpu::unbind()` method entirely. The `Fixes:` tag is appropriate. --- Generated by Claude Code Patch Reviewer