Re: [PATCH v5] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU
From: Steven Rostedt
Date: Sun Jan 11 2026 - 12:14:02 EST
On Sun, 11 Jan 2026 10:05:05 +0000
Pnina Feder <PNINA.FEDER@xxxxxxxxxxxx> wrote:
> Hi Steve,
>
> Thanks for the guidance, will do.
>
> > >
> > > Signed-off-by: Pnina Feder <pnina.feder@xxxxxxxxxxxx>
> > > ---
> >
> > The "Changes since" line should always be below the '---' otherwise it gets pulled into the git log and the maintainer needs to manually delete it (which is annoying).
> >
> > Also, it is helpful to add a link to the previous version.
> >
> > > Signed-off-by: Pnina Feder <pnina.feder@xxxxxxxxxxxx>
> > > ---
> > Changes since v4: Suspicious Link - Removed
Of course it seems that your email server removes active links to old
versions which defeats the purpose :-p
-- Steve
> > - Make IPI delivery an overridable weak function (panic_smp_redirect_cpu)
> > so architectures can use NMI where available