mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dave Hansen <dave.hansen@linux.intel.com>
To: torvalds@linux-foundation.org
Cc: x86@kernel.org, linux-kernel@vger.kernel.org,
	Dave Hansen <dave.hansen@linux.intel.com>
Subject: [GIT PULL] x86/urgent for 6.6-rc1
Date: Fri,  1 Sep 2023 11:20:54 -0700	[thread overview]
Message-ID: <20230901182054.110950-1-dave.hansen@linux.intel.com> (raw)

Hi Linus,

Please pull some x86/urgent changes for 6.6-rc1.

The most important fix here adds a missing CPU model to the recent
Gather Data Sampling (GDS) mitigation list to ensure that mitigations
are available on that CPU.

There are also a pair of warning fixes, and closure of a covert
channel that pops up when protection keys are disabled.

--

The following changes since commit 2c66ca3949dc701da7f4c9407f2140ae425683a5:

  x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4 (2023-08-24 11:01:45 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86-urgent-2023-09-01

for you to fetch changes up to 18032b47adf1db7b7f5fb2d1344e65aafe6417df:

  x86/fpu/xstate: Fix PKRU covert channel (2023-08-31 23:29:49 +0200)

----------------------------------------------------------------
 * Mark all Skylake CPUs as vulnerable to GDS
 * Fix PKRU covert channel
 * Fix -Wmissing-variable-declarations warning for ia32_xyz_class
 * Fix kernel-doc annotation warning

----------------------------------------------------------------
Dave Hansen (1):
      x86/speculation: Mark all Skylake CPUs as vulnerable to GDS

Jim Mattson (1):
      x86/fpu/xstate: Fix PKRU covert channel

Justin Stitt (1):
      x86/audit: Fix -Wmissing-variable-declarations warning for ia32_xyz_class

Vincenzo Palazzo (1):
      x86/irq/i8259: Fix kernel-doc annotation warning

 arch/x86/include/asm/audit.h | 7 +++++++
 arch/x86/kernel/audit_64.c   | 5 -----
 arch/x86/kernel/cpu/common.c | 8 ++++----
 arch/x86/kernel/fpu/xstate.c | 2 +-
 arch/x86/kernel/i8259.c      | 4 +---
 5 files changed, 13 insertions(+), 13 deletions(-)

             reply	other threads:[~2023-09-01 18:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 18:20 Dave Hansen [this message]
2023-09-02  0:00 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230901182054.110950-1-dave.hansen@linux.intel.com \
    --to=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome