From: Arnd Bergmann <arnd@arndb.de>
To: y2038@lists.linaro.org
Cc: kbuild test robot <lkp@intel.com>,
Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>,
gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
broonie@kernel.org, kbuild-all@01.org,
sudipm.mukherjee@gmail.com
Subject: Re: [Y2038] [PATCH 2/2] ppdev: add support for compat ioctl
Date: Wed, 09 Dec 2015 10:44:28 +0100 [thread overview]
Message-ID: <5430754.lsbsKA3yZp@wuerfel> (raw)
In-Reply-To: <201512091455.RZCiTjwN%fengguang.wu@intel.com>
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
prev parent reply other threads:[~2015-12-09 9:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-09 6:11 [PATCH 0/2] Convert ppdev to y2038 safe Bamvor Jian Zhang
2015-12-09 6:11 ` [PATCH 1/2] ppdev: convert " Bamvor Jian Zhang
2015-12-09 9:45 ` [Y2038] " Arnd Bergmann
2015-12-09 6:11 ` [PATCH 2/2] ppdev: add support for compat ioctl Bamvor Jian Zhang
2015-12-09 6:39 ` kbuild test robot
2015-12-09 9:44 ` Arnd Bergmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5430754.lsbsKA3yZp@wuerfel \
--to=arnd@arndb.de \
--cc=bamvor.zhangjian@linaro.org \
--cc=broonie@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=sudipm.mukherjee@gmail.com \
--cc=y2038@lists.linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox