[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160225202726.GC16123@yury-N73SV>
Date: Thu, 25 Feb 2016 23:27:26 +0300
From: Yury Norov <ynorov@...iumnetworks.com>
To: <heiko.carstens@...ibm.com>, <arnd@...db.de>,
<catalin.marinas@....com>, <linux-kernel@...r.kernel.org>,
<linux-s390@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-arch@...r.kernel.org>, <linux-doc@...r.kernel.org>
CC: <Prasun.Kapoor@...iumnetworks.com>, <pinskia@...il.com>,
<agraf@...e.de>, <broonie@...nel.org>, <joseph@...esourcery.com>,
<christoph.muellner@...obroma-systems.com>,
<Nathan_Lynch@...tor.com>, <klimov.linux@...il.com>,
<bamvor.zhangjian@...wei.com>
Subject: Re: [PATCH 4/5] all: s390: move compat_wrappers.c from
arch/s390/kernel to kernel/
On Wed, Feb 24, 2016 at 09:34:13PM +0300, Yury Norov wrote:
[...]
> +COMPAT_SYSCALL_WRAP3(bpf, int, cmd, union bpf_attr *, attr, unsigned int, size);
> +COMPAT_SYSCALL_WRAP3(s390_pci_mmio_write, const unsigned long, mmio_addr, const void __user *, user_buffer, const size_t, length);
> +COMPAT_SYSCALL_WRAP3(s390_pci_mmio_read, const unsigned long, mmio_addr, void __user *, user_buffer, const size_t, length);
Oops... This one should stay in arch/s390, as it was in previous
version.
> 2.5.0
Powered by blists - more mailing lists