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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 26 Apr 2021 11:59:07 +0200
From:   Borislav Petkov <bp@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Dave Hansen <dave.hansen@...el.com>, x86-ml <x86@...nel.org>,
        lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] x86/misc for v5.13

Hi Linus,

please pull the x86 miscellaneous pile for v5.13.

Thx.

---

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v5.13

for you to fetch changes up to f281854fa743f3474b2d0d69533301f48cf0e184:

  tools/x86/kcpuid: Add AMD leaf 0x8000001E (2021-03-18 11:36:14 +0100)

----------------------------------------------------------------
A new kcpuid tool to dump the raw CPUID leafs of a CPU. It has the CPUID
bit definitions in a separate csv file which allows for adding support
for new CPUID leafs and bits without having to update the tool. The main
use case for the tool is hw enablement on preproduction x86 hw.

----------------------------------------------------------------
Andy Lutomirski (1):
      selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S

Borislav Petkov (3):
      tools/x86/kcpuid: Add AMD Secure Encryption leaf
      tools/x86/kcpuid: Check last token too
      tools/x86/kcpuid: Add AMD leaf 0x8000001E

Feng Tang (1):
      tools/x86: Add a kcpuid tool to show raw CPU features

 tools/arch/x86/kcpuid/Makefile          |  24 ++
 tools/arch/x86/kcpuid/cpuid.csv         | 400 +++++++++++++++++++
 tools/arch/x86/kcpuid/kcpuid.c          | 657 ++++++++++++++++++++++++++++++++
 tools/testing/selftests/x86/thunks_32.S |   2 +
 4 files changed, 1083 insertions(+)
 create mode 100644 tools/arch/x86/kcpuid/Makefile
 create mode 100644 tools/arch/x86/kcpuid/cpuid.csv
 create mode 100644 tools/arch/x86/kcpuid/kcpuid.c

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ