This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915) [committed]


On Wed, 9 Jan 2019, Florian Weimer wrote:

> > My approach is to examine the diffs for the kernel version that introduced 
> > the syscall, and check whether it's present (asm/unistd.h, and syscall 
> > table, and any relevant compat syscall table) for each (architecture, ABI) 
> > pair supported by glibc not using the asm-generic syscall ABI.
> 
> Can we put a list somewhere of the files that need checking, for the
> supported glibc architectures?

It tends to change with the Linux kernel version, as architectures change 
how they handle their syscall tables.  (Hopefully ongoing changes to unify 
the machinery more between different architectures will make such checks 
easier for future kernel versions - while not helping when it's past 
syscalls you're looking at.)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]