On Mon, May 5, 2025 at 7:12 PM Luck, Tony <tony.luck@xxxxxxxxx> wrote: > > > > +/* Values for region_id_flags above */ > > > +#define ACPI_MRRM_VALID_REGION_ID_FLAGS_LOCAL (1<<0) > > > +#define ACPI_MRRM_VALID_REGION_ID_FLAGS_REMOTE (1<<1) > > > + > > > /******************************************************************************* > > > * > > > * MSDM - Microsoft Data Management table > > > -- > > > > All of the above definitions should be there in linux-next now. > > > > Can you please check if they are there and they are correct? > > Alternatively, please check > > > > https://web.git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/log/?h=testing > > Rafael, > > I checked the "testing" branch. The MRRM bits there look good. > > Do you want me to post a V5 of this series that drops patch1? > > Fenghua had some comments ... the one about a spurious blank > line in mrrm_init() is real. I'm less sure about documenting the > meaning of "X" in the ABI documentation patch. If you want to update any of the 3 last patches, please send an update. Otherwise, let me know and I can pick them up from the current series. Thanks!