mbox series

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

Message ID mhng-28c66ddb-6068-4bcc-a1be-28c830775838@palmer-ri-x1c9 (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.6-rc2 | expand

Pull-request

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

Checks

Context Check Description
conchuod/tree_selection success Pull request for for-next
conchuod/maintainers_pattern success MAINTAINERS pattern errors before the patch: 5 and now 5
conchuod/verify_signedoff success Signed-off-by tag matches author and committer
conchuod/build_rv64_clang_allmodconfig success Errors and warnings before: 2130 this patch: 2130
conchuod/build_rv64_gcc_allmodconfig success Errors and warnings before: 1386 this patch: 1386
conchuod/build_rv32_defconfig success Build OK
conchuod/dtb_warn_rv64 success Errors and warnings before: 25 this patch: 25
conchuod/build_rv64_nommu_k210_defconfig success Build OK
conchuod/verify_fixes success No Fixes tag
conchuod/build_rv64_nommu_virt_defconfig success Build OK

Message

Palmer Dabbelt Sept. 15, 2023, 3:12 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 15, 2023, 7:47 p.m. UTC | #1
The pull request you sent on Fri, 15 Sep 2023 08:12:25 -0700 (PDT):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/82210979f3dd210d019ebec2a59af0ae8be596b7

Thank you!