[GIT PULL] kgdb changes for v5.14

From: Daniel Thompson
Date: Tue Jul 06 2021 - 06:15:18 EST


The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c:

Linux 5.13-rc4 (2021-05-30 11:58:25 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-5.14-rc1

for you to fetch changes up to c8daba4640ac9619f9cb34ca7c314ff1eaff5f33:

kgdb: Fix fall-through warning for Clang (2021-06-01 10:34:35 +0100)

----------------------------------------------------------------
kgdb patches for 5.14

This was a extremely quiet cycle for kgdb. This PR consists of two
patches that between them address spelling errors and a switch
fallthrough warning.

Signed-off-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx>

----------------------------------------------------------------
Gustavo A. R. Silva (1):
kgdb: Fix fall-through warning for Clang

Zhen Lei (1):
kgdb: Fix spelling mistakes

include/linux/kgdb.h | 8 ++++----
kernel/debug/debug_core.c | 3 ++-
kernel/debug/kdb/kdb_main.c | 8 ++++----
kernel/debug/kdb/kdb_private.h | 2 +-
4 files changed, 11 insertions(+), 10 deletions(-)