From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f66.google.com ([74.125.83.66]:36675 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbdGRXDN (ORCPT ); Tue, 18 Jul 2017 19:03:13 -0400 Date: Tue, 18 Jul 2017 16:03:08 -0700 (PDT) From: Linus Torvalds To: Kees Cook cc: Andrew Morton , David Howells , "Eric W. Biederman" , John Johansen , "Serge E. Hallyn" , Paul Moore , Stephen Smalley , Casey Schaufler , Tetsuo Handa , James Morris , Andy Lutomirski , linux-fsdevel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 00/15] exec: Use sane stack rlimit under secureexec In-Reply-To: <1500416736-49829-1-git-send-email-keescook@chromium.org> Message-ID: References: <1500416736-49829-1-git-send-email-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 18 Jul 2017, Kees Cook wrote: > > This series has grown... :P Hmm. It may be bigger, but I like it a lot better. Each step now looks fairly obvious and is well documented. I don't love the timing of it, but I think I'd be willing to just pull this in before rc2 as a "we need to do this sooner or later anyway and probably mark much of it for stable" kind of thing. But it would be really good to get people to look at the series, particularly Andy and the LSM folks.. Linus