Re: [PATCH] scripts/gdb: Fix lx-timerlist after tk_core macroification

From: Thomas Weißschuh

Date: Fri Mar 27 2026 - 03:47:04 EST


Hi Florian,

On Thu, Mar 26, 2026 at 04:01:42PM -0700, Florian Fainelli wrote:
> Commit 22c62b9a84b8 ("timekeeping: Introduce auxiliary timekeepers")
> changed tk_core from being a C structure declaration to using a macro
> identifier. This resulted in "lx-timerlist" to be broken and unable to
> locate the "tk_core" symbol, fix that.
>
> Fixes: 22c62b9a84b8 ("timekeeping: Introduce auxiliary timekeepers")
> Signed-off-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>

The same change is already queued in the tip tree as commit
5aa9383813ac ("scripts/gdb: timerlist: Adapt to move of tk_core").


Thomas