[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231106172848.GA27605@aspen.lan>
Date: Mon, 6 Nov 2023 17:28:48 +0000
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>,
Yuran Pereira <yuran.pereira@...mail.com>
Subject: [GIT PULL] kgdb changes for v6.7
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@...aro.org>
----------------------------------------------------------------
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(-)
Powered by blists - more mailing lists