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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT 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 A4567C43381 for ; Tue, 5 Mar 2019 17:32:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 77ED520842 for ; Tue, 5 Mar 2019 17:32:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="Ry0SfRM2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728356AbfCERcw (ORCPT ); Tue, 5 Mar 2019 12:32:52 -0500 Received: from mail.skyhub.de ([5.9.137.197]:39024 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726375AbfCERct (ORCPT ); Tue, 5 Mar 2019 12:32:49 -0500 Received: from zn.tnic (p200300EC2BCD6B0038F240D7E20AD2C8.dip0.t-ipconnect.de [IPv6:2003:ec:2bcd:6b00:38f2:40d7:e20a:d2c8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 2674F1EC08EF; Tue, 5 Mar 2019 18:32:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1551807167; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=ZqDsZGwEkLLmS+dUk/aAo0WMu//cFVMwDZOfseFp/Ic=; b=Ry0SfRM2+pfi+SRGd0LNSLaTGEZFm8HVyYXydBxVWRBleZKyyVYDFKkFIC0fuUvMG0Q5Yc Cg8/q/VLAuyQea8SyiiRCEe2b/hx2HaLY0Yb/trUasHYBM9l6kKnEXgkGo2jI7DjMbs5R1 NNNoHm6FlGeMpNDXzpFjpE24nHB+8/I= Date: Tue, 5 Mar 2019 18:32:49 +0100 From: Borislav Petkov To: Jann Horn Cc: Linus Torvalds , Alan Cox , Matthew Wilcox , Al Viro , Thomas Gleixner , kernel list , linux-fsdevel , the arch/x86 maintainers , Linux API , Andrew Morton , Richard Weinberger , Anton Ivanov Subject: Re: [PATCH] x86: Deprecate a.out support Message-ID: <20190305173249.GF8256@zn.tnic> References: <20190305091904.GB8256@zn.tnic> <20190305122218.GD13380@bombadil.infradead.org> <20190305134347.4be2449c@alans-desktop> <20190305145717.GD8256@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Mar 05, 2019 at 05:30:13PM +0100, Jann Horn wrote: > We might want to also delete the then-unused aout_dump_thread() > implementations from the various arch trees. We probably want to > delete arch/*/include/asm/a.out-core.h, since that seems to be the > only thing these headers do, and the only thing that uses them is > fs/binfmt_aout.c? Right. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.