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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 08017C433E0 for ; Tue, 30 Jun 2020 05:43:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C3CCE20702 for ; Tue, 30 Jun 2020 05:43:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="A1pw3V+O" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726994AbgF3FnV (ORCPT ); Tue, 30 Jun 2020 01:43:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725994AbgF3FnU (ORCPT ); Tue, 30 Jun 2020 01:43:20 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97CDAC061755; Mon, 29 Jun 2020 22:43:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=qszr3MAAxpGDAjOTug71QT6Sd6sc2nlH1A7hGQd+K/w=; b=A1pw3V+OadqGvu2MXZTkGzZFi6 lEyofW9BKz5JF2RO6lrC5mAiQnSv544rTutI0U/r07hWAnH0+UW1Jqplo1prrmeGxrv12e7DTuFkR 0R6zKc8wo8cd+Z72u1ZW5mKhCm22afdNHgL7qEzKx9kCzxzMQYnUHdkUa+Je/ueK0mfXnByJVyJuA USJKKW70cvPbrd1bhwjUzgUGgwOGhQF1bvxOqA20jR0tOOKh+3rh6tmaidX+xdkEUdWQ3VKOZaZLu dF7l/Rw2oALrKxOXNjM28FXR9JO844UMQinzNyTKhoVLW//A4czpi0a3d2N4IzinkC5KRWLyyes8n 9wj1NLbQ==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jq933-0007LP-Js; Tue, 30 Jun 2020 05:43:13 +0000 Date: Tue, 30 Jun 2020 06:43:13 +0100 From: Christoph Hellwig To: "Eric W. Biederman" Cc: linux-kernel@vger.kernel.org, David Miller , Greg Kroah-Hartman , Tetsuo Handa , Alexei Starovoitov , Kees Cook , Andrew Morton , Alexei Starovoitov , Al Viro , bpf , linux-fsdevel , Daniel Borkmann , Jakub Kicinski , Masahiro Yamada , Gary Lin , Bruno Meneguele , LSM List , Casey Schaufler , Luis Chamberlain , Linus Torvalds Subject: Re: [PATCH v2 10/15] exec: Remove do_execve_file Message-ID: <20200630054313.GB27221@infradead.org> References: <20200625095725.GA3303921@kroah.com> <778297d2-512a-8361-cf05-42d9379e6977@i-love.sakura.ne.jp> <20200625120725.GA3493334@kroah.com> <20200625.123437.2219826613137938086.davem@davemloft.net> <87pn9mgfc2.fsf_-_@x220.int.ebiederm.org> <87y2oac50p.fsf@x220.int.ebiederm.org> <87bll17ili.fsf_-_@x220.int.ebiederm.org> <87lfk54p0m.fsf_-_@x220.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lfk54p0m.fsf_-_@x220.int.ebiederm.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: FYI, this clashes badly with my exec rework. I'd suggest you drop everything touching exec here for now, and I can then add the final file based exec removal to the end of my series.