]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kgdb-fixes-4.20-rc3' of https://git.linaro.org/people/daniel.thompson...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Nov 2018 23:07:01 +0000 (17:07 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Nov 2018 23:07:01 +0000 (17:07 -0600)
commitc1239a4847ac077d1fba68754330ba4a48744507
treea5238ad76665addd2b53bc4d20d3ac24e744999c
parentb9d806b4248b261b38d87b7d561326cc785f6f96
parent29dead00bd9fbaaca2cbe80495610c89689daf04
Merge tag 'kgdb-fixes-4.20-rc3' of https://git.linaro.org/people/daniel.thompson/linux

Pull kgdb fixes from Daniel Thompson:
 "The most important changes here are two fixes for kdb regressions
  causes by the hashing of %p pointers together with a fix for a
  potential overflow in kdb tab completion handling (and warning fix).

  Also included are a set of changes in preparation to (eventually)
  enable -Wimplicit-fallthrough"

* tag 'kgdb-fixes-4.20-rc3' of https://git.linaro.org/people/daniel.thompson/linux:
  kdb: kdb_support: mark expected switch fall-throughs
  kdb: kdb_keyboard: mark expected switch fall-throughs
  kdb: kdb_main: refactor code in kdb_md_line
  kdb: Use strscpy with destination buffer size
  kdb: print real address of pointers instead of hashed addresses
  kdb: use correct pointer when 'btc' calls 'btt'