[GIT,PULL] x86/misc updates for v6.4-rc1

Message ID 20230424140029.GEZEaLfYPda4W38IHj@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/misc updates for v6.4-rc1 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v6.4_rc1

Message

Borislav Petkov April 24, 2023, 2 p.m. UTC
  Hi Linus,

please pull the pile of miscellaneous x86 updates for 6.4.

Thx.

---

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v6.4_rc1

for you to fetch changes up to 5910f06503aae3cc4890e562683abc3e38857ff9:

  MAINTAINERS: Add x86 hardware vulnerabilities section (2023-03-10 11:13:30 +0100)

----------------------------------------------------------------
- Add a x86 hw vulnerabilities section to MAINTAINERS so that the folks
  involved in it can get CCed on patches

- Add some more CPUID leafs to the kcpuid tool and extend its
  functionality to be more useful when grepping for CPUID bits

----------------------------------------------------------------
Borislav Petkov (AMD) (1):
      tools/x86/kcpuid: Dump the CPUID function in detailed view

Josh Poimboeuf (1):
      MAINTAINERS: Add x86 hardware vulnerabilities section

Terry Bowman (2):
      tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
      tools/x86/kcpuid: Update AMD leaf Fn80000001

 MAINTAINERS                     | 11 ++++++++
 tools/arch/x86/kcpuid/cpuid.csv | 61 +++++++++++++++++++++++++++++++++++++----
 tools/arch/x86/kcpuid/kcpuid.c  | 32 ++++++++++++++++-----
 3 files changed, 92 insertions(+), 12 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 25, 2023, 6 p.m. UTC | #1
The pull request you sent on Mon, 24 Apr 2023 16:00:29 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v6.4_rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4a4a28fca6966ff2aee7d8313db6defcc8fcf70b

Thank you!