[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yt/AawOdA8w24toW@shell.armlinux.org.uk>
Date: Tue, 26 Jul 2022 11:22:35 +0100
From: "Russell King (Oracle)" <linux@...linux.org.uk>
To: Li Huafei <lihuafei1@...wei.com>
Cc: ardb@...nel.org, will@...nel.org, mark.rutland@....com,
broonie@...nel.org, peterz@...radead.org, mingo@...hat.com,
acme@...nel.org, alexander.shishkin@...ux.intel.com,
jolsa@...nel.org, namhyung@...nel.org, arnd@...db.de,
linus.walleij@...aro.org, rostedt@...dmis.org,
nick.hawkins@....com, john@...ozen.org, mhiramat@...nel.org,
ast@...nel.org, linyujun809@...wei.com, ndesaulniers@...gle.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org
Subject: Re: [PATCH 2/5] ARM: stacktrace: Avoid duplicate saving of exception
PC value
On Tue, Jul 12, 2022 at 10:15:24AM +0800, Li Huafei wrote:
> @@ -34,6 +37,9 @@ void arm_get_current_stackframe(struct pt_regs *regs, struct stackframe *frame)
> frame->kr_cur = NULL;
> frame->tsk = current;
> #endif
> +#ifdef CONFIG_UNWINDER_FRAME_POINTER
> + frame->ex_frame = in_entry_text(frame->pc) ? true : false;
in_entry_text() returns a bool, so there's no need for the ternary
operator. The same comment applies throughout this patch.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
Powered by blists - more mailing lists