Received: by 2002:ac0:8845:0:0:0:0:0 with SMTP id g63csp414092img; Tue, 26 Feb 2019 02:17:15 -0800 (PST) X-Google-Smtp-Source: AHgI3IZdjZ726o5vzx1Bdiy41dObN3Xl1AdBZdrKmeQQvjbtnxzQnk8KKl53lzTyfAzpG+aoTKlo X-Received: by 2002:a65:568b:: with SMTP id v11mr20462077pgs.23.1551176235586; Tue, 26 Feb 2019 02:17:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551176235; cv=none; d=google.com; s=arc-20160816; b=OklLhM8GfHTzoMBjwCqOJmo8lRp9AvP+pVvuGiQii4yjdEBFGEVxkVJoRMzi/hOSSO 4R+fp6f/lNjVuYUdmxTTgWNMGghtFQC4eQ20g29aak1KS2KDidyz5pX7aYXOTwz2K7Wj MnSlClIZEgqv6cOG89vY4MzCpFaB0KX2Wmglq/tXb69Y9ldx55Ef5sdTScOcRp5bjWtj kZeFxYFvWDx4vKdX0QvhpQQLks5x8lvktstynSkgLm/I3amdwdvLMuvAOsZ3yeLm+Oqb Gj6PdbK9Rg2LJYOvi/GubnOVDCymu+AG8NQNoiF0AGt3FBb/JjMvjR67WI0ckHqI77VK tEHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=88Az2t8NZL4pxJtsXU31zfj/nBQ29bulKt69PPIpyKc=; b=Z03/eMc0zqWe94v2ii1Dgo8u29rM3GJ+GFlxxDJOI4wyzPlUUkSGGW6VfuoJzLT6MS xV/3240H8LQdBNYWLG65jRIKTUftmCTkgk498ILN8hPySmR2LGLJTZLGMuUinBZx/28/ WqoKH72nIIZgbG1y4IMXBLb88+9sqrfaeOAt1J0qvgDKS+EAd4u5F16C5hPtNi36LCcH LLromKR0noQT5TFEZbLKFe63HC0RsxVDsE3sWNfmc1j2n0P6UVugrWi8vb1qKyPoc/Rb H7O4FlQ9e6EcmN6GhOipsrezy/dgziGSgLWm8L5t9Bu5dNPnA6WLDNiZUzXclIay211+ mtYQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w21si3629127pga.0.2019.02.26.02.16.59; Tue, 26 Feb 2019 02:17:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726829AbfBZKQj (ORCPT + 99 others); Tue, 26 Feb 2019 05:16:39 -0500 Received: from 8bytes.org ([81.169.241.247]:41380 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725908AbfBZKQj (ORCPT ); Tue, 26 Feb 2019 05:16:39 -0500 Received: by theia.8bytes.org (Postfix, from userid 1000) id 5C6AA41A; Tue, 26 Feb 2019 11:16:37 +0100 (CET) Date: Tue, 26 Feb 2019 11:16:35 +0100 From: Joerg Roedel To: Geert Uytterhoeven Cc: Gary R Hook , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu: Fix IOMMU debugfs fallout Message-ID: <20190226101635.GE20740@8bytes.org> References: <20190220130505.1188-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190220130505.1188-1-geert+renesas@glider.be> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 20, 2019 at 02:05:05PM +0100, Geert Uytterhoeven wrote: > A change made in the final version of IOMMU debugfs support replaced the > public function iommu_debugfs_new_driver_dir() by the public dentry > iommu_debugfs_dir in , but forgot to update both the > implementation in iommu-debugfs.c, and the patch description. > > Fix this by exporting iommu_debugfs_dir, and removing the reference to > and implementation of iommu_debugfs_new_driver_dir(). > > Fixes: bad614b24293ae46 ("iommu: Enable debugfs exposure of IOMMU driver internals") > Signed-off-by: Geert Uytterhoeven > --- > drivers/iommu/iommu-debugfs.c | 23 ++++------------------- > 1 file changed, 4 insertions(+), 19 deletions(-) Applied, thanks.