linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/2] scripts/gdb: clarify the platforms supporting lx_current and add arm64 support
@ 2021-03-14 20:34 Barry Song
  2021-03-14 20:34 ` [RESEND PATCH v2 1/2] scripts/gdb: document lx_current is only supported by x86 Barry Song
  2021-03-14 20:34 ` [RESEND PATCH v2 2/2] scripts/gdb: add lx_current support for arm64 Barry Song
  0 siblings, 2 replies; 3+ messages in thread
From: Barry Song @ 2021-03-14 20:34 UTC (permalink / raw)
  To: akpm, jan.kiszka, kbingham
  Cc: corbet, linux-kernel, linux-arm-kernel, linuxarm, Barry Song

lx_current depends on per_cpu current_task variable which exists on x86 only.
so it actually works on x86 only. the 1st patch documents this clearly; the
2nd patch adds support for arm64.

-resend
 resending to Andrew as Kieran Bingham explained patches of scripts/gdb
 usually go through the tree of Andrew Morton;

Barry Song (2):
  scripts/gdb: document lx_current is only supported by x86
  scripts/gdb: add lx_current support for arm64

 .../dev-tools/gdb-kernel-debugging.rst        |  2 +-
 scripts/gdb/linux/cpus.py                     | 23 +++++++++++++++++--
 2 files changed, 22 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-14 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 20:34 [RESEND PATCH v2 0/2] scripts/gdb: clarify the platforms supporting lx_current and add arm64 support Barry Song
2021-03-14 20:34 ` [RESEND PATCH v2 1/2] scripts/gdb: document lx_current is only supported by x86 Barry Song
2021-03-14 20:34 ` [RESEND PATCH v2 2/2] scripts/gdb: add lx_current support for arm64 Barry Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).