Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3696599pxj; Tue, 11 May 2021 09:53:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzXC+AnQ5ZDwIvmDRIVhJdQv7WyGhVvvrrSbmWCJoTYUG/Lm2Lt8udF6HTeOyEjYJKUj/hH X-Received: by 2002:a17:906:4e93:: with SMTP id v19mr5338113eju.103.1620751991009; Tue, 11 May 2021 09:53:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620751991; cv=none; d=google.com; s=arc-20160816; b=BNCKFFKJ1wjP13HuapTZ1Vv1YYNEBRW6MeBcyEIY9c3u/ClBWJNZNWnJKmqF1gA63x LBugUH/AQifBKvVLIwwjYnx7eFAWV/4n378TEaMv+mBp0cXFFbfiNPck1RWQ6sutA1Yr BOXETKHy0RxLqOJez4ZzppE5uOsY2VyHvTYMUC5YHR3STLjkSrj3tLPd59pK2gJAJ8ao fMTgvaxHnxRgtMd+mWjagxfIvCkVPDcqK2GaZYSLVLVTFLzAgJHjU71q2FIX3bcOMli6 vyKg0iHNtPd7Xhjsq0+AAJbVMjc9MNg9IST8Gbm/HaPzigad0OwXKCtdpHgHcD1ky9oN WbMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=oGNXvUx450pxOCEqz/PtnasdYvt7kDNnJQuy9qO4rms=; b=Vlnm9j44o3mUqWsr04cXv2V5JYCbKwDWIfMT79Hggzxz0Kus9tp+CvkyUR6RozLEIl mLK7VUjFb3lrd2H56TFQlz9ll1iAP6n+afa1t1RvWeDRHuujZWRn9ROPDZcut0RXa/oH IHLgnijntYSN6BX7vKQoojdl1lNj5wnxtcb5+HVovSOLOYH885kqn4BYEekCwNbxxry1 RRnD8EKjoBJ1pAR++CLNB1bP1HYFWkgkCFgUpMdA0CxyGD00Vedsnpdkqv5cdv2GsJzk ObD/XX48k6m41t0OftR955HtGqNqpc64LF9XMy7hDlyZ4ODR0VdiTNqmZi8k2ZNudK6K MWBA== 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 y24si16633942edt.176.2021.05.11.09.52.46; Tue, 11 May 2021 09:53:10 -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 S231551AbhEKQuo (ORCPT + 99 others); Tue, 11 May 2021 12:50:44 -0400 Received: from verein.lst.de ([213.95.11.211]:37535 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231439AbhEKQun (ORCPT ); Tue, 11 May 2021 12:50:43 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id E267367373; Tue, 11 May 2021 18:49:33 +0200 (CEST) Date: Tue, 11 May 2021 18:49:33 +0200 From: Christoph Hellwig To: Stefano Stabellini Cc: Christoph Hellwig , Julien Grall , f.fainelli@gmail.com, "xen-devel@lists.xenproject.org" , linux-kernel@vger.kernel.org, osstest service owner , Konrad Rzeszutek Wilk , Boris Ostrovsky , iommu@lists.linux-foundation.org Subject: Re: Regression when booting 5.15 as dom0 on arm64 (WAS: Re: [linux-linus test] 161829: regressions - FAIL)] Message-ID: <20210511164933.GA19775@lst.de> References: <4ea1e89f-a7a0-7664-470c-b3cf773a1031@xen.org> <20210510084057.GA933@lst.de> <20210511063558.GA7605@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 11, 2021 at 09:47:33AM -0700, Stefano Stabellini wrote: > That's a much better plan. It is also not super urgent, so maybe for now > we could add an explicit check for io_tlb_default_mem != NULL at the > beginning of xen_swiotlb_init? So that at least we can fail explicitly > or ignore it explicitly rather than by accident. Fine with me. Do you want to take over from here and test and submit your version?