From: Sven Schnelle <svens@stackframe.org>
To: deller@gmx.de
Cc: linux-parisc@vger.kernel.org, Sven Schnelle <svens@stackframe.org>
Subject: [PATCH v2 0/3] Add KGDB support to PA-RISC
Date: Thu, 4 Apr 2019 21:14:07 +0200 [thread overview]
Message-ID: <20190404191410.3444-1-svens@stackframe.org> (raw)
Hi,
this is v2 of the patch set. Changes compared to v1:
- add a missing #ifdef CONFIG_KGDB in traps.c, to fix a compile error
when CONFIG_KGDB is not enabled.
- call __patch_text() in kgdb, as kgdb already stops all CPUs.
Sven Schnelle (3):
parisc: add set_fixmap()/clear_fixmap()
parisc: add parisc code patching
parisc: add KGDB support
arch/parisc/Kconfig | 1 +
arch/parisc/include/asm/fixmap.h | 19 ++-
arch/parisc/include/asm/kgdb.h | 68 ++++++++++
arch/parisc/include/asm/patch.h | 11 ++
arch/parisc/kernel/Makefile | 4 +-
arch/parisc/kernel/kgdb.c | 210 +++++++++++++++++++++++++++++++
arch/parisc/kernel/patch.c | 78 ++++++++++++
arch/parisc/kernel/traps.c | 17 +++
arch/parisc/mm/Makefile | 2 +-
arch/parisc/mm/fixmap.c | 43 +++++++
arch/parisc/mm/init.c | 14 ++-
11 files changed, 459 insertions(+), 8 deletions(-)
create mode 100644 arch/parisc/include/asm/kgdb.h
create mode 100644 arch/parisc/include/asm/patch.h
create mode 100644 arch/parisc/kernel/kgdb.c
create mode 100644 arch/parisc/kernel/patch.c
create mode 100644 arch/parisc/mm/fixmap.c
--
2.20.1
next reply other threads:[~2019-04-04 19:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-04 19:14 Sven Schnelle [this message]
2019-04-04 19:14 ` [PATCH v2 1/3] parisc: add set_fixmap()/clear_fixmap() Sven Schnelle
2019-04-04 19:14 ` [PATCH v2 2/3] parisc: add parisc code patching Sven Schnelle
2019-04-04 19:14 ` [PATCH v2 3/3] parisc: add KGDB support Sven Schnelle
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=20190404191410.3444-1-svens@stackframe.org \
--to=svens@stackframe.org \
--cc=deller@gmx.de \
--cc=linux-parisc@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.