[GIT PULL] kgdb changes for v6.7

From: Daniel Thompson
Date: Mon Nov 06 2023 - 12:28:57 EST


The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.7-rc1

for you to fetch changes up to 23816724fdbd47c28bc998866fd7bc5ad9f0e535:

kdb: Corrects comment for kdballocenv (2023-11-06 17:13:55 +0000)

----------------------------------------------------------------
kgdb patches for 6.7

Just two patches for you this time!

* During a panic, flush the console before entering kgdb. This makes
things a little easier to comprehend, especially if an NMI backtrace
was triggered on all CPUs just before we enter the panic routines.
* Correcting a couple of misleading (a.k.a. plain wrong) comments.

Signed-off-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx>

----------------------------------------------------------------
Douglas Anderson (1):
kgdb: Flush console before entering kgdb on panic

Yuran Pereira (1):
kdb: Corrects comment for kdballocenv

kernel/debug/debug_core.c | 3 +++
kernel/debug/kdb/kdb_main.c | 7 +++----
2 files changed, 6 insertions(+), 4 deletions(-)