Re: [PATCH v3 1/3] linux-headers: Add unistd_64.h

2024-10-31 Thread maobibo
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 wrote: 在 2024/10/28 下午5:55, maobibo 写道: On 2024/10/28 下午3:39, gaosong wrote: 在 2024/10/28 上午10:38, Bibo Mao 写道

Re: [PATCH v3 1/3] linux-headers: Add unistd_64.h

2024-10-29 Thread Alistair Francis
On Wed, Oct 30, 2024 at 11:47 AM gaosong 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

Re: [PATCH v3 1/3] linux-headers: Add unistd_64.h

2024-10-29 Thread gaosong
在 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 th

Re: [PATCH v3 1/3] linux-headers: Add unistd_64.h

2024-10-28 Thread 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

Re: [PATCH v3 1/3] linux-headers: Add unistd_64.h

2024-10-28 Thread gaosong
在 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: fat

[PATCH v3 1/3] linux-headers: Add unistd_64.h

2024-10-27 Thread 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 fi