]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kgdb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2020 18:26:32 +0000 (11:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2020 18:26:32 +0000 (11:26 -0700)
commit037ffe2314b438f93af28bc30f18c17a2ae1e74b
treec0c3d93bf2687b4e1e64ca543793ab32875894ca
parent5933428c369f101b87780811537329d8280cb7c1
parent3fa8dea1ac205b28a0a4b6654a4c2aa5f74d2565
Merge tag 'kgdb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux

Pull kgdb updates from Daniel Thompson:
 "Pretty quiet this cycle. Just a couple of small fixes from myself both
  of which were reviewed by Doug Anderson to keep me honest (thanks)"

* tag 'kgdb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux:
  kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
  kdb: Eliminate strncpy() warnings by replacing with strscpy()