linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] scripts/gdb/symbols: make lx-symbols skip the s390 decompressor
@ 2025-06-25 15:36 Ilya Leoshkevich
  2025-06-25 15:36 ` [PATCH 1/2] s390/boot: Introduce jump_to_kernel() function Ilya Leoshkevich
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ilya Leoshkevich @ 2025-06-25 15:36 UTC (permalink / raw)
  To: Jan Kiszka, Kieran Bingham
  Cc: linux-kernel, Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
	Ilya Leoshkevich

Hi,

In order to debug the early s390 kernel boot, one has to skip the
decompressor code, which requires some private scripts or memorized
commands. This series makes it work out of the box with the lx-symbols
command.

Patch 1 adds helper infrastructure to the s390 decompressor code; it is
already acked by Heiko.

Patch 2 is the implementation; it would be great to have an Ack from
one of the GDB scripts maintainers.

We would like to get this series via the s390 tree, if possible.

Best regards,
Ilya

Ilya Leoshkevich (2):
  s390/boot: Introduce jump_to_kernel() function
  scripts/gdb/symbols: make lx-symbols skip the s390 decompressor

 arch/s390/boot/Makefile      |  2 +-
 arch/s390/boot/boot.h        |  1 +
 arch/s390/boot/ipl_data.c    |  9 ++++++++-
 arch/s390/boot/startup.c     |  2 +-
 arch/s390/boot/trampoline.S  |  9 +++++++++
 scripts/gdb/linux/symbols.py | 26 ++++++++++++++++++++++++++
 6 files changed, 46 insertions(+), 3 deletions(-)
 create mode 100644 arch/s390/boot/trampoline.S

-- 
2.49.0


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

end of thread, other threads:[~2025-07-10  5:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 15:36 [PATCH 0/2] scripts/gdb/symbols: make lx-symbols skip the s390 decompressor Ilya Leoshkevich
2025-06-25 15:36 ` [PATCH 1/2] s390/boot: Introduce jump_to_kernel() function Ilya Leoshkevich
2025-06-25 15:36 ` [PATCH 2/2] scripts/gdb/symbols: make lx-symbols skip the s390 decompressor Ilya Leoshkevich
2025-07-09 11:40   ` Jan Kiszka
2025-07-09 14:37     ` Ilya Leoshkevich
2025-07-09 15:45       ` Jan Kiszka
2025-06-30 15:32 ` [PATCH 0/2] " Alexander Gordeev
2025-07-09  9:27 ` [PATCH PING " Ilya Leoshkevich
2025-07-10  5:46 ` [PATCH " Alexander Gordeev

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).