mbox series

[v3,0/2] Allow out of order auto-region assembly

Message ID cover.1706736863.git.alison.schofield@intel.com
Headers show
Series Allow out of order auto-region assembly | expand

Message

Alison Schofield Jan. 31, 2024, 9:59 p.m. UTC
From: Alison Schofield <alison.schofield@intel.com>

Add a precursor tidy-up patch to existing Patch 2.


Alison Schofield (2):
  cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
  cxl/region: Allow out of order assembly of autodiscovered regions

 drivers/cxl/core/region.c | 62 +++++++++++++++++++++++++++++----------
 1 file changed, 46 insertions(+), 16 deletions(-)


base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d

Comments

Dan Williams Jan. 31, 2024, 10:24 p.m. UTC | #1
alison.schofield@ wrote:
> From: Alison Schofield <alison.schofield@intel.com>
> 
> Add a precursor tidy-up patch to existing Patch 2.
> 
> 
> Alison Schofield (2):
>   cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
>   cxl/region: Allow out of order assembly of autodiscovered regions

These look good to me now. It would be nice to get a Tested-by from
Wonjae to close the loop. I'll give that a day or so to show up.

Thanks, Alison!
Wonjae Lee Feb. 1, 2024, 5:31 a.m. UTC | #2
On Wed, Jan 31, 2024 at 02:24:06PM -0800, Dan Williams wrote:
> alison.schofield@ wrote:
> > From: Alison Schofield <alison.schofield@intel.com>
> >
> > Add a precursor tidy-up patch to existing Patch 2.
> >
> >
> > Alison Schofield (2):
> >   cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
> >   cxl/region: Allow out of order assembly of autodiscovered regions
>
> These look good to me now. It would be nice to get a Tested-by from
> Wonjae to close the loop. I'll give that a day or so to show up.
>
> Thanks, Alison!
>

Hello,

I found that it worked fine with a "check for HPA violation" log when I
applied the patch in the same environment where the problem occurred
previously. Thanks for your help!

Tested-by: Wonjae Lee <wj28.lee@samsung.com>

Thanks,
Wonjae