From: Ilya Leoshkevich <iii@linux.ibm.com>
To: Jan Kiszka <jan.kiszka@siemens.com>,
Kieran Bingham <kbingham@kernel.org>
Cc: linux-kernel@vger.kernel.org, Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
Ilya Leoshkevich <iii@linux.ibm.com>
Subject: [PATCH 0/2] scripts/gdb/symbols: make lx-symbols skip the s390 decompressor
Date: Wed, 25 Jun 2025 17:36:50 +0200 [thread overview]
Message-ID: <20250625154220.75300-1-iii@linux.ibm.com> (raw)
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
next reply other threads:[~2025-06-25 15:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-25 15:36 Ilya Leoshkevich [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250625154220.75300-1-iii@linux.ibm.com \
--to=iii@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=jan.kiszka@siemens.com \
--cc=kbingham@kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.