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 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by smtp.lore.kernel.org (Postfix) with SMTP id B6074E77184 for ; Thu, 19 Dec 2024 07:45:21 +0000 (UTC) Received: (qmail 7368 invoked by uid 550); 19 Dec 2024 07:45:11 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Received: (qmail 7340 invoked from network); 19 Dec 2024 07:45:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1734594302; bh=oKhFkfeKlHLMteV17dJwPYDJMj25IWwSaNtedn4t5og=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0PaeD2mZXMVXSB0s3zaJLGesGRhVGJwjco61VkN0AtFjed07nbQSnjPZq0OMG4Uiu 6GGqjloRLZ+q2vtgOzexlRTyqCRQmT7TjrWl+anvbdbs6ryn0zJs5ggkQ/7y6qXsl9 4EbXr0LzwyzvuSLNxj4fMgTNVxzVW43NV/jKyqCA= Date: Thu, 19 Dec 2024 08:44:56 +0100 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Kees Cook Cc: Al Viro , Christian Brauner , Paul Moore , Serge Hallyn , Adhemerval Zanella Netto , Alejandro Colomar , Aleksa Sarai , Andrew Morton , Andy Lutomirski , Arnd Bergmann , Casey Schaufler , Christian Heimes , Dmitry Vyukov , Elliott Hughes , Eric Biggers , Eric Chiang , Fan Wu , Florian Weimer , Geert Uytterhoeven , James Morris , Jan Kara , Jann Horn , Jeff Xu , Jonathan Corbet , Jordan R Abrahams , Lakshmi Ramasubramanian , Linus Torvalds , Luca Boccassi , Luis Chamberlain , "Madhavan T . Venkataraman" , Matt Bobrowski , Matthew Garrett , Matthew Wilcox , Miklos Szeredi , Mimi Zohar , Nicolas Bouchinet , Roberto Sassu , Scott Shell , Shuah Khan , Shuah Khan , Stephen Rothwell , Steve Dower , Steve Grubb , Theodore Ts'o , Thibaut Sautereau , Vincent Strubel , Xiaoming Ni , kernel-hardening@lists.openwall.com, linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [PATCH v23 0/8] Script execution control (was O_MAYEXEC) Message-ID: <20241219.CaiVie9caNge@digikod.net> References: <20241212174223.389435-1-mic@digikod.net> <20241218.aBaituy0veK7@digikod.net> <202412181130.84A2FCF2@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202412181130.84A2FCF2@keescook> X-Infomaniak-Routing: alpha On Wed, Dec 18, 2024 at 11:31:57AM -0800, Kees Cook wrote: > On Wed, Dec 18, 2024 at 11:40:59AM +0100, Mickaël Salaün wrote: > > In the meantime I've pushed it in my tree, it should appear in -next > > tomorrow. Please, let me know when you take it, I'll remove it from my > > tree. > > Thanks! Yeah, I was just finally getting through my email after my > pre-holiday holiday. ;) > > I'll get this into my -next tree now. Thanks, I just removed mine. > > -Kees > > -- > Kees Cook