From f2cb61aaf768e1c7df464c0af9497bacb3747d68 Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Wed, 6 Jan 2021 19:17:19 -0800 Subject: [PATCH] COVER Signed-off-by: Atish Patra --- cov | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cov diff --git a/cov b/cov new file mode 100644 index 00000000000000..0a0deae8885be1 --- /dev/null +++ b/cov @@ -0,0 +1,12 @@ +This series fixes various issues observed in latest kernel on RV32. +The first two patches fixes an resource tree introduced in 5.11-rc1 +while the last two fixes the case where 2GB physical memory is used +on RV32. + +There are may be better way to fix the issue pointed out in PATCH 3 +as it seems a generic kernel issue where kernel pointers can not use +last 4k of addressable memory. I am open to other better alternate +suggestions. + +option-subject Assorted fixes for RV32 +option-prefix PATCH