From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Subject: Re: [PATCH v15 0/9] open: introduce openat2(2) syscall Date: Tue, 12 Nov 2019 15:01:26 -0800 Message-ID: <201911121457.7D02692@keescook> References: <20191105090553.6350-1-cyphar@cyphar.com> <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=nExhpa8NtyhyvUyh20F6httON+9jpHubOC8X4R1/1QI=; b=c4HijsXEjZGJqE7HF/OLTdBXGVnY9qLmNBULMzMpbSwMDUdlWMyYkBAj7Jv9KvJQq9 uQ/fhhX6CbwBVqkc6vhI0J9bVR6S+eypweTAwvYsABomRnDDk1wGcU2hJ/fV4/K6uu+1 c9+G8zkVxO8gfkNV8xNJ/wUCIdP5veO1BJPEs= Content-Disposition: inline In-Reply-To: <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Aleksa Sarai Cc: Al Viro , 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 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. :) -- Kees Cook From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f194.google.com ([209.85.214.194]:45215 "EHLO mail-pl1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726932AbfKLXBb (ORCPT ); Tue, 12 Nov 2019 18:01:31 -0500 Received: by mail-pl1-f194.google.com with SMTP id w7so152278plz.12 for ; Tue, 12 Nov 2019 15:01:29 -0800 (PST) Date: Tue, 12 Nov 2019 15:01:26 -0800 From: Kees Cook Subject: Re: [PATCH v15 0/9] open: introduce openat2(2) syscall Message-ID: <201911121457.7D02692@keescook> References: <20191105090553.6350-1-cyphar@cyphar.com> <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Aleksa Sarai Cc: Al Viro , 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 , Linus Torvalds , 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 Message-ID: <20191112230126.IyQcTlj_IGSTjNBLsyRBpJrQgppIlY49OIHylI3HyJA@z> 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. :) -- Kees Cook From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Date: Tue, 12 Nov 2019 23:01:26 +0000 Subject: Re: [PATCH v15 0/9] open: introduce openat2(2) syscall Message-Id: <201911121457.7D02692@keescook> List-Id: References: <20191105090553.6350-1-cyphar@cyphar.com> <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> In-Reply-To: <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Aleksa Sarai Cc: Al Viro , 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 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. :) -- Kees Cook 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=-5.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 27E2EC43331 for ; Tue, 12 Nov 2019 23:04:03 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CA94C21925 for ; Tue, 12 Nov 2019 23:04:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="c4HijsXE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA94C21925 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 47CNbN5ss1zF3Xy for ; Wed, 13 Nov 2019 10:04:00 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=chromium.org (client-ip=2607:f8b0:4864:20::643; helo=mail-pl1-x643.google.com; envelope-from=keescook@chromium.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="c4HijsXE"; dkim-atps=neutral Received: from mail-pl1-x643.google.com (mail-pl1-x643.google.com [IPv6:2607:f8b0:4864:20::643]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47CNXX1VkLzF5nf for ; Wed, 13 Nov 2019 10:01:32 +1100 (AEDT) Received: by mail-pl1-x643.google.com with SMTP id l4so150897plt.13 for ; Tue, 12 Nov 2019 15:01:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=nExhpa8NtyhyvUyh20F6httON+9jpHubOC8X4R1/1QI=; b=c4HijsXEjZGJqE7HF/OLTdBXGVnY9qLmNBULMzMpbSwMDUdlWMyYkBAj7Jv9KvJQq9 uQ/fhhX6CbwBVqkc6vhI0J9bVR6S+eypweTAwvYsABomRnDDk1wGcU2hJ/fV4/K6uu+1 c9+G8zkVxO8gfkNV8xNJ/wUCIdP5veO1BJPEs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=nExhpa8NtyhyvUyh20F6httON+9jpHubOC8X4R1/1QI=; b=Qu5oNI/okkvc7hnP6US+5CWozt2un03fTpS0251kRQYrjWFavWgHUyt8OLtlqNxxI5 nbFcAe8rkMisGiZad0xfcjr2krfv3F81RNsPlzBJAv/BxTHbVTqYXHagHiLc0y31jSGv rSYcgu2kE8SvG0dFAcBxnHU6J5brn2zL6SXKlMajMZ/BkIV8eeR2yv60F7fIbEgp1Cqd CmknEmneqAsOyfOhkYD0zOje+h3k7jb1sG3/OUWbRnjum3BtLT2mc/KoFNrCpYMLKrYu FMMFW6aMK4KUku3Muwa+L7rd2jSBpzsaFm3iFEdcCE2FQkqkSDW+mqLWYQXSNW+0ZAJ8 bWEg== X-Gm-Message-State: APjAAAVorbhagIfX9hP8u0j6yYex+FTDnF04qhL71qI0fe15lJoaDPsm 8sl2n87cnWzc2PR2NqfiWfXb2w== X-Google-Smtp-Source: APXvYqy/dNw+1S0sgv4o54+xgQ9m/sDAbXJguDm6De1m1sF3Ucjez84Z50LDqlIQCV97XGMiY2eUjw== X-Received: by 2002:a17:902:b282:: with SMTP id u2mr266015plr.301.1573599688858; Tue, 12 Nov 2019 15:01:28 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id em16sm159840pjb.21.2019.11.12.15.01.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Nov 2019 15:01:27 -0800 (PST) Date: Tue, 12 Nov 2019 15:01:26 -0800 From: Kees Cook To: Aleksa Sarai Subject: Re: [PATCH v15 0/9] open: introduce openat2(2) syscall Message-ID: <201911121457.7D02692@keescook> References: <20191105090553.6350-1-cyphar@cyphar.com> <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, Peter Zijlstra , Rasmus Villemoes , Alexei Starovoitov , linux-kernel@vger.kernel.org, David Howells , linux-kselftest@vger.kernel.org, sparclinux@vger.kernel.org, Jiri Olsa , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Tycho Andersen , Aleksa Sarai , Shuah Khan , Alexander Shishkin , Ingo Molnar , linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linux-xtensa@linux-xtensa.org, Arnd Bergmann , Jann Horn , linuxppc-dev@lists.ozlabs.org, linux-m68k@lists.linux-m68k.org, Al Viro , Andy Lutomirski , Shuah Khan , Namhyung Kim , David Drysdale , Christian Brauner , "J. Bruce Fields" , libc-alpha@sourceware.org, linux-parisc@vger.kernel.org, linux-api@vger.kernel.org, Chanho Min , Jeff Layton , Oleg Nesterov , Eric Biederman , linux-alpha@vger.kernel.org, linux-fsdevel@vger.kernel.org, Andrew Morton , Linus Torvalds , containers@lists.linux-foundation.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" 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. :) -- Kees Cook 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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 80D87C17440 for ; Tue, 12 Nov 2019 23:01:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B46721925 for ; Tue, 12 Nov 2019 23:01:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lEdNQSxg"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="c4HijsXE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B46721925 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Y8lq97ynsTL/6D8Q0aeG8duHYCXpaOpZLvjZVo4at18=; b=lEdNQSxgtUkerQ p25LLk+VXHNzxICxyyW9KkSkIibFYXfgR2j0UWKXQYXXzamu2A8sHmwJJ3WEBuZBQHSVwZph6UkEp RLWUzErjS4WtUc+ssWYYoEwyOwaZK/ur8nMwH18/Ab8u9MfXxL3WrL0VMLM2zVGZLLr2XlO67eKCO pbUskkHlNIR+4sKDtAXMK7+Wdg0PjiN+TPdpERMi8kcUyoFodQHXexr+ECSO2npFO1qdHu6EOvjf2 KnEAGracm2vCUxXVRvbG/ZDzeWV9g5iRtGjjorrwyQt+B66uA1d8eP4qfKVn/WeNWEBMJV8MzxE2c whFQKtJtUQqy62JV9Z6A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iUfAD-0005yg-Ax; Tue, 12 Nov 2019 23:01:33 +0000 Received: from mail-pl1-x642.google.com ([2607:f8b0:4864:20::642]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iUfA9-0005y1-Fc for linux-arm-kernel@lists.infradead.org; Tue, 12 Nov 2019 23:01:30 +0000 Received: by mail-pl1-x642.google.com with SMTP id bb5so171063plb.4 for ; Tue, 12 Nov 2019 15:01:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=nExhpa8NtyhyvUyh20F6httON+9jpHubOC8X4R1/1QI=; b=c4HijsXEjZGJqE7HF/OLTdBXGVnY9qLmNBULMzMpbSwMDUdlWMyYkBAj7Jv9KvJQq9 uQ/fhhX6CbwBVqkc6vhI0J9bVR6S+eypweTAwvYsABomRnDDk1wGcU2hJ/fV4/K6uu+1 c9+G8zkVxO8gfkNV8xNJ/wUCIdP5veO1BJPEs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=nExhpa8NtyhyvUyh20F6httON+9jpHubOC8X4R1/1QI=; b=a3mmyz90jHnAwqAzvPglJ4y6s37/NKRHy02ffe25jSYfkL5FxFMKd3MpFBJw9Kg8rf qGHbzi5ZhqmJddAyyx9YLA/3v382wgXNjXzaRiynkeKi7lP9MtvAJBVpTT5LOHvTe50Z g8A7SKSEg1TqGkdyq2XdGFBHIguXNAQ59io88PyYLe/pFNrVjxS8/689JLc5PGjSZ9uQ G0vfkbGApHfsOHvE27um20gMAZLZfQbvJP1hqTEJRXODoaTUQ14zmOnwC8anq6x9ByR/ vhbrRIVQO3M2RKe246bCdcGrRzMxcJ9kBBatB4rxWet40W/cUTiE+cAyjDqyfw8UGJEy V2DA== X-Gm-Message-State: APjAAAWgm0bXVce6W3xSxTqrMRMm+T2RaQKOgPUNRGot/lLIZXw18ctG J7gRURlq7/8QT8U4pbr8reyObw== X-Google-Smtp-Source: APXvYqy/dNw+1S0sgv4o54+xgQ9m/sDAbXJguDm6De1m1sF3Ucjez84Z50LDqlIQCV97XGMiY2eUjw== X-Received: by 2002:a17:902:b282:: with SMTP id u2mr266015plr.301.1573599688858; Tue, 12 Nov 2019 15:01:28 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id em16sm159840pjb.21.2019.11.12.15.01.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Nov 2019 15:01:27 -0800 (PST) Date: Tue, 12 Nov 2019 15:01:26 -0800 From: Kees Cook To: Aleksa Sarai Subject: Re: [PATCH v15 0/9] open: introduce openat2(2) syscall Message-ID: <201911121457.7D02692@keescook> References: <20191105090553.6350-1-cyphar@cyphar.com> <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191111132404.y523iqicbn6fivx5@yavin.dot.cyphar.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191112_150129_540494_E853EFD0 X-CRM114-Status: GOOD ( 12.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, Peter Zijlstra , Rasmus Villemoes , Alexei Starovoitov , linux-kernel@vger.kernel.org, David Howells , linux-kselftest@vger.kernel.org, sparclinux@vger.kernel.org, Jiri Olsa , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Tycho Andersen , Aleksa Sarai , Shuah Khan , Alexander Shishkin , Ingo Molnar , linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linux-xtensa@linux-xtensa.org, Arnd Bergmann , Jann Horn , linuxppc-dev@lists.ozlabs.org, linux-m68k@lists.linux-m68k.org, Al Viro , Andy Lutomirski , Shuah Khan , Namhyung Kim , David Drysdale , Christian Brauner , "J. Bruce Fields" , libc-alpha@sourceware.org, linux-parisc@vger.kernel.org, linux-api@vger.kernel.org, Chanho Min , Jeff Layton , Oleg Nesterov , Eric Biederman , linux-alpha@vger.kernel.org, linux-fsdevel@vger.kernel.org, Andrew Morton , Linus Torvalds , containers@lists.linux-foundation.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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. :) -- Kees Cook _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel