On 2025-06-17 15:34:17 [-0300], André Almeida wrote:
This patch adds a new robust_list() syscall. The current syscall
can't be expanded to cover the following use case, so a new one is
needed. This new syscall allows users to set multiple robust lists per
process and to have either 32bit or 64bit pointers in the list.
Thank you for the reminder. It was on my list, it slipped. Two
questions:
- there was a bot warning for v3 but this v4 is a RESEND. It the warning
addressed in any way?
- You say 64bit x86-64 does not have the problem due the compat syscall.
Arm64 has this problem. New arm64 do not provide arm32 facility. You
introduce the syscall here. Why not introduce the compat syscall
instead? I'm sorry if this has been answered somewhere below but this
was one question I had while I initially skimmed over the patches.
Sebastian