linux-metag.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Xuetao Guan" <gxt@mprc.pku.edu.cn>
To: Yury Norov <ynorov@caviumnetworks.com>
Cc: linux-doc@vger.kernel.org,
	Andrew Pinski <andrew.pinski@caviumnetworks.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	Chris Metcalf <cmetcalf@ezchip.com>,
	Yury Norov <ynorov@caviumnetworks.com>,
	linux@lists.openrisc.net, linux-hexagon@vger.kernel.org,
	philipp.tomsich@theobroma-systems.com,
	Joseph Myers <joseph@codesourcery.com>,
	linux-arch@vger.kernel.org, Chen Liqin <liqin.linux@gmail.com>,
	zhouchengming1@huawei.com, Guan Xuetao <gxt@mprc.pku.edu.cn>,
	Steve Ellcey <sellcey@caviumnetworks.com>,
	linux-c6x-dev@linux-c6x.org,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	prasun.kapoor@caviumnetworks.com, Andreas Schwab <schwab@suse.de>,
	Aurelien Jacquiot <a-jacquiot@ti.com>,
	agraf@suse.de, szabolcs.nagy@arm.com, geert@linux-m68k.org,
	Lennox Wu <lennox.wu@gmail.com>, Mark Salter <msalter@redhat.com>,
	linux-snps-arc@lists.infradead
Subject: Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit  syscalls from default list
Date: Fri, 13 Jan 2017 10:51:44 +0800 (CST)	[thread overview]
Message-ID: <16049.175.43.247.167.1484275904.squirrel@mprc.pku.edu.cn> (raw)
In-Reply-To: <1483961397-8599-4-git-send-email-ynorov@caviumnetworks.com>

> The newer prlimit64 syscall provides all the functionality provided by
> the getrlimit and setrlimit syscalls and adds the pid of target process,
> so future architectures won't need to include getrlimit and setrlimit.
>
> Therefore drop getrlimit and setrlimit syscalls from the generic syscall
> list unless __ARCH_WANT_SET_GET_RLIMIT is defined by the architecture's
> unistd.h prior to including asm-generic/unistd.h, and adjust all
> architectures
> using the generic syscall list to define it so that no in-tree
> architectures
> are affected.
>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: James Hogan <james.hogan@imgtec.com>
> Cc: linux-arch@vger.kernel.org
> Cc: linux-snps-arc@lists.infradead.org
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
> Cc: linux-c6x-dev@linux-c6x.org
> Cc: Richard Kuo <rkuo@codeaurora.org>
> Cc: linux-hexagon@vger.kernel.org
> Cc: linux-metag@vger.kernel.org
> Cc: Jonas Bonn <jonas@southpole.se>
> Cc: linux@lists.openrisc.net
> Cc: Chen Liqin <liqin.linux@gmail.com>
> Cc: Lennox Wu <lennox.wu@gmail.com>
> Cc: Chris Metcalf <cmetcalf@mellanox.com>
> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
> Cc: Ley Foon Tan <lftan@altera.com>
> Cc: nios2-dev@lists.rocketboards.org
> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
> Cc: uclinux-h8-devel@lists.sourceforge.jp
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Acked-by: Mark Salter <msalter@redhat.com> [c6x]
> Acked-by: James Hogan <james.hogan@imgtec.com> [metag]
> Acked-by: Ley Foon Tan <lftan@altera.com> [nios2]
> Acked-by: Stafford Horne <shorne@gmail.com> [openrisc]
> Acked-by: Vineet Gupta <vgupta@synopsys.com> #arch/arc bits
> Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
> ---
>  arch/arc/include/uapi/asm/unistd.h       | 1 +
>  arch/arm64/include/uapi/asm/unistd.h     | 1 +
>  arch/c6x/include/uapi/asm/unistd.h       | 1 +
>  arch/h8300/include/uapi/asm/unistd.h     | 1 +
>  arch/hexagon/include/uapi/asm/unistd.h   | 1 +
>  arch/metag/include/uapi/asm/unistd.h     | 1 +
>  arch/nios2/include/uapi/asm/unistd.h     | 1 +
>  arch/openrisc/include/uapi/asm/unistd.h  | 1 +
>  arch/score/include/uapi/asm/unistd.h     | 1 +
>  arch/tile/include/uapi/asm/unistd.h      | 1 +
>  arch/unicore32/include/uapi/asm/unistd.h | 1 +
>  include/uapi/asm-generic/unistd.h        | 5 +++++
>  12 files changed, 16 insertions(+)

For UniCore32:
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>

Thanks.

  reply	other threads:[~2017-01-13  2:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1483961397-8599-1-git-send-email-ynorov@caviumnetworks.com>
2017-01-09 11:29 ` [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list Yury Norov
2017-01-13  2:51   ` Xuetao Guan [this message]
     [not found] <1488395968-14313-1-git-send-email-ynorov@caviumnetworks.com>
2017-03-01 19:19 ` Yury Norov
2017-03-10 18:09   ` Will Deacon
     [not found] <20170604120009.342-1-ynorov@caviumnetworks.com>
2017-06-04 11:59 ` Yury Norov
     [not found]   ` <20170604120009.342-4-ynorov-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2017-06-05 14:44     ` James Hogan
     [not found]       ` <20170605144406.GT6973-4bYivNCBEGTR3KXKvIWQxtm+Uo4AYnCiHZ5vskTnxNA@public.gmane.org>
2017-06-07 18:48         ` Yury Norov
     [not found] <20170619155003.13218-1-ynorov@caviumnetworks.com>
2017-06-19 15:49 ` Yury Norov
2017-06-19 21:42   ` James Hogan
2017-06-19 21:58     ` Arnd Bergmann
2017-06-19 22:10       ` James Hogan
2017-06-20 13:37         ` Yury Norov
2017-06-20 14:20           ` Arnd Bergmann
2017-06-20 14:54             ` Yury Norov
2017-06-20 15:27               ` Arnd Bergmann
2017-06-20 14:36         ` Yury Norov
2017-06-20 14:42         ` Yury Norov

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=16049.175.43.247.167.1484275904.squirrel@mprc.pku.edu.cn \
    --to=gxt@mprc.pku.edu.cn \
    --cc=a-jacquiot@ti.com \
    --cc=agraf@suse.de \
    --cc=andrew.pinski@caviumnetworks.com \
    --cc=catalin.marinas@arm.com \
    --cc=cmetcalf@ezchip.com \
    --cc=geert@linux-m68k.org \
    --cc=heiko.carstens@de.ibm.com \
    --cc=joseph@codesourcery.com \
    --cc=lennox.wu@gmail.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-c6x-dev@linux-c6x.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hexagon@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead \
    --cc=linux@lists.openrisc.net \
    --cc=liqin.linux@gmail.com \
    --cc=msalter@redhat.com \
    --cc=philipp.tomsich@theobroma-systems.com \
    --cc=prasun.kapoor@caviumnetworks.com \
    --cc=schwab@suse.de \
    --cc=sellcey@caviumnetworks.com \
    --cc=szabolcs.nagy@arm.com \
    --cc=ynorov@caviumnetworks.com \
    --cc=ysato@users.sourceforge.jp \
    --cc=zhouchengming1@huawei.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).