From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yury Norov Subject: Re: [PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/ Date: Thu, 25 Feb 2016 23:27:26 +0300 Message-ID: <20160225202726.GC16123@yury-N73SV> References: <1456338854-14901-1-git-send-email-ynorov@caviumnetworks.com> <1456338854-14901-5-git-send-email-ynorov@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1456338854-14901-5-git-send-email-ynorov@caviumnetworks.com> Sender: linux-doc-owner@vger.kernel.org To: heiko.carstens@de.ibm.com, arnd@arndb.de, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, linux-doc@vger.kernel.org Cc: Prasun.Kapoor@caviumnetworks.com, pinskia@gmail.com, agraf@suse.de, broonie@kernel.org, joseph@codesourcery.com, christoph.muellner@theobroma-systems.com, Nathan_Lynch@mentor.com, klimov.linux@gmail.com, bamvor.zhangjian@huawei.com List-Id: linux-arch.vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bl2on0065.outbound.protection.outlook.com ([65.55.169.65]:60850 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751158AbcBYU17 (ORCPT ); Thu, 25 Feb 2016 15:27:59 -0500 Date: Thu, 25 Feb 2016 23:27:26 +0300 From: Yury Norov Subject: Re: [PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/ Message-ID: <20160225202726.GC16123@yury-N73SV> References: <1456338854-14901-1-git-send-email-ynorov@caviumnetworks.com> <1456338854-14901-5-git-send-email-ynorov@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1456338854-14901-5-git-send-email-ynorov@caviumnetworks.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: heiko.carstens@de.ibm.com, arnd@arndb.de, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, linux-doc@vger.kernel.org Cc: Prasun.Kapoor@caviumnetworks.com, pinskia@gmail.com, agraf@suse.de, broonie@kernel.org, joseph@codesourcery.com, christoph.muellner@theobroma-systems.com, Nathan_Lynch@mentor.com, klimov.linux@gmail.com, bamvor.zhangjian@huawei.com Message-ID: <20160225202726.ZdX_OJ2gGo3RiIHLH0gtCadvxkeihsPZ-16i0Tw8g7w@z> 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