Re: [PATCH v7 04/13] arm: Use the common syscall table
From: André Almeida
Date: Fri Sep 18 2026 - 16:16:05 EST
Em 18/09/2026 03:22, Arnd Bergmann escreveu:
On Fri, Sep 18, 2026, at 01:46, André Almeida wrote:Right. If you don't mind, I will drop arm32 from this patch series for now, while we check what will fit better here.
Remove some of the duplicated code by using the common syscall number
table.
Signed-off-by: André Almeida <andrealmeid@xxxxxxxxxx>
---
Changes from v6:
- Added back syscalls from 403 to 423 to local table. arm32 can't use the
common table for those syscalls, because arm doesn't implements compat_
entry points for syscalls like pselect6, ppoll, etc., and OABI uses compat_
entry points when it's available, so this would cause a build error.
That's too bad, especially if this is only needed for OABI, which
nobody should be using any more. I had hoped we could kill off OABI
soonish, but that is currently blocked on the discussion about keeping
RiscPC alive.