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

Message ID 20230809102700.29449-1-bp@alien8.de
Headers
Series x86/bugs: Some SRSO fixes |

Message

Borislav Petkov Aug. 9, 2023, 10:26 a.m. UTC
  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(-)
  

Comments

Greg KH Aug. 9, 2023, 11:11 a.m. UTC | #1
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>