[PATCH V2 0/4] A few fixes for RISC-V
Palmer Dabbelt
palmer at dabbelt.com
Thu Oct 24 11:00:47 PDT 2024
On Tue, 08 Oct 2024 02:41:37 PDT (-0700), zhangchunyan at iscas.ac.cn wrote:
> These patches are all simple fixes with no strong dependency though,
> I hope that making them a patchset will be more convenient for merge.
It doesn't: there's two RISC-V fixes and two MM cleanups, which makes
stuff likely to get lost. I'll take the first two, but you might need
to resend the others.
> The patchset are based on v6.12-rc2.
>
> Chunyan Zhang (4):
> riscv: Remove unused GENERATING_ASM_OFFSETS
> riscv: Remove duplicated GET_RM
> selftest/mm: Fix typo in virtual_address_range
> selftests/mm: skip virtual_address_range tests on riscv
>
> arch/riscv/kernel/asm-offsets.c | 2 --
> arch/riscv/kernel/traps_misaligned.c | 2 --
> tools/testing/selftests/mm/Makefile | 2 ++
> tools/testing/selftests/mm/run_vmtests.sh | 10 ++++++----
> tools/testing/selftests/mm/virtual_address_range.c | 4 ++--
> 5 files changed, 10 insertions(+), 10 deletions(-)
More information about the linux-riscv
mailing list