AArch64 (arm64) syscall table has some entries omitted and there is a commented list of some not handled ones. This patchset drops commented part, adds all missing entries into table as commented out entries. LIN/PLA/GEN values are taken from other architectures and can be wrong as this was not tested. Reproducible: Always
Created attachment 101645 [details] patch which adds all entries
Created attachment 101646 [details] patch which reformats table
https://github.com/hrw/valgrind/commits/aarch64/reorder-syscalls-table branch takes care of it in nicer way.
Marcin, what is the actual status here? Are the patches ready?
patches got merged
What do you mean by "merged"? Have they actually landed in Valgrind SVN? What was the SVN revision, then?
16230 added missing entries 16231 removed bogus part of file 16232-16247 enabled several aarch64 syscalls 16248 marked not implemented as such table looks ok now, is properly sorted, has entries updated
Thank you for clarification. This bug has not been updated properly previously.