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 26AAACFA46B for ; Sun, 23 Nov 2025 09:29:29 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dHTQhH2Ab2LSEOrh4ufzsq76d1ANSJMLO0xKlWKUO30=; b=Cn0wnCuCZPOVTU4rIMWSpM3VRD ARgUsYLFCaMZLFihmKTLbQG+V0YzuI0/UIDWwwqHtP12Ch7/pakJpC37U9YftBTudcP1JdG08c7t1 AIF/56mEBshPdKY+Mp/l87/L8pJfb0gunKWM5tpE84rRJ5x8FZwLnX4U7YS9VKDVR2NDY85ulzyJW H+ysspFw/1svI7wHoi8t75NAbcSjh1WtATgVp2S8LWdIm0yIR5tpqonrDytb+gnn9s94VM2vBf1rZ ajFIDXixCtEQBmJ1KECmz1dpdvEqRwN2GAwr6Nq9uGj9xgn8eCC68a8+j6S6ht/7ANcfJfRNFZIzN eCcY4yCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vN6PO-0000000AIy7-2p84; Sun, 23 Nov 2025 09:29:26 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vN6PN-0000000AIxZ-2fHK; Sun, 23 Nov 2025 09:29:25 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id C597860154; Sun, 23 Nov 2025 09:29:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0853C113D0; Sun, 23 Nov 2025 09:29:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763890164; bh=2I+PL6KFXMf1ExzwcEo6rxHgBhtJ6ZnSKe1DUCdju6U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f7jifpVGDAqPpKDkZuO/QsfToNbQDpJa2kAFJZk4yAylfgk/MeL1ezsABScoWiTZO Ku+OXoOcjccsTnJNVU1zQf9yPlmKH06vJWutPJzn1yH3BptuD9feIUO/MnErEuPISq r5y6WFdsKU3khR65MZEj5AZhn/N47JUrWgdbQB0EVoDMyAI+E3GaUQJBay4euzi31x O2AVOrQYiTC2cLaDfjgimQSwJ6eL1aMJuZUtR1ois0Q7WcCFXdl75NooHFy9CX/xz8 XRwqfzPfl99hPRywUKEZspXnVUBxauU8sJxNXjtiaWVG6jVwA0A0i8bA5DudifPBwP 92yJNUREfDQWA== Date: Sun, 23 Nov 2025 11:29:20 +0200 From: Leon Romanovsky To: Jason Gunthorpe Cc: AngeloGioacchino Del Regno , Christian Benvenuti , Heiko Stuebner , iommu@lists.linux.dev, Jernej Skrabec , Joerg Roedel , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-rdma@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-sunxi@lists.linux.dev, Matthias Brugger , Nelson Escobar , Rob Clark , Robin Murphy , Samuel Holland , Suravee Suthikulpanit , Chen-Yu Tsai , Will Deacon , Yong Wu , Lu Baolu , Kevin Tian , patches@lists.linux.dev, Vasant Hegde Subject: Re: [PATCH v3 1/3] RDMA/usnic: Remove iommu_set_fault_handler() Message-ID: <20251123092920.GB16619@unreal> References: <0-v3-e5d08e2d551e+109-iommu_set_fault_jgg@nvidia.com> <1-v3-e5d08e2d551e+109-iommu_set_fault_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1-v3-e5d08e2d551e+109-iommu_set_fault_jgg@nvidia.com> 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 On Thu, Nov 20, 2025 at 03:46:22PM -0400, Jason Gunthorpe wrote: > The handler in usnic just prints a fault report message, the iommu drivers > all do a better job of that these days. Just remove the use of this old > API. > > Reviewed-by: Lu Baolu > Reviewed-by: Kevin Tian > Acked-by: Jason Gunthorpe > Signed-off-by: Jason Gunthorpe > --- > drivers/infiniband/hw/usnic/usnic_uiom.c | 13 ------------- > 1 file changed, 13 deletions(-) > I imagine that you want to merge this patch through iommu tree. Thanks, Reviewed-by: Leon Romanovsky