tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git chardev-step-2 head: bbd57b1dbd892e0855fa4e9d929e48ef79fb13f6 commit: a16ca26d3fef14bc9559d422ce8c546a3d18214d [10/12] gpio: handle compatible ioctl() pointers config: x86_64-rhel (attached as .config) compiler: gcc-4.9 (Debian 4.9.3-14) 4.9.3 reproduce: git checkout a16ca26d3fef14bc9559d422ce8c546a3d18214d # save the attached .config to linux build tree make ARCH=x86_64 Note: the gpio/chardev-step-2 HEAD bbd57b1dbd892e0855fa4e9d929e48ef79fb13f6 builds fine. It only hurts bisectibility. All errors (new ones prefixed by >>): vim +/filep +396 drivers/gpio/gpiolib.c 390 } 391 392 #ifdef CONFIG_COMPAT 393 static long gpio_ioctl_compat(struct file *filp, unsigned int cmd, 394 unsigned long arg) 395 { > 396 return gpio_ioctl(filep, cmd, (unsigned long)compat_ptr(arg)); 397 } 398 #endif 399 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data