Re: [Y2038] [PATCH 2/2] ppdev: add support for compat ioctl

2015-12-09 Thread Arnd Bergmann
On Wednesday 09 December 2015 14:39:30 kbuild test robot wrote: >671 } >672 >673 #ifdef CONFIG_COMPAT >674 static long pp_compat_ioctl(struct file *file, unsigned int cmd, >675 unsigned long arg) >676 { > > 677 return pp_ioctl(file, cmd,

Re: [Y2038] [PATCH 2/2] ppdev: add support for compat ioctl

2015-12-09 Thread Arnd Bergmann
On Wednesday 09 December 2015 14:39:30 kbuild test robot wrote: >671 } >672 >673 #ifdef CONFIG_COMPAT >674 static long pp_compat_ioctl(struct file *file, unsigned int cmd, >675 unsigned long arg) >676 { > > 677 return pp_ioctl(file, cmd,

Re: [PATCH 2/2] ppdev: add support for compat ioctl

2015-12-08 Thread kbuild test robot
Hi Bamvor, [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.4-rc4 next-20151208] url: https://github.com/0day-ci/linux/commits/Bamvor-Jian-Zhang/Convert-ppdev-to-y2038-safe/20151209-141616 config: x86_64-randconfig-n0-12091355 (attached as .config)

[PATCH 2/2] ppdev: add support for compat ioctl

2015-12-08 Thread Bamvor Jian Zhang
The arg of ioctl in ppdev is the pointer of integer except the timeval in PPSETTIME, PPGETTIME. Different size of timeval is already supported by the previous patches. So, it is safe to add compat support. Signed-off-by: Bamvor Jian Zhang --- drivers/char/ppdev.c | 11 +++ 1 file

[PATCH 2/2] ppdev: add support for compat ioctl

2015-12-08 Thread Bamvor Jian Zhang
The arg of ioctl in ppdev is the pointer of integer except the timeval in PPSETTIME, PPGETTIME. Different size of timeval is already supported by the previous patches. So, it is safe to add compat support. Signed-off-by: Bamvor Jian Zhang --- drivers/char/ppdev.c |

Re: [PATCH 2/2] ppdev: add support for compat ioctl

2015-12-08 Thread kbuild test robot
Hi Bamvor, [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.4-rc4 next-20151208] url: https://github.com/0day-ci/linux/commits/Bamvor-Jian-Zhang/Convert-ppdev-to-y2038-safe/20151209-141616 config: x86_64-randconfig-n0-12091355 (attached as .config)