]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kgdb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Nov 2021 17:35:43 +0000 (09:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Nov 2021 17:35:43 +0000 (09:35 -0800)
commit41b7fd59d1a6bfae5c3880a8b234765218a7469a
tree212886e364a68c7c01a5668c83eb66aa0cbe6c95
parent2100bb0b3577fbe42ab15ca42a74dfb2b4826f13
parent5522942d63e7f50490a618586f324b21b7eff902
Merge tag 'kgdb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux

Pull kgdb update from Daniel Thompson:
 "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"

* tag 'kgdb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux:
  kdb: Adopt scheduler's task classification