All of lore.kernel.org
 help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@dabbelt.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: ynorov@caviumnetworks.com
Cc: james.hogan@imgtec.com
Cc: catalin.marinas@arm.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-doc@vger.kernel.org
Cc: kilobyte@angband.pl
Cc: schwab@suse.de
Cc: pinskia@gmail.com
Cc: bamvor.zhangjian@huawei.com
Cc: cmetcalf@ezchip.com
Cc: cmetcalf@mellanox.com
Cc: fweimer@redhat.com
Cc: heiko.carstens@de.ibm.com
Cc: james.morse@arm.com
Cc: joseph@codesourcery.com
Cc: maxim.kuvyrkov@linaro.org
Cc: Nathan_Lynch@mentor.com
Cc: Prasun.Kapoor@caviumnetworks.com
Cc: ramana.gcc@googlemail.com
Cc: sellcey@caviumnetworks.com
Cc: agraf@suse.de
Cc: broonie@kernel.org
Cc: christoph.muellner@theobroma-systems.com
Cc: davem@davemloft.net
Cc: geert@linux-m68k.org
Subject: Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list
Date: Tue, 20 Jun 2017 14:14:53 -0700 (PDT)	[thread overview]
Message-ID: <mhng-d074cb45-69b3-40d5-bfb3-9de82ba0dab7@palmer-si-x1c4> (raw)
In-Reply-To: <CAK8P3a1rXfrXotJa=mZf3cJu+WVWHKWjTMk8FA16xnkGvU0MmQ@mail.gmail.com>

On Tue, 20 Jun 2017 08:27:36 PDT (-0700), Arnd Bergmann wrote:
> On Tue, Jun 20, 2017 at 4:54 PM, Yury Norov <ynorov@caviumnetworks.com> wrote:
>> On Tue, Jun 20, 2017 at 04:20:43PM +0200, Arnd Bergmann wrote:
>>> On Tue, Jun 20, 2017 at 3:37 PM, Yury Norov <ynorov@caviumnetworks.com> wrote:
>>> > On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote:
>>> >> On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Bergmann wrote:
>
>>> > I would also notice riscv people and welcome to the discussion.
>>> >
>>> > As there is more than 1 arch that goes to be added to linux soon,
>>> > maybe it's better to upstream my ans James' patches separately
>>> > from other ilp32 patches? Arnd?
>>>
>>> Do you mean upstream those two patches slightly later? That's
>>> fine with me, I don't care much whether the old new stat is part
>>> of the syscall table for arm64-ilp32 or not, I'd leave that up to
>>> you, depending on whether you want to do the rework or not.
>>
>> I mean that if we want to deprecate rlimit and stat syscalls for
>> architectures that are under development now, it's better to upstream
>> patches that actually deprecate it as early as possible.
>
> Makes sense.
>
>>> I suppose the arm64-ilp32 could benefit from not having to support
>>> the old arm32 stat structure, but doing the new syscalls based on
>>> statx could delay the glibc port some more, as there are some open
>>> questions about how that would best be integrated.
>>
>> OK. Let's leave things as is. But then I don't see any reason to
>> add unxstat patch to ilp32 series if ilp32 will not disable it.
>
> Right, that's what I meant: let's leave the rlimit patch in your series
> as it matches the work you have already done, and is the right
> thing to do, and let's do the unxstat patch separately so it doesn't
> cause you extra work.

Thanks for the heads up.  We're in the process of submitting glibc now with the
goal of getting into 2.26, so I think that means we'll be stuck with stat.  I'm
perfectly happy to deprecate whatever is feasible, though.

WARNING: multiple messages have this Message-ID (diff)
From: palmer@dabbelt.com (Palmer Dabbelt)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list
Date: Tue, 20 Jun 2017 14:14:53 -0700 (PDT)	[thread overview]
Message-ID: <mhng-d074cb45-69b3-40d5-bfb3-9de82ba0dab7@palmer-si-x1c4> (raw)
In-Reply-To: <CAK8P3a1rXfrXotJa=mZf3cJu+WVWHKWjTMk8FA16xnkGvU0MmQ@mail.gmail.com>

On Tue, 20 Jun 2017 08:27:36 PDT (-0700), Arnd Bergmann wrote:
> On Tue, Jun 20, 2017 at 4:54 PM, Yury Norov <ynorov@caviumnetworks.com> wrote:
>> On Tue, Jun 20, 2017 at 04:20:43PM +0200, Arnd Bergmann wrote:
>>> On Tue, Jun 20, 2017 at 3:37 PM, Yury Norov <ynorov@caviumnetworks.com> wrote:
>>> > On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote:
>>> >> On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Bergmann wrote:
>
>>> > I would also notice riscv people and welcome to the discussion.
>>> >
>>> > As there is more than 1 arch that goes to be added to linux soon,
>>> > maybe it's better to upstream my ans James' patches separately
>>> > from other ilp32 patches? Arnd?
>>>
>>> Do you mean upstream those two patches slightly later? That's
>>> fine with me, I don't care much whether the old new stat is part
>>> of the syscall table for arm64-ilp32 or not, I'd leave that up to
>>> you, depending on whether you want to do the rework or not.
>>
>> I mean that if we want to deprecate rlimit and stat syscalls for
>> architectures that are under development now, it's better to upstream
>> patches that actually deprecate it as early as possible.
>
> Makes sense.
>
>>> I suppose the arm64-ilp32 could benefit from not having to support
>>> the old arm32 stat structure, but doing the new syscalls based on
>>> statx could delay the glibc port some more, as there are some open
>>> questions about how that would best be integrated.
>>
>> OK. Let's leave things as is. But then I don't see any reason to
>> add unxstat patch to ilp32 series if ilp32 will not disable it.
>
> Right, that's what I meant: let's leave the rlimit patch in your series
> as it matches the work you have already done, and is the right
> thing to do, and let's do the unxstat patch separately so it doesn't
> cause you extra work.

Thanks for the heads up.  We're in the process of submitting glibc now with the
goal of getting into 2.26, so I think that means we'll be stuck with stat.  I'm
perfectly happy to deprecate whatever is feasible, though.

  reply	other threads:[~2017-06-20 21:14 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-19 15:49 [PATCH v8 00/20] ILP32 for ARM64 Yury Norov
2017-06-19 15:49 ` Yury Norov
2017-06-19 15:49 ` [PATCH 01/20] compat ABI: use non-compat openat and open_by_handle_at variants Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 02/20] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 21:42   ` James Hogan
2017-06-19 21:42     ` James Hogan
2017-06-19 21:58     ` Arnd Bergmann
2017-06-19 21:58       ` Arnd Bergmann
2017-06-19 22:10       ` James Hogan
2017-06-19 22:10         ` James Hogan
2017-06-20 13:37         ` Yury Norov
2017-06-20 13:37           ` Yury Norov
2017-06-20 14:20           ` Arnd Bergmann
2017-06-20 14:20             ` Arnd Bergmann
2017-06-20 14:54             ` Yury Norov
2017-06-20 14:54               ` Yury Norov
2017-06-20 15:27               ` Arnd Bergmann
2017-06-20 15:27                 ` Arnd Bergmann
2017-06-20 21:14                 ` Palmer Dabbelt [this message]
2017-06-20 21:14                   ` Palmer Dabbelt
2017-06-20 14:36         ` Yury Norov
2017-06-20 14:36           ` Yury Norov
2017-06-20 14:42         ` Yury Norov
2017-06-20 14:42           ` Yury Norov
2017-06-19 15:49 ` [PATCH 04/20] arm64: ilp32: add documentation on the ILP32 ABI for ARM64 Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 05/20] arm64: rename COMPAT to AARCH32_EL0 in Kconfig Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 06/20] arm64: ensure the kernel is compiled for LP64 Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 07/20] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64 Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 08/20] thread: move thread bits accessors to separated file Yury Norov
2017-06-19 15:49   ` Yury Norov
     [not found]   ` <mvma8432jsx.fsf@suse.de>
2017-07-17 15:51     ` Yury Norov
2017-07-17 15:51       ` Yury Norov
2017-06-19 15:49 ` [PATCH 09/20] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat) Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 10/20] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64 Yury Norov
2017-06-19 15:49   ` [PATCH 10/20] arm64: ilp32: add is_ilp32_compat_{task, thread} " Yury Norov
2017-06-19 15:49 ` [PATCH 11/20] arm64: introduce binfmt_elf32.c Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 12/20] arm64: ilp32: introduce binfmt_ilp32.c Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 13/20] arm64: ilp32: share aarch32 syscall handlers Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 14/20] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 15/20] arm64: signal: share lp64 signal routines to ilp32 Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:49 ` [PATCH 16/20] arm64: signal32: move ilp32 and aarch32 common code to separated file Yury Norov
2017-06-19 15:49   ` Yury Norov
2017-06-19 15:50 ` [PATCH 17/20] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext Yury Norov
2017-06-19 15:50   ` Yury Norov
2017-06-19 15:50 ` [PATCH 18/20] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32 Yury Norov
2017-06-19 15:50   ` Yury Norov
2017-06-19 15:50 ` [PATCH 19/20] arm64:ilp32: add vdso-ilp32 and use for signal return Yury Norov
2017-06-19 15:50   ` Yury Norov
2017-06-19 15:50 ` [PATCH 20/20] arm64:ilp32: add ARM64_ILP32 to Kconfig Yury Norov
2017-06-19 15:50   ` Yury Norov
2017-06-29 16:10 ` [PATCH v8 00/20] ILP32 for ARM64 Catalin Marinas
2017-06-29 16:10   ` Catalin Marinas
2017-07-06 21:59   ` Yury Norov
2017-07-06 21:59     ` Yury Norov
2017-07-07 17:11     ` Catalin Marinas
2017-07-07 17:11       ` Catalin Marinas
2017-07-24 11:26       ` Yury Norov
2017-07-24 11:26         ` Yury Norov
2017-07-27 17:12         ` Catalin Marinas
2017-07-27 17:12           ` Catalin Marinas
2017-07-31 12:37           ` Yury Norov
2017-07-31 12:37             ` Yury Norov
2017-08-08 13:34         ` Catalin Marinas
2017-08-08 13:34           ` Catalin Marinas
2017-08-21 10:21           ` Yury Norov
2017-08-21 10:21             ` Yury Norov
2017-09-04 11:54             ` Yury Norov
2017-09-04 11:54               ` Yury Norov
2017-09-18 10:06               ` Catalin Marinas
2017-09-18 10:06                 ` Catalin Marinas
2017-09-15 11:29 ` Yury Norov
2017-09-15 11:29   ` Yury Norov
2017-11-16 11:11 ` Yury Norov
2017-11-16 11:11   ` Yury Norov
2017-12-11 10:32   ` Catalin Marinas
2017-12-11 10:32     ` Catalin Marinas
2017-12-11 13:13     ` Yury Norov
2017-12-11 13:13       ` Yury Norov
2018-02-02  8:16 ` Yury Norov
2018-02-02  8:16   ` Yury Norov
2018-02-02  8:58   ` Bamvor Zhang
2018-02-02  8:58     ` Bamvor Zhang
  -- strict thread matches above, loose matches on Subject: below --
2017-06-04 11:59 Yury Norov
2017-06-04 11:59 ` [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list Yury Norov
2017-06-04 11:59   ` Yury Norov
2017-06-04 11:59   ` Yury Norov
2017-06-05 14:44   ` James Hogan
2017-06-05 14:44     ` James Hogan
2017-06-05 14:44     ` James Hogan
2017-06-05 14:44     ` James Hogan
2017-06-07 18:48     ` Yury Norov
2017-06-07 18:48       ` Yury Norov
2017-06-07 18:48       ` Yury Norov
2017-03-01 19:19 [PATCH v7 resend 00/20] ILP32 for ARM64 Yury Norov
2017-03-01 19:19 ` [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list Yury Norov
2017-03-01 19:19   ` Yury Norov
2017-03-01 19:19   ` Yury Norov
2017-03-10 18:09   ` Will Deacon
2017-03-10 18:09     ` Will Deacon
2017-03-10 18:09     ` Will Deacon
2017-01-09 11:29 [PATCH v7 00/20] ILP32 for ARM64 Yury Norov
2017-01-09 11:29 ` [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list Yury Norov
2017-01-09 11:29   ` Yury Norov
2017-01-09 11:29   ` Yury Norov
2017-01-09 11:29   ` Yury Norov
2017-01-13  2:51   ` Xuetao Guan
2017-01-13  2:51     ` Xuetao Guan
2017-01-13  2:51     ` Xuetao Guan

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=mhng-d074cb45-69b3-40d5-bfb3-9de82ba0dab7@palmer-si-x1c4 \
    --to=palmer@dabbelt.com \
    --cc=arnd@arndb.de \
    --cc=ynorov@caviumnetworks.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.