RE: [PATCH 1/6] x86/cpu: Break Vendor/Family/Model macros into separate header

From: Luck, Tony

Date: Tue Jan 20 2026 - 11:48:59 EST


> > Signed-off-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
>
> Still don't understand why people putting Cc list before the cutter. This noise
> in the commit message and when retrospectively one reads on the small screen (I
> do on the phone from time to time) it makes it at bare miniumum inconvenient).
>
> > Cc: Thomas Gleixner <tglx@xxxxxxxxxx>
> > Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> > Cc: Borislav Petkov <bp@xxxxxxxxx>
> > Cc: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
> > Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
> > Cc: Tony Luck <tony.luck@xxxxxxxxx>
> > Cc: Pawan Gupta <pawan.kumar.gupta@xxxxxxxxxxxxxxx>
> > Cc: "Peter Zijlstra (Intel)" <peterz@xxxxxxxxxxxxx>
> > Cc: x86@xxxxxxxxxx
> > Cc: Jon Kohler <jon@xxxxxxxxxxx>
> > ---

I put stuff above the "---" because I'm a dinosaur using GIT and often use:

$ git format-patch ....

...

$ git am 00*

to rebase, reorder, move bits from one patch to another, or generate a new
version of the series. When I do so the "git am" drops everything after the "---" cut line.

I poked around, but couldn't find any way to make "git am" keep it :-(

-Tony