Re: [PATCH v2 7/9] x86: Rely on generic printing of preemption model.

From: Sebastian Andrzej Siewior
Date: Mon Feb 10 2025 - 07:07:44 EST


On 2025-02-03 15:16:30 [+0100], To linux-kernel@xxxxxxxxxxxxxxx wrote:
> After __die_header(), __die_body() is always invoked. There we have
> show_regs() -> show_regs_print_info() which prints the current
> preemption model.
> Remove it from the initial line.
>
> Cc: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: Borislav Petkov <bp@xxxxxxxxx>
> Cc: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
> Cc: x86@xxxxxxxxxx
> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

Is it okay, to route this via the sched tree?

Sebastian