]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/entry: Have entry_ibpb() invalidate return predictions
authorJohannes Wikner <kwikner@ethz.ch>
Mon, 23 Sep 2024 18:49:36 +0000 (20:49 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 10 Oct 2024 08:35:27 +0000 (10:35 +0200)
commit50e4b3b94090babe8d4bb85c95f0d3e6b07ea86e
tree5bf24bfdf5c982ad990378274a5c8330a3c7a2f8
parent3ea87dfa31a7b0bb0ff1675e67b9e54883013074
x86/entry: Have entry_ibpb() invalidate return predictions

entry_ibpb() should invalidate all indirect predictions, including return
target predictions. Not all IBPB implementations do this, in which case the
fallback is RSB filling.

Prevent SRSO-style hijacks of return predictions following IBPB, as the return
target predictor can be corrupted before the IBPB completes.

  [ bp: Massage. ]

Signed-off-by: Johannes Wikner <kwikner@ethz.ch>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Cc: <stable@kernel.org>
arch/x86/entry/entry.S