[PATCH 0/3] x86/bugs: Some SRSO fixes

Borislav Petkov posted 3 patches 2 years, 1 month ago
Documentation/admin-guide/hw-vuln/index.rst | 12 +--
Documentation/admin-guide/hw-vuln/srso.rst  | 71 ++++++++++-------
drivers/base/cpu.c                          | 86 +++++----------------
3 files changed, 68 insertions(+), 101 deletions(-)
[PATCH 0/3] x86/bugs: Some SRSO fixes
Posted by Borislav Petkov 2 years, 1 month ago
From: "Borislav Petkov (AMD)" <bp@alien8.de>

Hi all,

those are the leftover smaller fixes which can go after the release
date. I'll queue them next week.

Thx.

Borislav Petkov (AMD) (3):
  Documentation/hw-vuln: Unify filename specification in index
  driver core: cpu: Unify redundant silly stubs
  Documentation/srso: Document IBPB aspect and fix formatting

 Documentation/admin-guide/hw-vuln/index.rst | 12 +--
 Documentation/admin-guide/hw-vuln/srso.rst  | 71 ++++++++++-------
 drivers/base/cpu.c                          | 86 +++++----------------
 3 files changed, 68 insertions(+), 101 deletions(-)

-- 
2.41.0
Re: [PATCH 0/3] x86/bugs: Some SRSO fixes
Posted by Greg Kroah-Hartman 2 years, 1 month ago
On Wed, Aug 09, 2023 at 12:26:57PM +0200, Borislav Petkov wrote:
> From: "Borislav Petkov (AMD)" <bp@alien8.de>
> 
> Hi all,
> 
> those are the leftover smaller fixes which can go after the release
> date. I'll queue them next week.
> 
> Thx.
> 
> Borislav Petkov (AMD) (3):
>   Documentation/hw-vuln: Unify filename specification in index
>   driver core: cpu: Unify redundant silly stubs
>   Documentation/srso: Document IBPB aspect and fix formatting
> 
>  Documentation/admin-guide/hw-vuln/index.rst | 12 +--
>  Documentation/admin-guide/hw-vuln/srso.rst  | 71 ++++++++++-------
>  drivers/base/cpu.c                          | 86 +++++----------------
>  3 files changed, 68 insertions(+), 101 deletions(-)
> 
> -- 
> 2.41.0
> 

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>