Re: [PATCH] PM: dpm: add module param to backtrace all CPUs
From: Sergey Senozhatsky
Date: Tue Aug 19 2025 - 22:05:12 EST
On (25/08/19 21:35), Rafael J. Wysocki wrote:
> On Thu, Jul 31, 2025 at 5:01 AM Sergey Senozhatsky
> <senozhatsky@xxxxxxxxxxxx> wrote:
> >
> > Add dpm_all_cpu_backtrace module parameter which controls
> > all CPU backtrace dump before DPM panics the system.
>
> This is exclusively about the DPM watchdog, so the module parameter
> name should reflect that.
I thought dpm in dpm_all_cpu_backtrace explains that. Should
I rename it so something like dpm_watchdog_all_cpu_backtrace?
Any better suggestions?
> Also, it is not quite clear which module this is going to belong to,
> so a comment with this information would be helpful.
Ack, I'll add MODULE_PARM_DESC().