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=-7.0 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 5FA34C433E0 for ; Tue, 4 Aug 2020 05:56:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D53F20792 for ; Tue, 4 Aug 2020 05:56:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729178AbgHDF4h (ORCPT ); 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 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=-7.0 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 11DA1C433DF for ; Tue, 4 Aug 2020 05:56:59 +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 10D202073E for ; Tue, 4 Aug 2020 05:56:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 10D202073E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k2pwF-0006xx-6Q; Tue, 04 Aug 2020 05:56:39 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k2pwE-0006xs-7M for xen-devel@lists.xenproject.org; Tue, 04 Aug 2020 05:56:38 +0000 X-Inumbo-ID: 4212b3a0-d617-11ea-9128-bc764e2007e4 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 4212b3a0-d617-11ea-9128-bc764e2007e4; Tue, 04 Aug 2020 05:56:37 +0000 (UTC) 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 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 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: hch@infradead.org, xen-devel@lists.xenproject.org, tamas@tklengyel.com, linux-kernel@vger.kernel.org, roman@zededa.com Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" 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