* [GIT PULL] x86/build changes for v6.9
@ 2024-03-11 12:32 Ingo Molnar
2024-03-12 3:32 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-03-11 12:32 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, the arch/x86 maintainers
Linus,
Please pull the latest x86/build git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-2024-03-11
# HEAD: 103bf75fc928d16185feb216bda525b5aaca0b18 x86: Do not include <asm/bootparam.h> in several files
x86/build changes for v6.9:
- Reduce <asm/bootparam.h> dependencies
- Simplify <asm/efi.h>
- Unify *_setup_data definitions into <asm/setup_data.h>
- Reduce the size of <asm/bootparam.h>
Thanks,
Ingo
------------------>
Thomas Zimmermann (4):
x86/setup: Move UAPI setup structures into setup_data.h
x86/setup: Move internal setup_data structures into setup_data.h
x86/efi: Implement arch_ima_efi_boot_mode() in source file
x86: Do not include <asm/bootparam.h> in several files
arch/x86/Makefile | 3 ++
arch/x86/boot/compressed/acpi.c | 2 +
arch/x86/boot/compressed/cmdline.c | 2 +
arch/x86/boot/compressed/efi.c | 2 +
arch/x86/boot/compressed/efi.h | 9 ----
arch/x86/boot/compressed/pgtable_64.c | 1 +
arch/x86/boot/compressed/sev.c | 1 +
arch/x86/include/asm/efi.h | 14 ++----
arch/x86/include/asm/kexec.h | 1 -
arch/x86/include/asm/mem_encrypt.h | 2 +-
arch/x86/include/asm/pci.h | 13 ------
arch/x86/include/asm/setup_data.h | 32 +++++++++++++
arch/x86/include/asm/sev.h | 3 +-
arch/x86/include/asm/x86_init.h | 2 -
arch/x86/include/uapi/asm/bootparam.h | 72 +----------------------------
arch/x86/include/uapi/asm/setup_data.h | 83 ++++++++++++++++++++++++++++++++++
arch/x86/kernel/crash.c | 1 +
arch/x86/kernel/sev-shared.c | 2 +
arch/x86/platform/efi/efi.c | 5 ++
arch/x86/platform/pvh/enlighten.c | 1 +
arch/x86/xen/enlighten_pvh.c | 1 +
arch/x86/xen/vga.c | 1 -
22 files changed, 143 insertions(+), 110 deletions(-)
create mode 100644 arch/x86/include/asm/setup_data.h
create mode 100644 arch/x86/include/uapi/asm/setup_data.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] x86/build changes for v6.9
2024-03-11 12:32 [GIT PULL] x86/build changes for v6.9 Ingo Molnar
@ 2024-03-12 3:32 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-03-12 3:32 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers
The pull request you sent on Mon, 11 Mar 2024 13:32:41 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-2024-03-11
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d69ad12c786f0a4593c48c0658043aa4a5116b09
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-12 3:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 12:32 [GIT PULL] x86/build changes for v6.9 Ingo Molnar
2024-03-12 3:32 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox