Re: [PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support

2022-04-02 Thread Guo Ren
I got that. I fixed up it in v10. CC arch/arm64/kernel/asm-offsets.s In file included from /home/guoren/source/kernel/riscv-linux/arch/arm64/include/asm/stat.h:13, from /home/guoren/source/kernel/riscv-linux/include/linux/stat.h:6, from /home/guoren/source/ke

Re: [PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support

2022-04-02 Thread Guo Ren
On Wed, Mar 23, 2022 at 5:00 AM Palmer Dabbelt wrote: > > On Tue, 22 Mar 2022 07:39:43 PDT (-0700), guo...@kernel.org wrote: > > From: Guo Ren > > > > Currently, most 64-bit architectures (x86, parisc, powerpc, arm64, > > s390, mips, sparc) have supported COMPAT mode. But they all have > > histor

Re: [PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support

2022-03-22 Thread Palmer Dabbelt
On Tue, 22 Mar 2022 07:39:43 PDT (-0700), guo...@kernel.org wrote: From: Guo Ren Currently, most 64-bit architectures (x86, parisc, powerpc, arm64, s390, mips, sparc) have supported COMPAT mode. But they all have history issues and can't use standard linux unistd.h. RISC-V would be first standa

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support

2022-03-22 Thread guoren
From: Guo Ren Currently, most 64-bit architectures (x86, parisc, powerpc, arm64, s390, mips, sparc) have supported COMPAT mode. But they all have history issues and can't use standard linux unistd.h. RISC-V would be first standard __SYSCALL_COMPAT user of include/uapi/asm-generic /unistd.h. The