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 X-Spam-Level: X-Spam-Status: No, score=-13.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA989C433B4 for ; Wed, 19 May 2021 08:31:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5C2EC60FE8 for ; Wed, 19 May 2021 08:31:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C2EC60FE8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 84F566ECE5; Wed, 19 May 2021 08:31:22 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 465B06ECE0; Wed, 19 May 2021 08:31:21 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 9D4EB60240; Wed, 19 May 2021 08:31:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621413081; bh=yw/1bpuAjUVekN1AeJ4Eg9GKHPYM862Mdg+01rpYcrU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QkmjymG5ux3+REdQiuHWYql5pxdbYiGdbyFau5taVYbbXdPg6apJbXRDOpoMDJPXE Jh81O7HSqVltNMSTtHfGKBAcQFvmfj5LbQtdaQIb4OBqPiLSfhrcjoZsBBwihd/krU bBUuocm5YMOTzHAvTN5jBDZuAHgmejsOefR0InPk= Date: Wed, 19 May 2021 10:31:18 +0200 From: Greg Kroah-Hartman To: Zhenyu Wang Message-ID: References: <20210518161705.3697143-1-gregkh@linuxfoundation.org> <20210519080313.GH4589@zhen-hp.sh.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210519080313.GH4589@zhen-hp.sh.intel.com> Subject: Re: [Intel-gfx] [PATCH] drm/i915/gvt: remove local storage of debugfs file X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, May 19, 2021 at 04:03:13PM +0800, Zhenyu Wang wrote: > On 2021.05.18 18:28:53 +0200, Greg Kroah-Hartman wrote: > > On Tue, May 18, 2021 at 06:17:05PM +0200, Greg Kroah-Hartman wrote: > > > There is no need to keep the dentry around for the debugfs kvmgt cache > > > file, as we can just look it up when we want to remove it later on. > > > Simplify the structure by removing the dentry and relying on debugfs > > > to find the dentry to remove when we want to. > > > > > > By doing this change, we remove the last in-kernel user that was storing > > > the result of debugfs_create_long(), so that api can be cleaned up. > > > > > > Cc: Zhenyu Wang > > > Cc: Zhi Wang > > > Cc: Jani Nikula > > > Cc: Joonas Lahtinen > > > Cc: Rodrigo Vivi > > > Cc: David Airlie > > > Cc: Daniel Vetter > > > Cc: intel-gvt-dev@lists.freedesktop.org > > > Cc: intel-gfx@lists.freedesktop.org > > > Cc: dri-devel@lists.freedesktop.org > > > Signed-off-by: Greg Kroah-Hartman > > > --- > > > drivers/gpu/drm/i915/gvt/kvmgt.c | 11 +++++------ > > > 1 file changed, 5 insertions(+), 6 deletions(-) > > > > Note, I can take this through my debugfs tree if wanted, that way I can > > clean up the debugfs_create_long() api at the same time. Otherwise it's > > fine, I can wait until next -rc1 for that to happen. > > > > It's fine with me to go through debugfs tree. Just double check that recent > kvmgt change would not cause conflict with this as well. How can I check that? I'll be glad to take this through my tree, we can handle the merge issues later for 5.14-rc1 :) thanks, greg k-h _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx