[GIT PULL] RISC-V Fixes for 6.6-rc2

From: Palmer Dabbelt
Date: Fri Sep 15 2023 - 11:12:34 EST


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.6-rc2

for you to fetch changes up to 8eb8fe67e2c84324398f5983c41b4f831d0705b3:

riscv: errata: fix T-Head dcache.cva encoding (2023-09-12 13:58:40 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.6-rc2

* A fix to align kexec'd kernels to PMD boundries.
* The T-Head dcache.cva encoding was incorrect, it has been fixed to
invalidate all caches (as opposed to just the L1).

----------------------------------------------------------------
Icenowy Zheng (1):
riscv: errata: fix T-Head dcache.cva encoding

Song Shuai (1):
riscv: kexec: Align the kexeced kernel entry

arch/riscv/include/asm/errata_list.h | 4 ++--
arch/riscv/kernel/elf_kexec.c | 8 +++++++-
2 files changed, 9 insertions(+), 3 deletions(-)