Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp63053pxa; Mon, 3 Aug 2020 22:57:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwdjCLxtxKaAty3bazWFB3VOr35+fLKn9JTDBCwlqadTi5I44lLhSLaSwuA5CWZP1CbmkOs X-Received: by 2002:a50:e0cb:: with SMTP id j11mr19099552edl.159.1596520644438; Mon, 03 Aug 2020 22:57:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596520644; cv=none; d=google.com; s=arc-20160816; b=w3V0binuT82V1yR7RRqgzhJ/jTQy/crErA1EY9F0r/NNCqGgyoN6ffgOeKEPMYU7RY M5Nh/ZuLIVX5JqrZJv095xo6bMtdot06lLxWi3SoTTEbPdWm1A9Gp67fTLgKNItOWswX gv7J3aSEWYUyAtVPOGcR9J4P3zQ3hGVN1r2XrFgYAbflMMv7+ncEjlkaFCilzWlMVYJN zXOEaBPJHVdG+47YwMW47bNrx/BRp0NqayJ2qVAVoR4dyBhgb+2xwRMY9MFrawIhDq+0 z5OHvJy27cB97DJmhyB16bAfjyP5mvvgf0qKXLhav0l0eMM8hyRrjF1Sw84hjDfjKRG8 wTOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=MCb2cRyL2MB3Fnktc1f7kVQEs1EwG80ZeNlOd2lNwEc=; b=rxElN7c9mq+pccDzeryBU/I6HkHtuYwuYmJp5z5d7/AAJsVIRpb6VZg9uNxH5Scp8W n0CPckNha9p8jQxNSOfu2nEEAOADa1vYrZ+T/1h+QeNenVITmyAuV4ZxZe++QPkEFBqE 5BCEBw6Kf7FNZifATlP8owg6PWqsqd7hFJCmum/fiGk4wcuo4659fXG+Si3Ebg9tdRQS 7MWXNGQENamj+03bnEBolZZsToeHD8aGDI/vMp5OW4kAdcJdQ62BO1ApUoYGP515cPn4 Q2dDHHn5JPZJ5mgzP9bd5agwTQz7CWAQyOix0aTd4ZHMJS9ApxGt/Sr0q9TFSvOOoBOF OzbA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u29si12136893edd.533.2020.08.03.22.57.01; Mon, 03 Aug 2020 22:57:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728507AbgHDF4h (ORCPT + 99 others); Tue, 4 Aug 2020 01:56:37 -0400 Received: from mx2.suse.de ([195.135.220.15]:48446 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgHDF4h (ORCPT ); Tue, 4 Aug 2020 01:56:37 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 4CC0DAC7D; Tue, 4 Aug 2020 05:56:52 +0000 (UTC) Subject: Re: [PATCH v3 00/11] fix swiotlb-xen for RPi4 To: Stefano Stabellini , boris.ostrovsky@oracle.com, konrad.wilk@oracle.com Cc: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, tamas@tklengyel.com, roman@zededa.com, hch@infradead.org References: From: =?UTF-8?B?SsO8cmdlbiBHcm/Dnw==?= Message-ID: <8413f3e2-0bbf-efa3-1a8a-2ae05b1d07c8@suse.com> Date: Tue, 4 Aug 2020 07:56:35 +0200 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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11.07.20 00:34, Stefano Stabellini wrote: > Hi all, > > This series is a collection of fixes to get Linux running on the RPi4 as > dom0. Conceptually there are only two significant changes: > > - make sure not to call virt_to_page on vmalloc virt addresses (patch > #1) > - use phys_to_dma and dma_to_phys to translate phys to/from dma > addresses (all other patches) > > > I addressed all comments by Christoph to v2 of the series except from > the one about merging the precursor "add struct device *" patches. I can > always merge them together at any time as needed. > > > Boris gave his Reviewed-by to the whole series v2. I added his > Reviewed-by to all patches, including the ones with small cosmetic > fixes, except for patch #8 #9 #10 because they are either new or changed > significantly in this version of the series. > > I retained Roman and Corey's Tested-by. Series pushed to: xen/tip.git for-linus-5.9 Juergen