Re: [PATCH v6 4/5] xen/acpi: Import PPTT definitions from Linux
Jan Beulich <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On 14.07.2026 12:44, Hirokazu Takahashi wrote: > Import the Processor Properties Topology Table (PPTT) definitions > from the Linux kernel header (include/acpi/actbl2.h) into Xen. > > Origin: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git 091c4af3562d Not really. This was only a correction to what was done earlier. e62f8227851d mirrored an ACPICA commit moving PPTT from actbl1.h to actbl2.h. b8355bcac253 is where the definitions first appeared. I'd suggest to reference all three commits, maybe also the one that was in need of correction. > Signed-off-by: Hirokazu Takahashi <[email protected]> With the Origin: tags properly sorted: Acked-by: Jan Beulich <[email protected]> Jan