Re: [PATCH v3 00/35] x86/bugs: Attack vector controls
From: Pawan Gupta
Date: Mon Jan 13 2025 - 12:41:57 EST
On Sun, Jan 12, 2025 at 12:38:18PM +0100, Borislav Petkov wrote:
> For some reason your mail client is mangling your mails and they land in spam.
> And they're not even on lore. Here's what I got from you:
>
> ...
> Date: Fri, 10 Jan 2025 09:14:10 -0800
> From: Pawan Gupta <pawan.kumar.gupta@xxxxxxxxxxxxxxx>, To:
> Borislav Petkov <bp@xxxxxxxxx>;
> Cc: David Kaplan <david.kaplan@xxxxxxx>,
> ...
>
> The "To:" is not on a new line but separate with a "," from the "From:" and
> that confuses mail clients perhaps.
That is strange. Looks like this is randomly happening, some of the emails
I checked on lore looks fine. I am using an old version of neomutt, will
update it and see if it fixes the issue.
> On Fri, Jan 10, 2025 at 09:14:10AM -0800, Pawan Gupta wrote:
> > Mitigation setup is done too early for tracing to be of any help. A few
> > extra debug prints is what I can think of.
>
> That's what I mean - no tracing. A couple of verbose, properly placed printks
> to help show what gets called when and which are enabled with a cmdline param.
>
> mitigations=debug
>
> or so.
Sure, I will add some debug prints to help understand the flow.