On 10/15/21 1:28 PM, Mark Brown wrote: > On Thu, Oct 14, 2021 at 09:58:37PM -0500, madvenka@xxxxxxxxxxxxxxxxxxx wrote: >> From: "Madhavan T. Venkataraman" <madvenka@xxxxxxxxxxxxxxxxxxx> >> >> Currently, there are multiple functions in ARM64 code that walk the >> stack using start_backtrace() and unwind_frame() or start_backtrace() >> and walk_stackframe(). They should all be converted to use >> arch_stack_walk(). This makes maintenance easier. > > Reviwed-by: Mark Brown <broonie@xxxxxxxxxx> > > Arguably this should be squashed in with the first user but that's > getting bikesheddy and could make hassle merging things in so meh. > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > Thanks. Madhavan