From: Daniel Thompson <daniel.thompson@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jason Wessel <jason.wessel@windriver.com>,
linux-kernel@vger.kernel.org,
Douglas Anderson <dianders@chromium.org>,
Arnd Bergmann <arnd@arndb.de>
Subject: [GIT PULL] kgdb changes for v6.5
Date: Mon, 3 Jul 2023 09:39:18 +0100 [thread overview]
Message-ID: <20230703083918.GA5601@aspen.lan> (raw)
The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:
Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.5-rc1
for you to fetch changes up to b6464883f45ae6412de33e53587974fd86ba811e:
kdb: move kdb_send_sig() declaration to a better header file (2023-07-03 09:27:12 +0100)
----------------------------------------------------------------
kgdb patches for 6.5
Fairly small changes this cycle.
* An additional static inline function when kgdb is not enabled to
reduce boilerplate in arch files.
* kdb will now handle input with linefeeds more like carriage return.
This will make little difference for interactive use but can make
it script to use expect-like interaction with kdb.
* A couple of warning fixes.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
----------------------------------------------------------------
Arnd Bergmann (1):
kdb: include kdb_private.h for function prototypes
Daniel Thompson (1):
kdb: move kdb_send_sig() declaration to a better header file
Douglas Anderson (2):
kgdb: Provide a stub kgdb_nmicallback() if !CONFIG_KGDB
kdb: Handle LF in the command parser
include/linux/kdb.h | 2 ++
include/linux/kgdb.h | 1 +
kernel/debug/kdb/kdb_io.c | 16 +++++++++++++++-
kernel/debug/kdb/kdb_keyboard.c | 2 ++
kernel/debug/kdb/kdb_private.h | 1 -
5 files changed, 20 insertions(+), 2 deletions(-)
next reply other threads:[~2023-07-03 8:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-03 8:39 Daniel Thompson [this message]
2023-07-04 0:16 ` [GIT PULL] kgdb changes for v6.5 pr-tracker-bot
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=20230703083918.GA5601@aspen.lan \
--to=daniel.thompson@linaro.org \
--cc=arnd@arndb.de \
--cc=dianders@chromium.org \
--cc=jason.wessel@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox