Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp284065imp; Thu, 21 Feb 2019 01:11:27 -0800 (PST) X-Google-Smtp-Source: AHgI3IasWA8xEWVNK35qfJ6V8gg/8UaRXJoyoOIces5kanx8ly/v8Q9IAOWaWKgvc5JqRN8Ptvjz X-Received: by 2002:a65:6683:: with SMTP id b3mr33378062pgw.423.1550740287073; Thu, 21 Feb 2019 01:11:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550740287; cv=none; d=google.com; s=arc-20160816; b=n8klSr0BhZ2xc1ami2ybWyOH5Z2IeXRux6Rfh/fU38PrWwOeZ11X3tNpCBM+b14N7C bKQkjEKcauo9272Vh5mNmkov6wlG/hrw4lKpn3Lddy+H3F3jIXum4ZcPU0tt2xPlozJx WxG4QQUTOEWA3cY8UFPY98r43ziXPcKtp8V4bDUB1g6v3qz0NwE7b9xYVOAaiNTdl2zs b39++sL6FmVy4HaJI26csG+FDP5pFkN/owITSsDK7R1sGky8Q12+C19czVQtgQxSKS32 fAJ2BIxpfGdKRIMNpFgXQxGELcaHdRfs4naSpJulch+wN0JQ6r7Afju+2uiV2lxzg01v H7Uw== 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:dkim-signature; bh=T4ik6TZRNsyCXHsZQgpTRzJxBcJq5yRLCutFe8tkRyI=; b=STOl1fA8TQHehRNQaxbRNYYv6Ga1DBe8uAOoSnDhjNEacuDcltM1ktMKdNLaXmg07m lJmFeBLj8shf19dI5ORUasO+VQ8DG95wyw5poD+qt5FZYylFbnFe07l3NOE6794kSb/s pJ54CrIg2BI7pmHDHMGFb/I7MWNkaP2Wc25nDXt43Gz3H9WcWHEAzCz9wXx4HvldXIQ0 Ehgpm2us6c6+6rkoRq1Brri7r05J4IpqtGCSFMSsZDWsyB/NT58NHDuB9nTAd7m8JrtF 8oJiipnw24i5mgvb0KTMAbFihWSyy4kpg3N+0DwBrHVKXkzOlpsgvUMaXUWiZsw3qjvd ekwQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gUtZMWHC; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p66si21169745pfp.144.2019.02.21.01.11.11; Thu, 21 Feb 2019 01:11:27 -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; dkim=pass header.i=@kernel.org header.s=default header.b=gUtZMWHC; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727504AbfBUJK0 (ORCPT + 99 others); Thu, 21 Feb 2019 04:10:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:59876 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727475AbfBUJK0 (ORCPT ); Thu, 21 Feb 2019 04:10:26 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 34CC32086C; Thu, 21 Feb 2019 09:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550740225; bh=Zc/gh5XVtsFlrscEHZAid4fIIgkXtpwjwzxteWVCRis=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gUtZMWHCxaCg01+EOD2xmRqaLCjOXO6snMc1iP5S/6gwLH8mvp5SlZ3ToAxgBtqU0 12ZALVGdjQTcTrZ9NrfVV1OrBK5gHbM7XE+37+0Ox/nL6Mq7jyNXwDthphL680FPWe A+cAitJLZSZFNgXTiscikl6jCJLVsxMUhDWWnSh4= Date: Thu, 21 Feb 2019 10:10:22 +0100 From: Greg KH To: Michal Hocko Cc: Yue Hu , akpm@linux-foundation.org, rientjes@google.com, joe@perches.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, huyue2@yulong.com Subject: Re: [PATCH] mm/cma_debug: Check for null tmp in cma_debugfs_add_one() Message-ID: <20190221091022.GB11118@kroah.com> References: <20190221040130.8940-1-zbestahu@gmail.com> <20190221040130.8940-2-zbestahu@gmail.com> <20190221082309.GG4525@dhcp22.suse.cz> <20190221083624.GD6397@kroah.com> <20190221084525.GI4525@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190221084525.GI4525@dhcp22.suse.cz> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 21, 2019 at 09:45:25AM +0100, Michal Hocko wrote: > On Thu 21-02-19 09:36:24, Greg KH wrote: > > On Thu, Feb 21, 2019 at 09:23:09AM +0100, Michal Hocko wrote: > > > On Thu 21-02-19 12:01:30, Yue Hu wrote: > > > > From: Yue Hu > > > > > > > > If debugfs_create_dir() failed, the following debugfs_create_file() > > > > will be meanless since it depends on non-NULL tmp dentry and it will > > > > only waste CPU resource. > > > > > > The file will be created in the debugfs root. But, more importantly. > > > Greg (CCed now) is working on removing the failure paths because he > > > believes they do not really matter for debugfs and they make code more > > > ugly. More importantly a check for NULL is not correct because you > > > get ERR_PTR after recent changes IIRC. > > > > > > > > > > > Signed-off-by: Yue Hu > > > > --- > > > > mm/cma_debug.c | 2 ++ > > > > 1 file changed, 2 insertions(+) > > > > > > > > diff --git a/mm/cma_debug.c b/mm/cma_debug.c > > > > index 2c2c869..3e9d984 100644 > > > > --- a/mm/cma_debug.c > > > > +++ b/mm/cma_debug.c > > > > @@ -169,6 +169,8 @@ static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) > > > > scnprintf(name, sizeof(name), "cma-%s", cma->name); > > > > > > > > tmp = debugfs_create_dir(name, root_dentry); > > > > + if (!tmp) > > > > + return; > > > > Ick, yes, this patch isn't ok, I've been doing lots of work to rip these > > checks out :) > > Btw. I believe that it would help to clarify this stance in the > kerneldoc otherwise these checks will be returning back because the > general kernel development attitude is to check for errors. As I've said > previously debugfs being different is ugly but decision is yours. Yes, I'll be doing that, thanks for the reminder. greg k-h