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)
commitf2c3bec3c90df7a68bc24924426ff59183e028a3
treec0c3d93bf2687b4e1e64ca543793ab32875894ca
parenta943353d170e286dd3d877ac5aa15c1034cdfefc
parentad99b5105c0823ff02126497f4366e6a8009453e
Merge tag 'kgdb-5.7-rc1' of git://git./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()