From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= Subject: Re: [PATCH v19 09/12] arch: Wire up landlock() syscall Date: Wed, 8 Jul 2020 10:23:28 +0200 Message-ID: <956a05c8-529b-bf97-99ac-8958cceb35f3@digikod.net> References: <20200707180955.53024-1-mic@digikod.net> <20200707180955.53024-10-mic@digikod.net> <8d2dab03-289e-2872-db66-ce80ce5c189f@digikod.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Content-Language: fr Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnd Bergmann Cc: "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Al Viro , Andy Lutomirski , Anton Ivanov , Casey Schaufler , James Morris , Jann Horn , Jeff Dike , Jonathan Corbet , Kees Cook , Michael Kerrisk , =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= , Richard Weinberger , "Serge E . Hallyn" , Shuah Khan , Vincent Dagonneau , Kernel Hardening , Linux API linux-a List-Id: linux-arch.vger.kernel.org On 08/07/2020 09:47, Arnd Bergmann wrote: > On Wed, Jul 8, 2020 at 9:31 AM Mickaël Salaün wrote: >> On 08/07/2020 09:22, Arnd Bergmann wrote: >>> On Tue, Jul 7, 2020 at 8:10 PM Mickaël Salaün wrote: >>> >>>> index f4a01305d9a6..a63a411a74d5 100644 >>>> --- a/include/uapi/asm-generic/unistd.h >>>> +++ b/include/uapi/asm-generic/unistd.h >> >> OK, I'll rebase the next series on linux-next. > > Just change the number to the next free one, without actually rebasing. > It's always a bit messy to have multiple syscalls added, but I think that > causes the least confusion. OK, but this will lead to two merge conflicts: patch 8 (asmlinkage) and patch 9 (tbl files). Do you want me to update the tools/perf/arch/*.tbl too? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v19 09/12] arch: Wire up landlock() syscall References: <20200707180955.53024-1-mic@digikod.net> <20200707180955.53024-10-mic@digikod.net> <8d2dab03-289e-2872-db66-ce80ce5c189f@digikod.net> From: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= Message-ID: <956a05c8-529b-bf97-99ac-8958cceb35f3@digikod.net> Date: Wed, 8 Jul 2020 10:23:28 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org To: Arnd Bergmann Cc: "linux-kernel@vger.kernel.org" , Al Viro , Andy Lutomirski , Anton Ivanov , Casey Schaufler , James Morris , Jann Horn , Jeff Dike , Jonathan Corbet , Kees Cook , Michael Kerrisk , =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= , Richard Weinberger , "Serge E . Hallyn" , Shuah Khan , Vincent Dagonneau , Kernel Hardening , Linux API , linux-arch , "open list:DOCUMENTATION" , Linux FS-devel Mailing List , "open list:KERNEL SELFTEST FRAMEWORK" , LSM List , the arch/x86 maintainers List-ID: Message-ID: <20200708082328.l7cCBflgH1ZLiE2I_JwAZvdlTVXtav1QAx_F_npHOp0@z> On 08/07/2020 09:47, Arnd Bergmann wrote: > On Wed, Jul 8, 2020 at 9:31 AM Mickaël Salaün wrote: >> On 08/07/2020 09:22, Arnd Bergmann wrote: >>> On Tue, Jul 7, 2020 at 8:10 PM Mickaël Salaün wrote: >>> >>>> index f4a01305d9a6..a63a411a74d5 100644 >>>> --- a/include/uapi/asm-generic/unistd.h >>>> +++ b/include/uapi/asm-generic/unistd.h >> >> OK, I'll rebase the next series on linux-next. > > Just change the number to the next free one, without actually rebasing. > It's always a bit messy to have multiple syscalls added, but I think that > causes the least confusion. OK, but this will lead to two merge conflicts: patch 8 (asmlinkage) and patch 9 (tbl files). Do you want me to update the tools/perf/arch/*.tbl too?