[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230703083918.GA5601@aspen.lan>
Date: Mon, 3 Jul 2023 09:39:18 +0100
From: Daniel Thompson <daniel.thompson@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jason Wessel <jason.wessel@...driver.com>,
linux-kernel@...r.kernel.org,
Douglas Anderson <dianders@...omium.org>,
Arnd Bergmann <arnd@...db.de>
Subject: [GIT PULL] kgdb changes for v6.5
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@...aro.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(-)
Powered by blists - more mailing lists