Re: [PATCH 2/2] selftests/mm: skip virtual_address_range tests on riscv

From: Chunyan Zhang
Date: Thu Sep 12 2024 - 23:42:00 EST


Hi Charlie,

On Fri, 13 Sept 2024 at 11:22, Charlie Jenkins <charlie@xxxxxxxxxxxx> wrote:
>
> On Fri, Sep 13, 2024 at 10:26:35AM +0800, Chunyan Zhang wrote:
> > RISC-V doesn't currently have the behavior of restricting the virtual
> > address space which virtual_address_range tests check, this will
> > cause the tests fail. So lets disable the whole test suite for riscv64
> > for now, not build it and run_vmtests.sh will skip it if it is not present.
> >
> > Signed-off-by: Chunyan Zhang <zhangchunyan@xxxxxxxxxxx>
>
> Which tree does this apply onto? It is failing to apply on -rc7. Also,

Oh, it applies to -rc1.

> since this is the second version of this patch it is good practice to
> put v2 in the subject like [PATCH v2 2/2]. Anyways, the content of this
> patch looks good!
>
> Reviewed-by: Charlie Jenkins <charlie@xxxxxxxxxxxx>

Thanks,
Chunyan