public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] kgdb changes for v6.5
@ 2023-07-03  8:39 Daniel Thompson
  2023-07-04  0:16 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Thompson @ 2023-07-03  8:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jason Wessel, linux-kernel, Douglas Anderson, Arnd Bergmann

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-04  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03  8:39 [GIT PULL] kgdb changes for v6.5 Daniel Thompson
2023-07-04  0:16 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox