On Mon, May 05, 2025 at 10:22:47AM -0700, Roman Kisel wrote: > > > On 5/2/2025 10:32 AM, Wei Liu wrote: > > On Wed, Apr 30, 2025 at 01:47:20PM -0700, Roman Kisel wrote: > > [...] > > > > arch/x86/coco/sev/core.c | 13 ++----------- > > > arch/x86/hyperv/hv_vtl.c | 12 ++---------- > > > arch/x86/hyperv/ivm.c | 2 +- > > > arch/x86/include/asm/apic.h | 8 ++++---- > > > arch/x86/include/asm/mshyperv.h | 5 +++-- > > > arch/x86/kernel/acpi/madt_wakeup.c | 2 +- > > > arch/x86/kernel/apic/apic_noop.c | 8 +++++++- > > > arch/x86/kernel/apic/x2apic_uv_x.c | 2 +- > > > arch/x86/kernel/smpboot.c | 10 +++++----- > > > > Since this is tagged as a hyperv-next patch, I'm happy to pick this up. > > > > Thank you very much, Wei! > > > Some changes should be acked by x86 maintainers. > > Tom and Thomas reviewed the patch, and the `scripts/get_maintainer.pl` > prints them as x86 maintainers. If I understand correctly what you're > saying, someone who sends patches from the x86 tree to Linus should add > Acked-by to the patch. Likely I should just wait until such person gets > to this patch. > > If I'm misunderstanding, I'd appreciate a quick note to help me navigate > this :) >
$ ./scripts/get_maintainer.pl -f arch/x86/kernel Thomas Gleixner <t...@linutronix.de> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),commit_signer:89/608=15%) Ingo Molnar <mi...@redhat.com> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),commit_signer:180/608=30%) Borislav Petkov <b...@alien8.de> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),commit_signer:245/608=40%) Dave Hansen <dave.han...@linux.intel.com> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),commit_signer:70/608=12%) x...@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)) "H. Peter Anvin" <h...@zytor.com> (reviewer:X86 ARCHITECTURE (32-BIT AND 64-BIT)) Reinette Chatre <reinette.cha...@intel.com> (commit_signer:65/608=11%) Tony Luck <tony.l...@intel.com> (authored:31/608=5%) James Morse <james.mo...@arm.com> (authored:31/608=5%) linux-ker...@vger.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)) I'm looking for acks / reviews from Thomas, Ingo, Borislav, or Dave. If Thomas had given an ack or a review before, you should've added that to the patch here. You don't need to do that for this patch. Please point me to Thomas' reply to the previous version and I can add the missing tag to patch while I queue it. Thanks, Wei.