]> 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)
commitdd7b4251c0f7317c441c6af617fb912582778c25
tree212886e364a68c7c01a5668c83eb66aa0cbe6c95
parentb5074aa9b7648a9e7d0e3dd877b0c87be7e17cdc
parent2d3f2d893756c99ea2f57875a9de60b59ae50387
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