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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 4A294C433DB for ; Thu, 11 Mar 2021 09:17:33 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 D831A64FB0 for ; Thu, 11 Mar 2021 09:17:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D831A64FB0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.96401.182318 (Exim 4.92) (envelope-from ) id 1lKHRR-0004CM-W0; Thu, 11 Mar 2021 09:17:13 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 96401.182318; Thu, 11 Mar 2021 09:17:13 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lKHRR-0004CF-SS; Thu, 11 Mar 2021 09:17:13 +0000 Received: by outflank-mailman (input) for mailman id 96401; Thu, 11 Mar 2021 09:17:12 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lKHRQ-0004CA-Ia for xen-devel@lists.xenproject.org; Thu, 11 Mar 2021 09:17:12 +0000 Received: from foss.arm.com (unknown [217.140.110.172]) by us1-rack-iad1.inumbo.com (Halon) with ESMTP id 74d10d2a-dbfc-4dc3-bdd2-17aecacd35b4; Thu, 11 Mar 2021 09:17:10 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DAB3A1FB; Thu, 11 Mar 2021 01:17:09 -0800 (PST) Received: from [10.57.15.166] (unknown [10.57.15.166]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 713D63F70D; Thu, 11 Mar 2021 01:17:07 -0800 (PST) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 74d10d2a-dbfc-4dc3-bdd2-17aecacd35b4 Subject: Re: [PATCH v4] arm: Add Kconfig entry to select CONFIG_DTB_FILE To: Ian Jackson , Julien Grall Cc: Jan Beulich , Stefano Stabellini , Volodymyr Babchuk , Andrew Cooper , George Dunlap , Wei Liu , bertrand.marquis@arm.com, xen-devel@lists.xenproject.org References: <20210310065803.348-1-michal.orzel@arm.com> <3247ee1d-f843-7c74-20a4-315716a91097@suse.com> <24648.44686.272676.156900@mariner.uk.xensource.com> <24648.52045.413392.930954@mariner.uk.xensource.com> From: Michal Orzel Message-ID: Date: Thu, 11 Mar 2021 10:17:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <24648.52045.413392.930954@mariner.uk.xensource.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 10.03.2021 14:36, Ian Jackson wrote: > Julien Grall writes ("Re: [PATCH v4] arm: Add Kconfig entry to select CONFIG_DTB_FILE"): >> I was under the impression that this patch would not target 4.15. At >> least I didn't see any request for it. > > OK, good :-). > > Thanks, > Ian. > So do you guys want me to push v5 now with fix "help" or will the commiter do this? Michal