Re: [PATCH v13 05/18] cxl: Move mailbox related bits to the same context

From: Jonathan Cameron
Date: Mon Oct 14 2024 - 10:42:52 EST


On Wed, 9 Oct 2024 13:41:06 +0100
<shiju.jose@xxxxxxxxxx> wrote:

> From: Dave Jiang <dave.jiang@xxxxxxxxx>
>
> Create a new 'struct cxl_mailbox' and move all mailbox related bits to
> it. This allows isolation of all CXL mailbox data in order to export
> some of the calls to external kernel callers and avoid exporting of CXL
> driver specific bits such has device states. The allocation of
> 'struct cxl_mailbox' is also split out with cxl_mailbox_create() so the
Ira called this out in the v4 posting from Dave.
Change text to say cxl_mailbox_init()

> mailbox can be created independently.
>
> Reviewed-by: Fan Ni <fan.ni@xxxxxxxxxxx>
> Reviewed-by: Alejandro Lucero <alucerop@xxxxxxx>
> Reviewed-by: Alison Schofield <alison.schofield@xxxxxxxxx>
> Link: https://patch.msgid.link/20240724185649.2574627-2-dave.jiang@xxxxxxxxx

That link is to an old version.
https://lore.kernel.org/linux-cxl/20240905223711.1990186-1-dave.jiang@xxxxxxxxx/
Is what you have in the cover letter change log so needs to be that here
as well.

I'll review this on Dave's thread rather than here. Dave, we'll need
a immutable branch for this one once you think it's ready for queuing up.

If we can do that soon that would be good as it's either gating this
series and is a precursor for the type2 stuff.
If we are sure only this stuff will make the coming merge window
(crosses fingers) then we an take it via Borislav's tree
- perhaps we should discuss this on the sync call tomorrow.