From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Re: [PATCH v2] fbdev/hga: Request memory region before ioremap Date: Thu, 12 Mar 2026 07:28:48 +1000 Message-ID: In-Reply-To: References: X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: Re: [PATCH v2] fbdev/hga: Request memory region before ioremap Author: Thomas Zimmermann Patches: 2 Reviewed: 2026-03-12T07:28:48.096215 --- This is a single patch (v2) that adds a `devm_request_mem_region()` call be= fore `ioremap()` in the HGA framebuffer driver to properly reserve the vide= o memory region at `0xb0000`. The intent is correct =E2=80=94 claiming the = memory region prevents silent conflicts with other drivers. However, the pa= tch has several issues related to mixing managed (`devm_`) and unmanaged re= source APIs, an incomplete conversion, and a missing cleanup path. --- Generated by Claude Code Patch Reviewer