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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 2BA6BC47094 for ; Thu, 10 Jun 2021 13:41:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FA426108D for ; Thu, 10 Jun 2021 13:41:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbhFJNnd (ORCPT ); Thu, 10 Jun 2021 09:43:33 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:56970 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230188AbhFJNnd (ORCPT ); Thu, 10 Jun 2021 09:43:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=/AJxu4sWN6gZZSR7UaXGEsu3FnetXCGhhw4K0sV8RaY=; b=n3jm2xNUqYFswSXsWaqdcFbVnW gXw6Z1YmfnlU5QsJs+nxv4hStFB2zHe9u1Mc51LqKlTZ30j5UNC24VLgb92UtdrWDx7aLzstJlWCP +4WwJtimtXEAZ+xcF1jMmksF4QJ3RWodYGWZgj+eBIIezKyh/lu+bsInyS+SdXvkRsJw=; Received: from host86-167-10-84.range86-167.btcentralplus.com ([86.167.10.84] helo=fitzroy.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1lrKw4-00AMYb-CQ; Thu, 10 Jun 2021 13:41:28 +0000 Received: by fitzroy.sirena.org.uk (Postfix, from userid 1000) id AE03ED078F8; Thu, 10 Jun 2021 14:41:27 +0100 (BST) Date: Thu, 10 Jun 2021 14:41:27 +0100 From: Mark Brown To: Dave Martin Cc: Catalin Marinas , Will Deacon , Szabolcs Nagy , Jeremy Linton , "H . J . Lu" , Yu-cheng Yu , linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, libc-alpha@sourceware.org Subject: Re: [PATCH v2 1/3] elf: Allow architectures to parse properties on the main executable Message-ID: References: <20210604112450.13344-1-broonie@kernel.org> <20210604112450.13344-2-broonie@kernel.org> <20210609151622.GK4187@arm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2egPhIlEfrr9rAOq" Content-Disposition: inline In-Reply-To: <20210609151622.GK4187@arm.com> X-Cookie: A penny saved has not been spent. Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org --2egPhIlEfrr9rAOq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 09, 2021 at 04:16:25PM +0100, Dave Martin wrote: > It's a little annoying that we add has_interp all over the place only to > remove it again later, but I guess that may be the simplest way to keep > things bisectable while moving logic around. If so, I don't have a > strong opinion on it. Yes, it's purely to preserve bisectability. --2egPhIlEfrr9rAOq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmDCFoYACgkQJNaLcl1U h9Bl1wgAgarNtLmvzpiohOvKicxXFK/EHCmaGPkh3hXqKnRqEwFgt9oWJoyKpPsW nbssPy9namZG+m7tRpNsOrTsL2RmQfOp3NhRjjgfBzA5Labu/9K0yC27WLeWZgYf RPkKIY24ZibFU77LsPmL5jAl5FGLvyhWncu42ik8VGQGbr39qNiVovju7mycsNOR NUMMHtD4YZVSimKCLoSw/9tvJVcFPGfBXiY2FFL3lcb0rbUGJyprWWycOjxlGPN7 MiNdVohTd5ElQ6HFQLyh6tya+xu6HghBnQJSfW+1EVu1f0Fr40JoILYZEQVoFDNc cv09cppE/MthP01LzApiVr0n8dTVtQ== =+BSm -----END PGP SIGNATURE----- --2egPhIlEfrr9rAOq-- 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=-4.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 4263FC47094 for ; Thu, 10 Jun 2021 13:43:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F2C6C613BC for ; Thu, 10 Jun 2021 13:43:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F2C6C613BC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=k+ZJMwNT/MeP1hskmoL8197FJhgxU9l5YlQ5E3pPQ7g=; b=r3noNzq3CC+zJ9YEcCfHKtv7kq hyFcxaOUTKcnggobHNso9WAC6Jd2JbE8/t7kHqxcRSZ3vjuxSFAMhSp7snUp0P08odkxpNUfgsIT3 906vaTD0AD1Dhnjfh6e8V7hikU9so4mW7M9QqGAmAFIZ78zFwxGBnxgAj+oB5q9n/tFyoPA1ExhkE mWxsI9mOxQBZ466C5ic8p5VUHOaBKtlM+z1uU6663aU/cNPVMMOFmgy3nua7WPPeUBGBFZctBc8EI 6EdmnM3JEV+LyFFaPeQzq3NIjizCzXQVnLRyuwh/oFkQpq98D2mJq/VasfqN2Ai6PlVShA+79FN0f 25jsE+gQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrKwW-000uXr-87; Thu, 10 Jun 2021 13:41:56 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrKwU-000uXR-8I for linux-arm-kernel@bombadil.infradead.org; Thu, 10 Jun 2021 13:41:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=/AJxu4sWN6gZZSR7UaXGEsu3FnetXCGhhw4K0sV8RaY=; b=oUXm8BmLdx31/P63CLu24k+6Go 45JagPwoeS+96kvy9JkiLfi06A6xnOfDLviLY0DKw4iacbhBtUrO7Jfx9gpfCdzuFi8IvHZtkERF4 9jCkz8CJNAThzp63ETX0KuW7ISPFl/JO5+qciqlfURViZZg5Tu+G0eEu8/xojUeI/Fy1a4TCnv8W9 cJO5qB/P1Nmb31+8Ddysi4VTH98GClsSwinZcBTuqY09BShKOq/KViA2d8TdGGVnZ3yJXRJ5ebD4f DuDP0KJEvQyY4riEEMMbecPiUDdeDO4y3tI9RxHQRn88IDoGA3ltk7gbZ6HNc397k3bq0fTJHq11k bCidQWdA==; Received: from heliosphere.sirena.org.uk ([172.104.155.198]) by casper.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lrKwE-001dor-Th for linux-arm-kernel@lists.infradead.org; Thu, 10 Jun 2021 13:41:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=/AJxu4sWN6gZZSR7UaXGEsu3FnetXCGhhw4K0sV8RaY=; b=n3jm2xNUqYFswSXsWaqdcFbVnW gXw6Z1YmfnlU5QsJs+nxv4hStFB2zHe9u1Mc51LqKlTZ30j5UNC24VLgb92UtdrWDx7aLzstJlWCP +4WwJtimtXEAZ+xcF1jMmksF4QJ3RWodYGWZgj+eBIIezKyh/lu+bsInyS+SdXvkRsJw=; Received: from host86-167-10-84.range86-167.btcentralplus.com ([86.167.10.84] helo=fitzroy.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1lrKw4-00AMYb-CQ; Thu, 10 Jun 2021 13:41:28 +0000 Received: by fitzroy.sirena.org.uk (Postfix, from userid 1000) id AE03ED078F8; Thu, 10 Jun 2021 14:41:27 +0100 (BST) Date: Thu, 10 Jun 2021 14:41:27 +0100 From: Mark Brown To: Dave Martin Cc: Catalin Marinas , Will Deacon , Szabolcs Nagy , Jeremy Linton , "H . J . Lu" , Yu-cheng Yu , linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, libc-alpha@sourceware.org Subject: Re: [PATCH v2 1/3] elf: Allow architectures to parse properties on the main executable Message-ID: References: <20210604112450.13344-1-broonie@kernel.org> <20210604112450.13344-2-broonie@kernel.org> <20210609151622.GK4187@arm.com> MIME-Version: 1.0 In-Reply-To: <20210609151622.GK4187@arm.com> X-Cookie: A penny saved has not been spent. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210610_144141_221692_E937A1A2 X-CRM114-Status: GOOD ( 11.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============7610493580574933347==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7610493580574933347== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2egPhIlEfrr9rAOq" Content-Disposition: inline --2egPhIlEfrr9rAOq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 09, 2021 at 04:16:25PM +0100, Dave Martin wrote: > It's a little annoying that we add has_interp all over the place only to > remove it again later, but I guess that may be the simplest way to keep > things bisectable while moving logic around. If so, I don't have a > strong opinion on it. Yes, it's purely to preserve bisectability. --2egPhIlEfrr9rAOq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmDCFoYACgkQJNaLcl1U h9Bl1wgAgarNtLmvzpiohOvKicxXFK/EHCmaGPkh3hXqKnRqEwFgt9oWJoyKpPsW nbssPy9namZG+m7tRpNsOrTsL2RmQfOp3NhRjjgfBzA5Labu/9K0yC27WLeWZgYf RPkKIY24ZibFU77LsPmL5jAl5FGLvyhWncu42ik8VGQGbr39qNiVovju7mycsNOR NUMMHtD4YZVSimKCLoSw/9tvJVcFPGfBXiY2FFL3lcb0rbUGJyprWWycOjxlGPN7 MiNdVohTd5ElQ6HFQLyh6tya+xu6HghBnQJSfW+1EVu1f0Fr40JoILYZEQVoFDNc cv09cppE/MthP01LzApiVr0n8dTVtQ== =+BSm -----END PGP SIGNATURE----- --2egPhIlEfrr9rAOq-- --===============7610493580574933347== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============7610493580574933347==--