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: Thu, 07 May 2026 13:02:06 +1000 Message-ID: In-Reply-To: <20260506215113.851360-24-dakr@kernel.org> References: <20260506215113.851360-1-dakr@kernel.org> <20260506215113.851360-24-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` now holds `&'bound Bar0` and unregisters itself in `Drop`, eliminating the manual `unbind()` chain. This is a direct benefit of HRT -- the destructor can access the BAR because the lifetime guarantees it's still valid. The `Gpu::unbind()` method is removed entirely, and `NovaCore` no longer needs an `unbind` callback. No issues found. --- Generated by Claude Code Patch Reviewer