It passed to compile on riscv machine, and the testbed is riscv qemu VM.
Regards
Bibo Mao
On 2024/10/30 下午12:06, Alistair Francis wrote:
On Wed, Oct 30, 2024 at 11:47 AM gaosong <gaosong@xxxxxxxxxxx> wrote:
在 2024/10/28 下午5:55, maobibo 写道:
On 2024/10/28 下午3:39, gaosong wrote:
在 2024/10/28 上午10:38, Bibo Mao 写道:
since 6.11, unistd.h includes header file unistd_64.h directly on
some platforms, here add unistd_64.h on these platforms. Affected
platforms are ARM64, LoongArch64 and Riscv. Otherwise there will
be compiling error such as:
linux-headers/asm/unistd.h:3:10: fatal error: asm/unistd_64.h: No
such file or directory
#include <asm/unistd_64.h>
Hi, Bibo
Could you help tested this patch on ARM machine? I don't have an ARM
machine.
yeap, I test on arm64 machine, it passes to compile with header files
updated. However there is no riscv machine by hand.
Thank you,
@Peter and @Alistair Francis Could you help tested this patch on RISCV
machine?
I don't have a RISC-V machine either unfortunately.
You can test it with QEMU though
Alistair