[GIT PULL] kgdb changes for v5.7-rc1
From: Daniel Thompson
Date: Fri Apr 03 2020 - 05:09:44 EST
The following changes since commit 7111951b8d4973bda27ff663f2cf18b663d15b48:
Linux 5.6 (2020-03-29 15:25:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-5.7-rc1
for you to fetch changes up to ad99b5105c0823ff02126497f4366e6a8009453e:
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ (2020-04-01 16:59:11 +0100)
----------------------------------------------------------------
kgdb patches for 5.7-rc1
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).
Signed-off-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
----------------------------------------------------------------
Daniel Thompson (2):
kdb: Eliminate strncpy() warnings by replacing with strscpy()
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
kernel/debug/kdb/kdb_main.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)