linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] kgdb changes for v5.13
@ 2021-04-27 13:35 Daniel Thompson
  2021-04-28  1:17 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Thompson @ 2021-04-27 13:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jason Wessel, linux-kernel, Douglas Anderson, Sumit Garg,
	Bhaskar Chowdhury, Randy Dunlap

The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:

  Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 83fa2d13d628be901a21cdfb3553963cd8858052:

  kdb: Refactor env variables get/set code (2021-04-14 13:47:09 +0100)

----------------------------------------------------------------
kgdb patches for 5.13

Exclusively tidy ups this cycle. Most of them are thanks to Sumit Garg
and, as it happens, the clean ups do result in a slight increase in
the line count. This is due to registering kdb commands using data
structures rather than function calls which, in turn, simplifies the
memory management during command registration.

In addition to changes to command registration we also have some dead
code removal, a clearer implementation of environment variable handling
and a typo fix.

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

----------------------------------------------------------------
Bhaskar Chowdhury (1):
      kernel: debug: Ordinary typo fixes in the file gdbstub.c

Sumit Garg (3):
      kdb: Remove redundant function definitions/prototypes
      kdb: Simplify kdb commands registration
      kdb: Refactor env variables get/set code

 kernel/debug/gdbstub.c         |   4 +-
 kernel/debug/kdb/kdb_bp.c      |  75 ++++--
 kernel/debug/kdb/kdb_main.c    | 588 +++++++++++++++++++++++------------------
 kernel/debug/kdb/kdb_private.h |   5 +-
 kernel/debug/kdb/kdb_support.c |  18 --
 5 files changed, 381 insertions(+), 309 deletions(-)

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

* Re: [GIT PULL] kgdb changes for v5.13
  2021-04-27 13:35 [GIT PULL] kgdb changes for v5.13 Daniel Thompson
@ 2021-04-28  1:17 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-04-28  1:17 UTC (permalink / raw)
  To: Daniel Thompson
  Cc: Linus Torvalds, Jason Wessel, linux-kernel, Douglas Anderson,
	Sumit Garg, Bhaskar Chowdhury, Randy Dunlap

The pull request you sent on Tue, 27 Apr 2021 14:35:28 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/916a75965e5236f9e353416a703a0f4c8de2f56c

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-04-28  1:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 13:35 [GIT PULL] kgdb changes for v5.13 Daniel Thompson
2021-04-28  1:17 ` 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).