Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1342986

Re: [PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/

From Heiko Carstens <heiko.carstens@de.ibm.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
Date 2016-02-25 10:00 +0100
Message-ID <r5ZWa-1ea-5@gated-at.bofh.it> (permalink)
References <r5MvU-4Y-9@gated-at.bofh.it> <r5MvW-4Y-71@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Feb 24, 2016 at 09:34:13PM +0300, Yury Norov wrote:
> Some syscalls are declared conditionally, so corresponding wrappers
> are conditional accordingly.
> 
> Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
> ---
>  arch/s390/kernel/Makefile         |   2 +-
>  arch/s390/kernel/compat_wrapper.c | 129 -----------------------------
>  kernel/Makefile                   |   1 +
>  kernel/compat_wrapper.c           | 170 ++++++++++++++++++++++++++++++++++++++
>  4 files changed, 172 insertions(+), 130 deletions(-)
>  delete mode 100644 arch/s390/kernel/compat_wrapper.c
>  create mode 100644 kernel/compat_wrapper.c

Generated code looks identical on s390 and of course still works!

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] all: s390: make compat wrappers the generic solution Yury Norov <ynorov@caviumnetworks.com> - 2016-02-24 19:40 +0100
  [PATCH 3/5] all: s390: move wrapper infrastructure to generic headers Yury Norov <ynorov@caviumnetworks.com> - 2016-02-24 19:40 +0100
    Re: [PATCH 3/5] all: s390: move wrapper infrastructure to generic  headers Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-02-25 10:00 +0100
      Re: [PATCH 3/5] all: s390: move wrapper infrastructure to generic  headers Yury Norov <ynorov@caviumnetworks.com> - 2016-02-25 21:30 +0100
        Re: [PATCH 3/5] all: s390: move wrapper infrastructure to generic  headers Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-02-25 23:30 +0100
  [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it for s390 Yury Norov <ynorov@caviumnetworks.com> - 2016-02-24 19:40 +0100
    Re: [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it  for s390 Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-02-25 10:00 +0100
      Re: [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it  for s390 Yury Norov <ynorov@caviumnetworks.com> - 2016-02-25 21:30 +0100
        Re: [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it  for s390 Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-02-25 23:20 +0100
  [PATCH 1/5] all: syscall wrappers: add documentation Yury Norov <ynorov@caviumnetworks.com> - 2016-02-24 19:40 +0100
  [PATCH 5/5] all: wrap needed syscalls in generic unistd Yury Norov <ynorov@caviumnetworks.com> - 2016-02-24 19:40 +0100
  [PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/ Yury Norov <ynorov@caviumnetworks.com> - 2016-02-24 19:40 +0100
    Re: [PATCH 4/5] all: s390: move compat_wrappers.c from  arch/s390/kernel to kernel/ Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-02-25 10:00 +0100
    Re: [PATCH 4/5] all: s390: move compat_wrappers.c from  arch/s390/kernel to kernel/ Yury Norov <ynorov@caviumnetworks.com> - 2016-02-25 21:30 +0100
  Re: [PATCH v2 0/5] all: s390: make compat wrappers the generic  solution Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-02-25 10:00 +0100

csiph-web