From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACB54C43331 for ; Tue, 12 Nov 2019 23:07:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D55F21925 for ; Tue, 12 Nov 2019 23:07:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727002AbfKLXH0 (ORCPT ); Tue, 12 Nov 2019 18:07:26 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:40361 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726932AbfKLXHZ (ORCPT ); Tue, 12 Nov 2019 18:07:25 -0500 Received: from [213.220.153.21] (helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iUfFK-0004Af-EX; Tue, 12 Nov 2019 23:06:50 +0000 Date: Wed, 13 Nov 2019 00:06:48 +0100 From: Christian Brauner To: Kees Cook , Al Viro , Linus Torvalds Cc: Aleksa Sarai , Jeff Layton , "J. Bruce Fields" , Arnd Bergmann , David Howells , Shuah Khan , Shuah Khan , Ingo Molnar , Peter Zijlstra , Eric Biederman , Andy Lutomirski , Andrew Morton , Alexei Starovoitov , Jann Horn , Tycho Andersen , David Drysdale , Chanho Min , Oleg Nesterov , Rasmus Villemoes , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Christian Brauner , Aleksa Sarai , containers@lists.linux-foundation.org, linux-alpha@vger.kernel.org, linux-api@vger.kernel.org, libc-alpha@sourceware.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, linux-xtensa@linux-xtensa.org, sparclinux@vger.kernel.org Subject: Re: [PATCH v15 0/9] open: introduce openat2(2) syscall Message-ID: <20191112230646.47dgr6bbnjv7vkrk@wittgenstein> References: <20191105090553.6350-1-cyphar@cyphar.com> <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> <201911121457.7D02692@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201911121457.7D02692@keescook> User-Agent: NeoMutt/20180716 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org On Tue, Nov 12, 2019 at 03:01:26PM -0800, Kees Cook wrote: > On Tue, Nov 12, 2019 at 12:24:04AM +1100, Aleksa Sarai wrote: > > On 2019-11-05, Aleksa Sarai wrote: > > > This patchset is being developed here: > > > > > > > > > Patch changelog: > > > v15: > > > * Fix code style for LOOKUP_IN_ROOT handling in path_init(). [Linus Torvalds] > > > * Split out patches for each individual LOOKUP flag. > > > * Reword commit messages to give more background information about the > > > series, as well as mention the semantics of each flag in more detail. > > > [...] > > > > Ping -- this patch hasn't been touched for a week. Thanks. > > If I've been following correctly, everyone is happy with this series. > (i.e. Linus's comment appear to have been addressed.) > > Perhaps the next question is should this go via a pull request by you to > Linus directly during the v5.5 merge window, via akpm, via akpm, via > Christian, or some other path? Besides Linus, it's not been clear who > should "claim" this series. :) I like this series and the same with the copy_struct_from_user() part of it I've taken I'm happy to stuff this into a dedicated branch, merge it into my for-next and send it for v5.5. Though I'd _much_ rather see Al pick this up or have him give his blessing first. Christian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17DD0C17440 for ; Tue, 12 Nov 2019 23:07:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7E2821D7F for ; Tue, 12 Nov 2019 23:07:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726991AbfKLXHZ (ORCPT ); Tue, 12 Nov 2019 18:07:25 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:40361 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726932AbfKLXHZ (ORCPT ); Tue, 12 Nov 2019 18:07:25 -0500 Received: from [213.220.153.21] (helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iUfFK-0004Af-EX; Tue, 12 Nov 2019 23:06:50 +0000 Date: Wed, 13 Nov 2019 00:06:48 +0100 From: Christian Brauner To: Kees Cook , Al Viro , Linus Torvalds Cc: Aleksa Sarai , Jeff Layton , "J. Bruce Fields" , Arnd Bergmann , David Howells , Shuah Khan , Shuah Khan , Ingo Molnar , Peter Zijlstra , Eric Biederman , Andy Lutomirski , Andrew Morton , Alexei Starovoitov , Jann Horn , Tycho Andersen , David Drysdale , Chanho Min , Oleg Nesterov , Rasmus Villemoes , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Christian Brauner , Aleksa Sarai , containers@lists.linux-foundation.org, linux-alpha@vger.kernel.org, linux-api@vger.kernel.org, libc-alpha@sourceware.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, linux-xtensa@linux-xtensa.org, sparclinux@vger.kernel.org Subject: Re: [PATCH v15 0/9] open: introduce openat2(2) syscall Message-ID: <20191112230646.47dgr6bbnjv7vkrk@wittgenstein> References: <20191105090553.6350-1-cyphar@cyphar.com> <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> <201911121457.7D02692@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201911121457.7D02692@keescook> User-Agent: NeoMutt/20180716 Sender: linux-m68k-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org Message-ID: <20191112230648.IB8RTVe7hwxk1Qefylk44dx_yg8MTTL7wOIff591w8s@z> On Tue, Nov 12, 2019 at 03:01:26PM -0800, Kees Cook wrote: > On Tue, Nov 12, 2019 at 12:24:04AM +1100, Aleksa Sarai wrote: > > On 2019-11-05, Aleksa Sarai wrote: > > > This patchset is being developed here: > > > > > > > > > Patch changelog: > > > v15: > > > * Fix code style for LOOKUP_IN_ROOT handling in path_init(). [Linus Torvalds] > > > * Split out patches for each individual LOOKUP flag. > > > * Reword commit messages to give more background information about the > > > series, as well as mention the semantics of each flag in more detail. > > > [...] > > > > Ping -- this patch hasn't been touched for a week. Thanks. > > If I've been following correctly, everyone is happy with this series. > (i.e. Linus's comment appear to have been addressed.) > > Perhaps the next question is should this go via a pull request by you to > Linus directly during the v5.5 merge window, via akpm, via akpm, via > Christian, or some other path? Besides Linus, it's not been clear who > should "claim" this series. :) I like this series and the same with the copy_struct_from_user() part of it I've taken I'm happy to stuff this into a dedicated branch, merge it into my for-next and send it for v5.5. Though I'd _much_ rather see Al pick this up or have him give his blessing first. Christian