Re: [PATCH v3 00/10] x86/bugs: Separate config for mitigations

From: Breno Leitao
Date: Mon Jul 29 2024 - 12:33:57 EST


Hello Borislav,

On Mon, Jul 29, 2024 at 11:21:02AM +0200, Borislav Petkov wrote:
> On Mon, Apr 22, 2024 at 09:58:14AM -0700, Breno Leitao wrote:
> > Breno Leitao (10):
> > x86/bugs: Add a separate config for GDS
> > x86/bugs: Add a separate config for MDS
> > x86/bugs: Add a separate config for TAA
> > x86/bugs: Add a separate config for MMIO Stable Data
> > x86/bugs: Add a separate config for L1TF
> > x86/bugs: Add a separate config for RETBLEED
> > x86/bugs: Add a separate config for Spectre v1
> > x86/bugs: Add a separate config for SRBDS
> > x86/bugs: Add a separate config for Spectre V2
> > x86/bugs: Add a separate config for SSB
> >
> > arch/x86/Kconfig | 117 +++++++++++++++++++++++++++++++++++--
> > arch/x86/kernel/cpu/bugs.c | 46 +++++++++------
> > 2 files changed, 140 insertions(+), 23 deletions(-)
>
> Ok, rest looks ok. You can send a new version with all feedback addressed.

Thanks for reviewing it.

I will send a v4, where I will drop MITIGATION_GDS_FORCE, and keep only
MITIGATION_GDS Kconfig config entry.

Thanks,
--breno