[GIT PULL] kgdb changes for v6.5

From: Daniel Thompson
Date: Mon Jul 03 2023 - 04:39:25 EST


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@xxxxxxxxxx>

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