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 6E375C433F5 for ; Wed, 9 Mar 2022 22:02:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231637AbiCIWDp (ORCPT ); Wed, 9 Mar 2022 17:03:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234113AbiCIWDn (ORCPT ); Wed, 9 Mar 2022 17:03:43 -0500 Received: from mail-pg1-x52a.google.com (mail-pg1-x52a.google.com [IPv6:2607:f8b0:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEE6F793A2 for ; Wed, 9 Mar 2022 14:02:43 -0800 (PST) Received: by mail-pg1-x52a.google.com with SMTP id bc27so3098075pgb.4 for ; Wed, 09 Mar 2022 14:02:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=kIXYEUsuLw4gUV3Ye5W7fihUmUGOrEx3hL1+RzhXlG8=; b=bs24caSe7zitzg4jbU/q8aXnhwx/uHyi8ILJqPPNQ5jn5FaIUoVSvL+NODGsYgtby2 3b+Pd1L5hDPPmOxSd2qT/cGuCbpDZvcricQkN87pTMG509EosJVCmGhFq13Te0xA67h1 2iNFVdRcMImXI2Z3rTAveuFvrhCUhZfqpRpFU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=kIXYEUsuLw4gUV3Ye5W7fihUmUGOrEx3hL1+RzhXlG8=; b=bie8rOS+VZO688vUZGmEHnEb7PIYD1h8F8nlTmM5PGy2DSfNBKBiaxmmTHA/KU8W5S VryQFV+QZW2yYZX0Y11Cl102AYJpqeONJhY/Zp23A6lMv0Z44wExyru78L0Tw1i7GFoA dI3EMLMoTov/kWk60ytK0+XSS5JciYeeYsLCOYmZrdztDwwlAJBVQBxpk3bD5gCptHYv jVwCph7zNZlOk6V9i/NFfXPb+MG9zoJDxyEbLxBBfx9ZfSooz8eaQQICU3wyptToo4p4 xKFkPtzYOBmcajtZVnEnCGprkj3RjTUmTaz5SQs7pcpgoUKoOMzh577sxUU7BnSmLaKl Q+tQ== X-Gm-Message-State: AOAM532s2OSZ2Qxnb3ykmFY6k08ml/rRXzvQt42SJ+q6QDZgq7qeXF3X sm1w/D2+UN/Jh9OywfpsmUKrXQ== X-Google-Smtp-Source: ABdhPJwhBIULkR9tfZfecnMcrauNNaqm7/Z9pC57rjh/s2FPJW7pv6NuJJ+zWVoTnDZkUx0Y2/U/ng== X-Received: by 2002:a63:894a:0:b0:380:b14c:db14 with SMTP id v71-20020a63894a000000b00380b14cdb14mr1490573pgd.116.1646863363071; Wed, 09 Mar 2022 14:02:43 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id s8-20020a056a0008c800b004f664655937sm4441024pfu.157.2022.03.09.14.02.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Mar 2022 14:02:42 -0800 (PST) Date: Wed, 9 Mar 2022 14:02:42 -0800 From: Kees Cook To: Linus Torvalds Cc: "Eric W. Biederman" , John Paul Adrian Glaubitz , Borislav Petkov , Geert Uytterhoeven , Theodore Ts'o , X86 ML , Arnd Bergmann , LKML , Matt Turner , =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= , Michael Cree , linux-arch , Richard Henderson , Ivan Kokshaysky , linux-m68k Subject: Re: [PATCH] a.out: Stop building a.out/osf1 support on alpha and m68k Message-ID: <202203091358.775E158C@keescook> References: <87ilsmdhb5.fsf_-_@email.froward.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Wed, Mar 09, 2022 at 12:37:54PM -0800, Linus Torvalds wrote: > On Wed, Mar 9, 2022 at 12:04 PM Eric W. Biederman wrote: > > > > Let's see if anyone cares about a.out support on the last two > > architectures that build it, by disabling the build of the support in > > Kconfig. > [...] > But sure, it would be interesting to know if any alpha people care - I > just have this suspicion that we can't drop it that easily because of > the non-Linux legacy. It looks like the only distro supporting Alpha is Gentoo. I pulled down the installation media, and everything is ELF except for firmware COFF files: $ find . -type f | xargs file | grep -Ei ':.*(out|coff)' ./lib/firmware/meson/vdec/g12a_hevc_mmu.bin: MIPSEB MIPS-III ECOFF executable not stripped - version 0.0 ./lib/firmware/meson/vdec/g12a_vp9.bin: MIPSEB MIPS-III ECOFF executable not stripped - version 0.0 ./lib/firmware/meson/vdec/gxl_hevc_mmu.bin: MIPSEB MIPS-III ECOFF executable not stripped - version 0.0 ./lib/firmware/meson/vdec/gxl_vp9.bin: MIPSEB MIPS-III ECOFF executable not stripped - version 0.0 ./lib/firmware/meson/vdec/sm1_hevc_mmu.bin: MIPSEB MIPS-III ECOFF executable not stripped - version 0.0 ./lib/firmware/meson/vdec/sm1_vp9_mmu.bin: MIPSEB MIPS-III ECOFF executable not stripped - version 0.0 ./lib/firmware/qca/crbtfw32.tlv: mc68k COFF object not stripped So, since it's an easy revert, sure. Let's do it. -- Kees Cook