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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 47BAEC77B7C for ; Mon, 1 May 2023 21:35:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=YjLNqirGMeeH0OkwBgzTQUadLwyAUu+gKD+DbjDt/fI=; b=joJsIf1YlJ249v5LIDyydVxJv5 q5lPSDtwUNqGAdT0FfafIE5c9ySurqHH+R+y/ZHBE9iUCaUcbxd1alHr7KCEHjryS8FL9D4KN3D7Q lnLg7YupUxLAtcVekiyrgtNTkeT3uU1sNbqdwww9s+7OROvBmyZd9gweGH++AKvjDlkWp202VGXLh OAMTQIVU/yZO9qQFaxvizkesbSk9Vf4KJl7y4Up1ql47fARROYzntstH6orrzUxgXmnQIQsifEaig ly+Dvgf4YcBTt+BaGLMHUE8spXx2z0dLErzkIA+lUxtzQWey45Y28ACo3nHz2Nqr5lMfyMqi4l3RK sXi1gBtA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ptbAs-00H0BB-0W; Mon, 01 May 2023 21:35:10 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1ptbAo-00H09s-27; Mon, 01 May 2023 21:35:07 +0000 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" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230501_143506_714101_AEA1CDCE X-CRM114-Status: UNSURE ( 8.24 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.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