Re: [PATCH] riscv: compat_syscall_table: Fixup compile warning

From: Palmer Dabbelt
Date: Mon May 01 2023 - 21:05:22 EST



On Mon, 01 May 2023 15:33:54 -0700, Drew Fustini wrote:
> ../arch/riscv/kernel/compat_syscall_table.c:12:41: warning: initialized
> field overwritten [-Woverride-init]
> 12 | #define __SYSCALL(nr, call) [nr] = (call),
> | ^
> ../include/uapi/asm-generic/unistd.h:567:1: note: in expansion of macro
> '__SYSCALL'
> 567 | __SYSCALL(__NR_semget, sys_semget)
>
> [...]

Applied, thanks!

[1/1] riscv: compat_syscall_table: Fixup compile warning
https://git.kernel.org/palmer/c/f9c4bbddece7

Best regards,
--
Palmer Dabbelt <palmer@xxxxxxxxxxxx>