lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 09 Dec 2015 10:44:28 +0100
From:	Arnd Bergmann <arnd@...db.de>
To:	y2038@...ts.linaro.org
Cc:	kbuild test robot <lkp@...el.com>,
	Bamvor Jian Zhang <bamvor.zhangjian@...aro.org>,
	gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
	broonie@...nel.org, kbuild-all@...org, sudipm.mukherjee@...il.com
Subject: Re: [Y2038] [PATCH 2/2] ppdev: add support for compat ioctl

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, (unsigned long)compat_ptr(arg));
>    678  }
>    679  #endif
>    680  
> 

This needs

#include <linux/compat.h>

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ