RE: [PATCH v4 00/36] Attack vector controls
From: Kaplan, David
Date: Mon Mar 10 2025 - 16:47:18 EST
[AMD Official Use Only - AMD Internal Distribution Only]
> -----Original Message-----
> From: Ingo Molnar <mingo@xxxxxxxxxx>
> Sent: Monday, March 10, 2025 1:45 PM
> To: Kaplan, David <David.Kaplan@xxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>; Borislav Petkov <bp@xxxxxxxxx>; Peter
> Zijlstra <peterz@xxxxxxxxxxxxx>; Josh Poimboeuf <jpoimboe@xxxxxxxxxx>; Pawan
> Gupta <pawan.kumar.gupta@xxxxxxxxxxxxxxx>; Ingo Molnar <mingo@xxxxxxxxxx>;
> Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>; x86@xxxxxxxxxx; H . Peter Anvin
> <hpa@xxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; Brendan Jackman
> <jackmanb@xxxxxxxxxx>; Derek Manwaring <derekmn@xxxxxxxxxx>
> Subject: Re: [PATCH v4 00/36] Attack vector controls
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> * David Kaplan <david.kaplan@xxxxxxx> wrote:
>
> > David Kaplan (36):
> > x86/bugs: Restructure mds mitigation
> > x86/bugs: Restructure taa mitigation
> > x86/bugs: Restructure mmio mitigation
> > x86/bugs: Restructure rfds mitigation
> > x86/bugs: Remove md_clear_*_mitigation()
> > x86/bugs: Restructure srbds mitigation
> > x86/bugs: Restructure gds mitigation
> > x86/bugs: Restructure spectre_v1 mitigation
> > x86/bugs: Only allow retbleed=stuff on Intel
> > x86/bugs: Restructure retbleed mitigation
> > x86/bugs: Restructure spectre_v2_user mitigation
> > x86/bugs: Restructure bhi mitigation
> > x86/bugs: Restructure spectre_v2 mitigation
> > x86/bugs: Restructure ssb mitigation
> > x86/bugs: Restructure l1tf mitigation
> > x86/bugs: Restructure srso mitigation
> > Documentation/x86: Document the new attack vector controls
> > cpu: Define attack vectors
> > x86/Kconfig: Arch attack vector support
> > x86/bugs: Determine relevant vulnerabilities based on attack vector
> > controls.
> > x86/bugs: Add attack vector controls for mds
> > x86/bugs: Add attack vector controls for taa
> > x86/bugs: Add attack vector controls for mmio
> > x86/bugs: Add attack vector controls for rfds
> > x86/bugs: Add attack vector controls for srbds
> > x86/bugs: Add attack vector controls for gds
> > x86/bugs: Add attack vector controls for spectre_v1
> > x86/bugs: Add attack vector controls for retbleed
> > x86/bugs: Add attack vector controls for spectre_v2_user
> > x86/bugs: Add attack vector controls for bhi
> > x86/bugs: Add attack vector controls for spectre_v2
> > x86/bugs: Add attack vector controls for l1tf
> > x86/bugs: Add attack vector controls for srso
> > x86/pti: Add attack vector controls for pti
> > x86/bugs: Print enabled attack vectors
> > cpu: Show attack vectors in sysfs
>
> Just an overall meta comment: could you please capitalize all the acronyms properly
> and consistently in titles, changelogs and the code
> itself:
>
> s/mds
> /MDS
>
> s/srso
> /SRSO
>
> etc. For single patches we maintainers will routinely fix such issues, but for a 36-
> patch series it's rather tedious ...
>
> Also, please put no periods into titles, and titles should begin with a verb.
>
Ack, will fix.
Thanks --David Kaplan