LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] kgdb changes for v5.15
@ 2021-09-06 16:00 Daniel Thompson
2021-09-07 20:14 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Thompson @ 2021-09-06 16:00 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jason Wessel, linux-kernel, Douglas Anderson, Sumit Garg, Cai Huoqing
The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:
Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-5.15-rc1
for you to fetch changes up to f8416aa29185468e0d914ba4b2a330fd53ee263f:
kernel: debug: Convert to SPDX identifier (2021-09-06 14:31:11 +0100)
----------------------------------------------------------------
kgdb patches for 5.15
Changes for kgdb/kdb this cycle are dominated by a change from
Sumit that removes as small (256K) private heap from kdb. This is
change I've hoped for ever since I discovered how few users of this
heap remained in the kernel, so many thanks to Sumit for hunting
these down. Other change is an incremental step towards SPDX headers.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
----------------------------------------------------------------
Cai Huoqing (1):
kernel: debug: Convert to SPDX identifier
Sumit Garg (5):
kdb: Get rid of custom debug heap allocator
kdb: Rename struct defcmd_set to struct kdb_macro
kdb: Get rid of redundant kdb_register_flags()
kdb: Simplify kdb_defcmd macro logic
kdb: Rename members of struct kdbtab_t
include/linux/kdb.h | 27 +-
kernel/debug/debug_core.c | 5 +-
kernel/debug/gdbstub.c | 5 +-
kernel/debug/kdb/kdb_bp.c | 72 ++---
kernel/debug/kdb/kdb_debugger.c | 1 -
kernel/debug/kdb/kdb_main.c | 626 ++++++++++++++++++----------------------
kernel/debug/kdb/kdb_private.h | 18 --
kernel/debug/kdb/kdb_support.c | 329 ++-------------------
kernel/trace/trace_kdb.c | 12 +-
samples/kdb/kdb_hello.c | 20 +-
10 files changed, 387 insertions(+), 728 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] kgdb changes for v5.15
2021-09-06 16:00 [GIT PULL] kgdb changes for v5.15 Daniel Thompson
@ 2021-09-07 20:14 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-09-07 20:14 UTC (permalink / raw)
To: Daniel Thompson
Cc: Linus Torvalds, Jason Wessel, linux-kernel, Douglas Anderson,
Sumit Garg, Cai Huoqing
The pull request you sent on Mon, 6 Sep 2021 17:00:56 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-5.15-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/996fe06160998a38ff07189feb3ec8ab8f68fd4e
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-07 20:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 16:00 [GIT PULL] kgdb changes for v5.15 Daniel Thompson
2021-09-07 20:14 ` 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;
as well as URLs for NNTP newsgroup(s).