> > +/* 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. -Tony