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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A83CC77B7C for ; Mon, 1 May 2023 21:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232632AbjEAVfV (ORCPT ); Mon, 1 May 2023 17:35:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232804AbjEAVfO (ORCPT ); Mon, 1 May 2023 17:35:14 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 854CEE5A; Mon, 1 May 2023 14:35:10 -0700 (PDT) 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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org 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