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:   Mon, 28 Jun 2021 09:29:30 +0200
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Borislav Petkov <bp@...en8.de>,
        Thomas Gleixner <tglx@...utronix.de>,
        Peter Zijlstra <peterz@...radead.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v5.14

Linus,

Please pull the latest x86/cleanups git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2021-06-28

   # HEAD: 1d3156396cf6ea0873145092f4e040374ff1d862 x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()

Misc cleanups & removal of obsolete code.

Signed-off-by: Ingo Molnar <mingo@...nel.org>
 Thanks,

	Ingo

------------------>
Borislav Petkov (3):
      x86/asm: Simplify __smp_mb() definition
      x86/alternative: Align insn bytes vertically
      x86/setup: Document that Windows reserves the first MiB

ChenXiaoSong (1):
      x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()

Hubert Jasudowicz (1):
      doc: Remove references to IBM Calgary

Ingo Molnar (1):
      x86: Fix leftover comment typos

Mike Rapoport (2):
      x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= options
      x86/crash: Remove crash_reserve_low_1M()

Pavel Skripkin (1):
      x86/alternatives: Make the x86nops[] symbol static


 Documentation/admin-guide/kernel-parameters.txt |  5 ---
 Documentation/x86/x86_64/boot-options.rst       | 31 +----------------
 arch/x86/Kconfig                                | 29 ----------------
 arch/x86/hyperv/hv_init.c                       |  2 +-
 arch/x86/include/asm/barrier.h                  |  7 ++--
 arch/x86/include/asm/crash.h                    |  6 ----
 arch/x86/include/asm/sgx.h                      |  2 +-
 arch/x86/include/asm/stackprotector.h           |  2 +-
 arch/x86/kernel/alternative.c                   |  6 ++--
 arch/x86/kernel/cpu/sgx/encl.c                  |  2 +-
 arch/x86/kernel/crash.c                         | 13 -------
 arch/x86/kernel/kprobes/core.c                  |  2 +-
 arch/x86/kernel/setup.c                         | 45 ++++++-------------------
 arch/x86/kvm/mmu/mmu.c                          |  2 +-
 arch/x86/kvm/mmu/tdp_mmu.c                      |  2 +-
 15 files changed, 24 insertions(+), 132 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ