[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <018c01d0ef8f$62c8c130$285a4390$@alibaba-inc.com>
Date: Tue, 15 Sep 2015 16:20:30 +0800
From: "Hillf Danton" <hillf.zj@...baba-inc.com>
To: "'Daniel Thompson'" <daniel.thompson@...aro.org>
Cc: "'linux-kernel'" <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: RE: [PATCH] arm: Fix backtrace generation when IPI is masked
> > Better if dump_stack() is added in a separate patch, given that
> > it is not mentioned in commit message.
>
> Adding dump_stack() is mentioned in passing ("Some small changes to the
> generic code are required to support this.") but you're right that the
> reason for the change is not explicitly called out.
>
> I can certainly respin as two patches but perhaps its better just to
> improve the commit message. Something like:
>
> > This can be fixed by detecting that the calling context cannot be
> > preempted and issuing the backtrace directly in this case. Issuing
> > directly leaves us without any pt_regs to pass to nmi_cpu_backtrace().
> > Modify the generic code to call dump_stack() when its argument is
> > NULL.
>
Looks nice!
thanks
Hillf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists