[PATCH v5 00/11] nds32 glibc port, v5
Florian Weimer
fweimer@redhat.com
Fri Jun 21 11:25:00 GMT 2019
* Vincent Chen:
> 2. misc/tst-syscall-list
> The reason for the failure is that udftrap is missing from syscall-names.list.
> This syscall only exists in Linux 5.0 and 5.1 and will be renamed to
> fp_udfiex_ctrl in Linux 5.2. Should I send a patch which adds udftrap
> into syscall-names.list, and resend a patch for renaming after the default
> kernel version in build-many-glibcs.py is changed to 5.2? or I only send one
> patch which adds fp_udfiex_ctrl to syscall-names.list and note this failed case
> as a known issue?
We can mention any name we want in syscall-names.list. Users will only
see SYS_ names that match their kernel headers and their __NR_ names.
So we can add fp_udfiex_ctrl to the list at any time. I can review a
patch to that affect if you send it.
Thanks,
Florian
More information about the Libc-alpha
mailing list