linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Allen <allen.lkml@gmail.com>
To: firoz.khan@linaro.org
Cc: David Miller <davem@davemloft.net>,
	sparclinux@vger.kernel.org, geert@linux-m68k.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	pombredanne@nexb.com, Thomas Gleixner <tglx@linutronix.de>,
	kstewart@linuxfoundation.org, y2038@lists.linaro.org,
	linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	Arnd Bergmann <arnd@arndb.de>,
	deepa.kernel@gmail.com, marcin.juszkiewicz@linaro.org
Subject: Re: [PATCH v3 0/4] sparc: system call table generation support
Date: Wed, 14 Nov 2018 12:14:27 +0530	[thread overview]
Message-ID: <CAOMdWSJ1NiMTThftBysvsntPdRBHN7gq_w19gtzi6KmBKAdz+Q@mail.gmail.com> (raw)
In-Reply-To: <1542173191-24981-1-git-send-email-firoz.khan@linaro.org>

> Changes since v2:
>  - changed from generic-y to generated-y in Kbuild.
>  - added io_pgetevents entry in the syscall.tbl.
>  - updated the compat system call table.
>
> Changes since v1:
>  - optimized/updated the syscall table generation
>    scripts.
>  - fixed all mixed indentation issues in syscall.tbl.
>  - added "comments" in syscall.tbl.
>
> Firoz Khan (4):
>   sparc: move __IGNORE* entries to non uapi header
>   sparc: add __NR_syscalls along with NR_syscalls
>   sparc: add system call table generation support
>   sparc: generate uapi header and system call table files

Tested and looks fine.

Tested-by: Allen Pais <allen.lkml@gmail.com>

>  arch/sparc/Makefile                      |   3 +
>  arch/sparc/include/asm/Kbuild            |   4 +-
>  arch/sparc/include/asm/unistd.h          |  18 ++
>  arch/sparc/include/uapi/asm/Kbuild       |   2 +
>  arch/sparc/include/uapi/asm/unistd.h     | 426 +------------------------------
>  arch/sparc/kernel/syscalls/Makefile      |  55 ++++
>  arch/sparc/kernel/syscalls/syscall.tbl   | 409 +++++++++++++++++++++++++++++
>  arch/sparc/kernel/syscalls/syscallhdr.sh |  36 +++
>  arch/sparc/kernel/syscalls/syscalltbl.sh |  36 +++
>  arch/sparc/kernel/systbls_32.S           |  81 +-----
>  arch/sparc/kernel/systbls_64.S           | 157 +-----------
>  11 files changed, 572 insertions(+), 655 deletions(-)
>  create mode 100644 arch/sparc/kernel/syscalls/Makefile
>  create mode 100644 arch/sparc/kernel/syscalls/syscall.tbl
>  create mode 100644 arch/sparc/kernel/syscalls/syscallhdr.sh
>  create mode 100644 arch/sparc/kernel/syscalls/syscalltbl.sh
>
> --
> 1.9.1
>


-- 
       - Allen

  parent reply	other threads:[~2018-11-14  6:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-14  5:26 [PATCH v3 0/4] sparc: system call table generation support Firoz Khan
2018-11-14  5:26 ` [PATCH v3 1/4] sparc: move __IGNORE* entries to non uapi header Firoz Khan
2018-11-14  5:26 ` [PATCH v3 2/4] sparc: add __NR_syscalls along with NR_syscalls Firoz Khan
2018-11-14  5:26 ` [PATCH v3 3/4] sparc: add system call table generation support Firoz Khan
2018-11-14  5:26 ` [PATCH v3 4/4] sparc: generate uapi header and system call table files Firoz Khan
2018-11-14  6:44 ` Allen [this message]
2018-11-14  7:04   ` [PATCH v3 0/4] sparc: system call table generation support Firoz Khan
2018-11-19  2:59 ` David Miller
2018-11-19  5:22   ` Firoz Khan

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=CAOMdWSJ1NiMTThftBysvsntPdRBHN7gq_w19gtzi6KmBKAdz+Q@mail.gmail.com \
    --to=allen.lkml@gmail.com \
    --cc=arnd@arndb.de \
    --cc=davem@davemloft.net \
    --cc=deepa.kernel@gmail.com \
    --cc=firoz.khan@linaro.org \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcin.juszkiewicz@linaro.org \
    --cc=pombredanne@nexb.com \
    --cc=sparclinux@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --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;
as well as URLs for NNTP newsgroup(s).