[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1743617897.git.jpoimboe@kernel.org>
Date: Wed,  2 Apr 2025 11:19:17 -0700
From: Josh Poimboeuf <jpoimboe@...nel.org>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org,
	amit@...nel.org,
	kvm@...r.kernel.org,
	amit.shah@....com,
	thomas.lendacky@....com,
	bp@...en8.de,
	tglx@...utronix.de,
	peterz@...radead.org,
	pawan.kumar.gupta@...ux.intel.com,
	corbet@....net,
	mingo@...hat.com,
	dave.hansen@...ux.intel.com,
	hpa@...or.com,
	seanjc@...gle.com,
	pbonzini@...hat.com,
	daniel.sneddon@...ux.intel.com,
	kai.huang@...el.com,
	sandipan.das@....com,
	boris.ostrovsky@...cle.com,
	Babu.Moger@....com,
	david.kaplan@....com,
	dwmw@...zon.co.uk,
	andrew.cooper3@...rix.com
Subject: [PATCH v3 0/6] x86/bugs: RSB mitigation fixes and documentation
v3:
- fancy new doc
- more fixes
v2: https://lore.kernel.org/cover.1732219175.git.jpoimboe@kernel.org
Josh Poimboeuf (6):
  x86/bugs: Rename entry_ibpb()
  x86/bugs: Use SBPB in __write_ibpb() if applicable
  x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
  x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
  x86/bugs: Don't fill RSB on context switch with eIBRS
  x86/bugs: Add RSB mitigation document
 Documentation/admin-guide/hw-vuln/index.rst |   1 +
 Documentation/admin-guide/hw-vuln/rsb.rst   | 241 ++++++++++++++++++++
 arch/x86/entry/entry.S                      |   9 +-
 arch/x86/include/asm/nospec-branch.h        |  12 +-
 arch/x86/kernel/cpu/bugs.c                  | 109 +++------
 arch/x86/mm/tlb.c                           |   6 +-
 6 files changed, 291 insertions(+), 87 deletions(-)
 create mode 100644 Documentation/admin-guide/hw-vuln/rsb.rst
-- 
2.48.1
Powered by blists - more mailing lists