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: vbios: use single logical block for the FWSEC section Date: Tue, 26 May 2026 07:03:44 +1000 Message-ID: In-Reply-To: <20260525-fix-vbios-v5-16-e5e455251537@nvidia.com> References: <20260525-fix-vbios-v5-0-e5e455251537@nvidia.com> <20260525-fix-vbios-v5-16-e5e455251537@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 This is the biggest patch in the series. It replaces the two-FWSEC-image model with a single contiguous `fwsec_section: KVVec` that includes all images from the first FWSEC onward. This simplifies the offset calculations since offsets into the FWSEC region no longer need to account for two separate images. The change from `KVec` to `KVVec` for `BiosImage.data` (since `KVVec` can be constructed from a borrowed slice) and the removal of the `dev` field from `BiosImage` are well-motivated by this refactoring. **Minor observation:** The documentation update in `Documentation/gpu/nova/core/vbios.rst` changes "second fwsec" to "fwsec" which is consistent with the new model. --- Generated by Claude Code Patch Reviewer