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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 0DE56C433FE for ; Mon, 28 Nov 2022 09:31:57 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.448834.705387 (Exim 4.92) (envelope-from ) id 1ozaTy-0004OD-HU; Mon, 28 Nov 2022 09:31:22 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 448834.705387; Mon, 28 Nov 2022 09:31:22 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ozaTy-0004O6-Da; Mon, 28 Nov 2022 09:31:22 +0000 Received: by outflank-mailman (input) for mailman id 448834; Mon, 28 Nov 2022 09:31:21 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ozaTx-0004O0-Gv for xen-devel@lists.xen.org; Mon, 28 Nov 2022 09:31:21 +0000 Received: from mail.xenproject.org (mail.xenproject.org [104.130.215.37]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 68cfd881-6eff-11ed-91b6-6bf2151ebd3b; Mon, 28 Nov 2022 10:31:20 +0100 (CET) Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ozaTs-0002yr-Ap; Mon, 28 Nov 2022 09:31:16 +0000 Received: from 54-240-197-231.amazon.com ([54.240.197.231] helo=[10.95.125.41]) by xenbits.xenproject.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ozaTs-0003Bw-1t; Mon, 28 Nov 2022 09:31:16 +0000 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: 68cfd881-6eff-11ed-91b6-6bf2151ebd3b DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID; bh=IGDiv+c+ACuI3R0Wyevr4mlLXEorQrRhTV1QEf/bils=; b=JR+vHUo985mOVrZovUmoColc7t UiPpK1eHiMRHPqMp/ZonrB9QJp3utiot6OoumhDNEot42NI5ntetPRaM/alm0ehNBMcX83Eifgokd 5oDURGFBbkxuV9bv40lLtRwTat+TabwglL5f4gUcHDlO6JUoTdyzjWjGHBip+EuIPDQE=; Message-ID: Date: Mon, 28 Nov 2022 09:31:12 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH V6.1 3/3] libxl: arm: make creation of iommu node independent of disk device Content-Language: en-US To: Viresh Kumar Cc: Anthony PERARD , xen-devel@lists.xen.org, Vincent Guittot , stratos-dev@op-lists.linaro.org, =?UTF-8?Q?Alex_Benn=c3=a9e?= , Stefano Stabellini , Mathieu Poirier , Mike Holmes , Oleksandr Tyshchenko , Wei Liu , Juergen Gross References: <099616e1092409fceea4eb30590215310f8c091c.1662626550.git.viresh.kumar@linaro.org> <20220920102915.p55lt4ee5hbxiun2@vireshk-i7> <4bb29058-3133-bc66-ea33-8077f91a473b@xen.org> <20221125054522.wjsv3lcb5tdk2dd5@vireshk-i7> From: Julien Grall In-Reply-To: <20221125054522.wjsv3lcb5tdk2dd5@vireshk-i7> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Viresh, On 25/11/2022 06:45, Viresh Kumar wrote: > On 24-11-22, 20:19, Julien Grall wrote: >> Unfortunately, we had some delay for releasing 4.17. So I have pushed this >> series in a branch for-next/4.18. > > Thanks. > >> This will be applied to staging once the >> tree has re-opened. > > I don't see the branch here though. Is it not public yet ? Or should I be > looking at a different tree ? The branch has been created in my personal tree for now: https://xenbits.xen.org/gitweb/?p=people/julieng/xen-unstable.git;a=shortlog;h=refs/heads/for-next/4.18 Sorry I should have been clearer. Cheers, -- Julien Grall