From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Borislav Petkov <bp@alien8.de>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] core/headers: Clean up x86 header interactions
Date: Tue, 28 Jan 2020 07:58:52 +0100 [thread overview]
Message-ID: <20200128065852.GA18416@gmail.com> (raw)
Linus,
Please pull the latest core-headers-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-headers-for-linus
# HEAD: 960786422fe90a86e81131f5dbd902cb5ebf8760 x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/realmode.h> from <asm/acpi.h>
This is a treewide cleanup, mostly (but not exclusively) with x86 impact,
which breaks implicit dependencies on the asm/realtime.h header and
finally removes it from asm/acpi.h.
Thanks,
Ingo
------------------>
Ingo Molnar (3):
x86/setup: Clean up the header portion of setup.c
x86/setup: Enhance the comments
x86/platform/intel/quark: Explicitly include linux/io.h for virt_to_phys()
Sean Christopherson (12):
x86/efi: Explicitly include realmode.h to handle RM trampoline quirk
x86/boot: Explicitly include realmode.h to handle RM reservations
x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms()
x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms()
perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys()
efi/capsule-loader: Explicitly include linux/io.h for page_to_phys()
virt: vbox: Explicitly include linux/io.h to pick up various defs
vmw_balloon: Explicitly include linux/io.h for virt_to_phys()
ASoC: Intel: Skylake: Explicitly include linux/io.h for virt_to_phys()
x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.h
ACPI/sleep: Convert acpi_wakeup_address into a function
x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/realmode.h> from <asm/acpi.h>
arch/ia64/include/asm/acpi.h | 5 +-
arch/ia64/kernel/acpi.c | 2 -
arch/x86/events/intel/ds.c | 1 +
arch/x86/include/asm/acpi.h | 3 +-
arch/x86/kernel/acpi/sleep.c | 11 ++
arch/x86/kernel/acpi/sleep.h | 2 +-
arch/x86/kernel/ftrace.c | 1 +
arch/x86/kernel/kprobes/core.c | 1 +
arch/x86/kernel/setup.c | 164 ++++++++-------------------
arch/x86/platform/efi/quirks.c | 1 +
arch/x86/platform/intel-quark/imr.c | 2 +
arch/x86/platform/intel-quark/imr_selftest.c | 2 +
drivers/acpi/sleep.c | 3 +
drivers/firmware/efi/capsule-loader.c | 1 +
drivers/misc/vmw_balloon.c | 1 +
drivers/virt/vboxguest/vboxguest_core.c | 1 +
drivers/virt/vboxguest/vboxguest_utils.c | 1 +
sound/soc/intel/skylake/skl-sst-cldma.c | 1 +
18 files changed, 81 insertions(+), 122 deletions(-)
next reply other threads:[~2020-01-28 7:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-28 6:58 Ingo Molnar [this message]
2020-01-28 19:10 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200128065852.GA18416@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=bp@alien8.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome