Re: [PATCH] arm: wire up userfaultfd and membarrier syscalls

2015-09-22 Thread Russell King - ARM Linux
On Tue, Sep 22, 2015 at 11:45:40AM +0100, Andre Przywara wrote: > Hi Russell, > > On 21/09/15 18:17, Russell King - ARM Linux wrote: > > On Mon, Sep 21, 2015 at 06:00:33PM +0100, Andre Przywara wrote: > >> Add the syscall numbers to the ARM syscall table. Both have > >> been briefly tested using t

Re: [PATCH] arm: wire up userfaultfd and membarrier syscalls

2015-09-22 Thread Andre Przywara
Hi Russell, On 21/09/15 18:17, Russell King - ARM Linux wrote: > On Mon, Sep 21, 2015 at 06:00:33PM +0100, Andre Przywara wrote: >> Add the syscall numbers to the ARM syscall table. Both have >> been briefly tested using the provided selftests from the tools >> directory. >> >> Signed-off-by: Andr

Re: [PATCH] arm: wire up userfaultfd and membarrier syscalls

2015-09-21 Thread Russell King - ARM Linux
On Mon, Sep 21, 2015 at 06:00:33PM +0100, Andre Przywara wrote: > Add the syscall numbers to the ARM syscall table. Both have > been briefly tested using the provided selftests from the tools > directory. > > Signed-off-by: Andre Przywara > --- > Hi Russell, > > I saw that Thierry sent something

[PATCH] arm: wire up userfaultfd and membarrier syscalls

2015-09-21 Thread Andre Przywara
Add the syscall numbers to the ARM syscall table. Both have been briefly tested using the provided selftests from the tools directory. Signed-off-by: Andre Przywara --- Hi Russell, I saw that Thierry sent something similar beginning of August already (which is now outdated), is there any issue w