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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8E83C433F5 for ; Wed, 20 Apr 2022 13:48:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379201AbiDTNvc (ORCPT ); Wed, 20 Apr 2022 09:51:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379197AbiDTNv2 (ORCPT ); Wed, 20 Apr 2022 09:51:28 -0400 Received: from out03.mta.xmission.com (out03.mta.xmission.com [166.70.13.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A3FD43499; Wed, 20 Apr 2022 06:48:42 -0700 (PDT) Received: from in01.mta.xmission.com ([166.70.13.51]:54260) by out03.mta.xmission.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1nhAhE-009Qlq-HP; Wed, 20 Apr 2022 07:48:40 -0600 Received: from ip68-227-174-4.om.om.cox.net ([68.227.174.4]:35004 helo=email.froward.int.ebiederm.org.xmission.com) by in01.mta.xmission.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1nhAhD-003KDU-L5; Wed, 20 Apr 2022 07:48:40 -0600 From: "Eric W. Biederman" To: Kees Cook Cc: Al Viro , damien.lemoal@opensource.wdc.com, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Niklas.Cassel@wdc.com, lkp@intel.com, vapier@gentoo.org, gerg@linux-m68k.org, stable@vger.kernel.org References: <20220418200834.1501454-1-Niklas.Cassel@wdc.com> <202204181501.D55C8D2A@keescook> <87mtgh17li.fsf_-_@email.froward.int.ebiederm.org> <165039039729.809958.17874221541968744613.b4-ty@chromium.org> Date: Wed, 20 Apr 2022 08:48:11 -0500 In-Reply-To: <165039039729.809958.17874221541968744613.b4-ty@chromium.org> (Kees Cook's message of "Tue, 19 Apr 2022 10:46:40 -0700") Message-ID: <87h76n27dw.fsf@email.froward.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1nhAhD-003KDU-L5;;;mid=<87h76n27dw.fsf@email.froward.int.ebiederm.org>;;;hst=in01.mta.xmission.com;;;ip=68.227.174.4;;;frm=ebiederm@xmission.com;;;spf=softfail X-XM-AID: U2FsdGVkX18FFPP0YfysqT9KZNiOyZqfSkTypL/ShzA= X-SA-Exim-Connect-IP: 68.227.174.4 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: (subset) [PATCH] binfmt_flat; Drop vestigates of coredump support X-SA-Exim-Version: 4.2.1 (built Sat, 08 Feb 2020 21:53:50 +0000) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Kees Cook writes: > On Tue, 19 Apr 2022 09:16:41 -0500, Eric W. Biederman wrote: >> There is the briefest start of coredump support in binfmt_flat. It is >> actually a pain to maintain as binfmt_flat is not built on most >> architectures so it is easy to overlook. >> >> Since the support does not do anything remove it. >> >> >> [...] > > Applied to for-next/execve, thanks! (With typo nits fixed.) > > [1/1] binfmt_flat; Drop vestigates of coredump support > https://git.kernel.org/kees/c/6e1a873cefd1 Thanks, Eric