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 C289DC433F5 for ; Fri, 13 May 2022 10:27:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379428AbiEMK1K (ORCPT ); Fri, 13 May 2022 06:27:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229569AbiEMK1F (ORCPT ); Fri, 13 May 2022 06:27:05 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 236634EF65; Fri, 13 May 2022 03:27:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CB635B82CE2; Fri, 13 May 2022 10:27:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35DFBC34100; Fri, 13 May 2022 10:27:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652437621; bh=pTA4HXvpS8DuEF4nFjoqNWh0DGB6tDjhLzkQfFBwJMU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e9O4imyBJIqCEIV66j0/sr7IDdE3NmIgmOiSNxBHVusss9fc0WI91dN5mE9gwwd+a i98oyMTXx4H6wi9X1dl6N42uUc/cRAZu1s4rImNUDykrYRwuIHEQsik3VTb/oPtiSM pa70tzuwhT0NePaqI+keZqPxfteFyyfad5QZPZtI= Date: Fri, 13 May 2022 12:26:58 +0200 From: Greg KH To: Charan Teja Kalla Cc: christian.koenig@amd.com, sumit.semwal@linaro.org, hridya@google.com, daniel.vetter@ffwll.ch, tjmercier@google.com, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V3] dma-buf: ensure unique directory name for dmabuf stats Message-ID: References: <1652434689-6203-1-git-send-email-quic_charante@quicinc.com> <2a45f1e1-39d5-76b3-8fd3-c1f8b288afac@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a45f1e1-39d5-76b3-8fd3-c1f8b288afac@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Fri, May 13, 2022 at 03:48:23PM +0530, Charan Teja Kalla wrote: > > On 5/13/2022 3:41 PM, Greg KH wrote: > >> Reported-by: kernel test robot > > The trest robot did not say that the dmabuf stat name was being > > duplicated, did it? > > > > It reported a printk warning on V2[1]. Should we remove this on V3? Yes, that's different. > @Christian: Could you please drop this tag while merging? > > [1] https://lore.kernel.org/all/202205110511.E0d8TXXC-lkp@intel.com/ Never ask a maintainer to hand-edit a patch, it increases their workload :( thanks, greg k-h