Re: [PATCH v2] cxl/region: Validate partition index before array access
From: KobaK
Date: Tue Apr 14 2026 - 11:17:44 EST
On Mon, 13 Apr 2026 21:37:33 -0700, Alison Schofield wrote:
> > Fixes: be5cbd084027 ("cxl: Kill enum cxl_decoder_mode")
>
> The above tag added the check for part < 0 in construct_region(),
> so that's not the fixes tag. Like I wrote in v1, I don't see the
> obvious tag that deleted that check, else I'd just tell you.
The check was lost during a merge resolution, not by any single
non-merge commit. How about dropping the Fixes tag entirely and
explaining in the body instead?
> > Signed-off-by: Koba Ko <kobak@xxxxxxxxxx>
> > ---
>
> Need a changelog here.
> See https://docs.kernel.org/process/submitting-patches.html#commentary
Sorry, missed it. Will add in v3.
- Koba