lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 28 Jan 2020 07:58:52 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
        Borislav Petkov <bp@...en8.de>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] core/headers: Clean up x86 header interactions

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ