From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4CE6C8C05; Mon, 1 May 2023 21:55:14 +0000 (UTC) Received: from [77.22.52.211] (helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ptbAV-0002yo-Hz; Mon, 01 May 2023 23:34:47 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Andy Gross , Alim Akhtar , Bjorn Andersson , AngeloGioacchino Del Regno , Baolin Wang , Gerald Schaefer , iommu@lists.linux.dev, Jernej Skrabec , Jonathan Hunter , Joerg Roedel , Konrad Dybcio , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-s390@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-tegra@vger.kernel.org, Marek Szyprowski , Matthias Brugger , Matthew Rosato , Orson Zhai , Rob Clark , Robin Murphy , Samuel Holland , Niklas Schnelle , Thierry Reding , Krishna Reddy , Chen-Yu Tsai , Will Deacon , Yong Wu , Chunyan Zhang , Jason Gunthorpe Cc: Lu Baolu , Kevin Tian , Nicolin Chen , Steven Price Subject: Re: [PATCH 00/20] iommu: Make default_domain's mandatory Date: Mon, 01 May 2023 23:34:45 +0200 Message-ID: <7005781.1IzOArtZ34@diego> In-Reply-To: <0-v1-21cc72fcfb22+a7a-iommu_all_defdom_jgg@nvidia.com> References: <0-v1-21cc72fcfb22+a7a-iommu_all_defdom_jgg@nvidia.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, Am Montag, 1. Mai 2023, 20:02:44 CEST schrieb Jason Gunthorpe: > This follows the prior series: > > https://lore.kernel.org/r/0-v4-79d0c229580a+650-iommu_err_unwind_jgg@nvidia.com which probably will need an update for Greg's recent b18d0a0f92a8 ("iommu: make the pointer to struct bus_type constant") I've fixed that locally for me for testing Heiko