Re: [PATCH] timerfd: expose uapi header

2015-10-05 Thread Gabriel Laskar
On Mon, 05 Oct 2015 16:57:21 +0200 Arnd Bergmann wrote: > On Monday 05 October 2015 16:53:39 Gabriel Laskar wrote: > > this patch expose the timerfd apis to the userland. It is already in > > glibc header sys/timerfd.h but not synchronised, and missing the ioctl > > number definition. > > > > Si

Re: [PATCH] timerfd: expose uapi header

2015-10-05 Thread kbuild test robot
Hi Gabriel, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] config: x86_64-allnoconfig (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): >> scripts/Makefile.he

Re: [PATCH] timerfd: expose uapi header

2015-10-05 Thread Arnd Bergmann
On Monday 05 October 2015 16:53:39 Gabriel Laskar wrote: > this patch expose the timerfd apis to the userland. It is already in > glibc header sys/timerfd.h but not synchronised, and missing the ioctl > number definition. > > Signed-off-by: Gabriel Laskar > What happens if you include both sys/

Re: [PATCH] timerfd: expose uapi header

2015-10-05 Thread Yann Droneaud
Hi, Le lundi 05 octobre 2015 à 16:53 +0200, Gabriel Laskar a écrit : > this patch expose the timerfd apis to the userland. It is already in > glibc header sys/timerfd.h but not synchronised, and missing the > ioctl > number definition. > > Signed-off-by: Gabriel Laskar > --- > include/linux/tim

[PATCH] timerfd: expose uapi header

2015-10-05 Thread Gabriel Laskar
this patch expose the timerfd apis to the userland. It is already in glibc header sys/timerfd.h but not synchronised, and missing the ioctl number definition. Signed-off-by: Gabriel Laskar --- include/linux/timerfd.h | 20 +--- include/uapi/linux/Kbuild| 1 + include/ua