Re: [PATCH v6 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
From: Dan Williams
Date: Fri May 09 2025 - 12:36:34 EST
Robert Richter wrote:
> This series is the first part of adding support for CXL address
> translation. It contains cleanup and code refactoring in preparation
> of the actual implementation that will be sent in part 2. Cleanup and
> code refactoring have been split in a separate series to reduce the
> number of patches of the series. Even without address translation on
> top this rework improves esp. the region code, cleans it up,
> simplifies it and adds debugging messages to better analyze region
> creation failures:
>
[..]
>
> v6:
> * added tags to SOB chain,
> * added more occurences to remove-else-after-return (Alison),
> * updated description of cxl_port_pick_region_decoder() (Fabio),
[..]
Aside from the "obj __free(...) = NULL" anti-pattern to clean up, for
the series, you can add:
Acked-by: Dan Williams <dan.j.williams@xxxxxxxxx>