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 18:34: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] x86/cleanups

Linus,

Please pull the latest x86-cleanups-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus

   # HEAD: 3c749b81ee99ef1a01d342ee5e4bc01e4332eb75 x86/CPU/AMD: Remove amd_get_topology_early()

Misc cleanups all around the map.

 Thanks,

	Ingo

------------------>
Anthony Steinhauser (1):
      x86/nospec: Remove unused RSB_FILL_LOOPS

Benjamin Thiel (1):
      x86/cpu: Add a missing prototype for arch_smt_update()

Borislav Petkov (1):
      x86/CPU/AMD: Remove amd_get_topology_early()

Enrico Weigelt (1):
      Documentation/x86/boot: Fix typo

Ingo Molnar (2):
      x86/setup: Clean up the header portion of setup.c
      x86/setup: Enhance the comments

Julia Lawall (1):
      x86/crash: Use resource_size()

Krzysztof Kozlowski (1):
      x86/Kconfig: Fix Kconfig indentation

Mateusz Nosek (1):
      x86/tsc: Remove redundant assignment

Randy Dunlap (1):
      x86/Kconfig: Correct spelling and punctuation

Sean Christopherson (1):
      x86/boot: Fix a comment's incorrect file reference

Valdis Kletnieks (1):
      x86/vdso: Provide missing include file

yu kuai (1):
      x86/process: Remove set but not used variables prev and next


 Documentation/x86/boot.rst           |   2 +-
 arch/x86/Kconfig                     |  74 ++++++++--------
 arch/x86/entry/vdso/vdso32-setup.c   |   1 +
 arch/x86/include/asm/nospec-branch.h |   1 -
 arch/x86/include/asm/realmode.h      |   4 +-
 arch/x86/kernel/cpu/amd.c            |  10 +--
 arch/x86/kernel/cpu/common.c         |   1 +
 arch/x86/kernel/crash.c              |   2 +-
 arch/x86/kernel/process.c            |   4 -
 arch/x86/kernel/setup.c              | 163 ++++++++++-------------------------
 arch/x86/kernel/tsc_sync.c           |   1 -
 arch/x86/xen/Kconfig                 |   8 +-
 12 files changed, 96 insertions(+), 175 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ