public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
From: Yury Norov <ynorov@caviumnetworks.com>
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
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	[thread overview]
Message-ID: <20160225202726.GC16123@yury-N73SV> (raw)
In-Reply-To: <1456338854-14901-5-git-send-email-ynorov@caviumnetworks.com>

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

  parent reply	other threads:[~2016-02-25 20:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20160224183409.Z0-V7M-5gyw9GvgM_xLdQ4umDDai2oMiIv0Fk768GR0@z>
2016-02-24 18:34 ` [PATCH v2 0/5] all: s390: make compat wrappers the generic solution Yury Norov
     [not found]   ` <20160224183410.akd29iMQICIHfxlkQmUrbv0BbkwUnSqllVoo9539Uuk@z>
2016-02-24 18:34     ` [PATCH 1/5] all: syscall wrappers: add documentation Yury Norov
     [not found]   ` <20160224183411.3BagGddeYJJBc0v0u-1Amx1u8W5aIsKQqzjrVHzAZ30@z>
2016-02-24 18:34     ` [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it for s390 Yury Norov
     [not found]       ` <20160225084943.ZpfrJ6W7U0h855DYm2O7Wqn3rOAZwwACqQUBXZBdaoc@z>
2016-02-25  8:49         ` Heiko Carstens
2016-02-25 20:19           ` Yury Norov
2016-02-25 22:10             ` Heiko Carstens
     [not found]   ` <20160224183412.8YANxpFDCCnUfsfbTyfVXmUywYsL-3sq10q8dIhjVLM@z>
2016-02-24 18:34     ` [PATCH 3/5] all: s390: move wrapper infrastructure to generic headers Yury Norov
     [not found]       ` <20160225085140.8i-qLUab7G-KDu0pTBy3oCwiFU7xqNgQRmijv5rIg2c@z>
2016-02-25  8:51         ` Heiko Carstens
2016-02-25 20:23           ` Yury Norov
2016-02-25 22:20             ` Heiko Carstens
     [not found]   ` <20160224183413.dgt96jcRrtBwBfE3KGH7yCzl1FewRaNvzzNuYnSEILI@z>
2016-02-24 18:34     ` [PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/ Yury Norov
     [not found]       ` <20160225085227.nsamepb6Yl6XvLsVRtltlvyh2pXR9iPWoSA4bcom5aw@z>
2016-02-25  8:52         ` Heiko Carstens
2016-02-25 20:27       ` Yury Norov [this message]
     [not found]   ` <20160224183414.3tsYWbZu2fuiiwTl6lB_d0tMCpwgBsFNJb7IFy7LECo@z>
2016-02-24 18:34     ` [PATCH 5/5] all: wrap needed syscalls in generic unistd Yury Norov
2016-02-25  8:54   ` [PATCH v2 0/5] all: s390: make compat wrappers the generic solution Heiko Carstens

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=20160225202726.GC16123@yury-N73SV \
    --to=ynorov@caviumnetworks.com \
    --cc=Nathan_Lynch@mentor.com \
    --cc=Prasun.Kapoor@caviumnetworks.com \
    --cc=agraf@suse.de \
    --cc=arnd@arndb.de \
    --cc=bamvor.zhangjian@huawei.com \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=christoph.muellner@theobroma-systems.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=joseph@codesourcery.com \
    --cc=klimov.linux@gmail.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=pinskia@gmail.com \
    /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