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)
commite851dfae4371d3c751f1e18e8eb5eba993de1467
tree212886e364a68c7c01a5668c83eb66aa0cbe6c95
parenta2b03e48e961be442560796105211fc71bed02ae
parentb77dbc86d60459b42ab375e4e23172e7245f2854
Merge tag 'kgdb-5.16-rc1' of git://git./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