Florian Fainelli f0a78b3e2a arm64: Update __NR_compat_syscalls for statmount/listmount
Commit d8b0f5465012 ("wire up syscalls for statmount/listmount") added
two new system calls to arch/arm64/include/asm/unistd32.h but forgot to
update the __NR_compat_syscalls number, thus causing the following build
failures:

  arch/arm64/include/asm/unistd32.h:922:24: error: array index in initializer exceeds array bounds
    922 | #define __NR_statmount 457
        |                        ^~~
  arch/arm64/kernel/sys32.c:130:34: note: in definition of macro '__SYSCALL'
    130 | #define __SYSCALL(nr, sym)      [nr] = __arm64_##sym,
        |                                  ^~

Bump up the number by two to accomodate for the new system calls added.

Fixes: d8b0f5465012 ("wire up syscalls for statmount/listmount")
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-01-08 18:09:54 -08:00
..
2023-12-13 19:33:10 -08:00
2024-01-08 16:32:09 -08:00
2023-11-04 08:07:19 -10:00
2023-11-03 15:44:25 -10:00
2024-01-08 16:25:46 -08:00
2024-01-08 10:57:34 -08:00
2024-01-08 10:57:34 -08:00
2024-01-08 16:22:47 -08:00
2024-01-08 10:57:34 -08:00
2024-01-08 10:57:34 -08:00
2024-01-08 17:48:35 -08:00