All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] kgdb changes for v5.16
@ 2021-11-08 11:05 Daniel Thompson
  2021-11-08 17:39 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Thompson @ 2021-11-08 11:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jason Wessel, linux-kernel, Douglas Anderson

The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:

  Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b77dbc86d60459b42ab375e4e23172e7245f2854:

  kdb: Adopt scheduler's task classification (2021-11-03 17:21:37 +0000)

----------------------------------------------------------------
kgdb patches for 5.16

A single patch this cycle. We replace some open-coded routines to
classify task states with the scheduler's own function to do this.
Alongside the obvious benefits of removing funky code and aligning
more exactly with the scheduler's task classification, this also
fixes a long standing compiler warning by removing the open-coded
routines that generated the warning.

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

----------------------------------------------------------------
Daniel Thompson (1):
      kdb: Adopt scheduler's task classification

 kernel/debug/kdb/kdb_bt.c      |  16 +++---
 kernel/debug/kdb/kdb_main.c    |  37 ++++++-------
 kernel/debug/kdb/kdb_private.h |   4 +-
 kernel/debug/kdb/kdb_support.c | 118 +++++++++--------------------------------
 4 files changed, 53 insertions(+), 122 deletions(-)

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

* Re: [GIT PULL] kgdb changes for v5.16
  2021-11-08 11:05 [GIT PULL] kgdb changes for v5.16 Daniel Thompson
@ 2021-11-08 17:39 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-11-08 17:39 UTC (permalink / raw)
  To: Daniel Thompson
  Cc: Linus Torvalds, Jason Wessel, linux-kernel, Douglas Anderson

The pull request you sent on Mon, 8 Nov 2021 11:05:30 +0000:

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

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

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-11-08 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 11:05 [GIT PULL] kgdb changes for v5.16 Daniel Thompson
2021-11-08 17:39 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.