Re: [PATCH v2 3/4] sparc: add system call table generation support

From: David Miller
Date: Thu Nov 01 2018 - 16:33:22 EST


From: Firoz Khan <firoz.khan@xxxxxxxxxx>
Date: Thu, 1 Nov 2018 19:23:10 +0530

> +141 common getpeername sys_getpeername sys_nis_syscall
...
> +150 common getsockname sys_getsockname sys_nis_syscall

The sys_nis_syscall in these two entries is incorrect, see the patch
below.

One of my worst fears about this change has been realized, that
instead of helping us find problems, it is so automated to the point
that it fails to question issues like this.

If sys_nis_syscall for the compat syscall shows up in a situation where the
native 32-bit syscall does have an entry, that's a BUG and the script should
point this out so that the bug can be fixed.

Thank you.

====================