[GIT PULL] kgdb changes for v5.18

From: Daniel Thompson
Date: Mon Mar 28 2022 - 12:23:41 EST


The following changes since commit 09688c0166e76ce2fb85e86b9d99be8b0084cdf9:

Linux 5.17-rc8 (2022-03-13 13:23:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c1cb81429df462eca1b6ba615cddd21dd3103c46:

kdb: Fix the putarea helper function (2022-03-24 16:39:47 +0000)

----------------------------------------------------------------
kgdb patches for 5.18

Only a single patch this cycle. Fix an obvious mistake with the
kdb memory accessors. It was a stupid mistake (to/from backwards)
but it has been there for a long time since many architectures
tolerated it with surprisingly good grace.

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

----------------------------------------------------------------
Daniel Thompson (1):
kdb: Fix the putarea helper function

kernel/debug/kdb/kdb_support.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)