Received: by 2002:a25:5b86:0:0:0:0:0 with SMTP id p128csp534519ybb; Thu, 28 Mar 2019 07:20:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqzctMw6GY0z2LVCycwGcHDI1XOnBDTLd6bn2fJT/oN1LU5Pm0aQ5ppBLsFcIjfY/c6sCTb/ X-Received: by 2002:a63:945:: with SMTP id 66mr7463032pgj.128.1553782855613; Thu, 28 Mar 2019 07:20:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553782855; cv=none; d=google.com; s=arc-20160816; b=hVn+WRStTaYd9pjfSh9NMHmr5dW80CIhaPW6eZL/ev9jDP2igJw/hhHryRdOgXDjce Fl84cJ/TqrTzTWtjaiA+yuRTY2bSovWsnfTZEP9oYo9AUc5SP0oy43K6dAKbgLQcX7CK K4NxB5PXwYT2L2h5D+5q6OSsTH3Mt2d/QgxTxuoR8RxzQHeGI1IQ+I9GqbWX0MyLpxs0 tqK5U47WAkz+bvafRVVB5aG/Xmuyjz8mct0b7NWg56wuIHNTLnh0Zk6yiCMIH39cCjq7 sgVM8ghXYpck7/XSpXERAxMvlm7dl6nMA6rTRE2wkA6HijJUd0V/OpVOiHGhNCJWLYBV YWmw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=QkQqgSnCAnOkfPaJCHzJMkrk75P+lpyzvLewljzYtuk=; b=jV0YYyJetiZXOE+caLKoFMmeO2mY3xP9meQHIaN+Akq8Z3T4xuzgsYLv5dD5vjNpDM jStqc9uCnDiorw6Bzpi0bAgXZzmLoFHGfnuuOoa2mGEKSM97oebK00sAqrP94pANr0cc 3HnU/nYuBfTsnc9p39QTLJPUFJoSaNHxmFMPLH3XxAtcNSR9Gi2Tc2mrgBkDfhs+EAaT D3GQ05l3AIUUXrsIu0G9cRTsA4PncwDqyNlP4RqlxIf6FBAXNplEgmgYUVg0f535SLmZ e5QJyyks0lYkwu/AWNqnR08oruIRePfIgvZhJri+TNQChGLg+EggKcF3Kj3rV2gb7JMR qpkw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w125si3330833pfw.137.2019.03.28.07.20.39; Thu, 28 Mar 2019 07:20:55 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726275AbfC1OUA (ORCPT + 99 others); Thu, 28 Mar 2019 10:20:00 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:43880 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725994AbfC1OT7 (ORCPT ); Thu, 28 Mar 2019 10:19:59 -0400 X-IronPort-AV: E=Sophos;i="5.60,280,1549926000"; d="scan'208";a="376181427" Received: from unknown (HELO hadrien) ([195.167.213.123]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 15:19:56 +0100 Date: Thu, 28 Mar 2019 15:19:56 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Masahiro Yamada cc: Julia Lawall , Dan Carpenter , Markus Elfring , Wen Yang , Gilles Muller , Michal Marek , Nicolas Palix , Yi Wang , kernel-janitors@vger.kernel.org, Linux Kernel Mailing List , cocci@systeme.lip6.fr Subject: Re: [PATCH] coccinelle: put_device: reduce false positives In-Reply-To: Message-ID: References: <1553321671-27749-1-git-send-email-wen.yang99@zte.com.cn> <179bbdd1-3fcb-bba5-52b3-7f96973c7650@web.de> <20190326084512.GC32590@kadam> <20190326101103.GH32613@kadam> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-504337998-1553782797=:2438" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-504337998-1553782797=:2438 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Thu, 28 Mar 2019, Masahiro Yamada wrote: > On Tue, Mar 26, 2019 at 7:16 PM Julia Lawall wrote: > > > > > > > > On Tue, 26 Mar 2019, Dan Carpenter wrote: > > > > > On Tue, Mar 26, 2019 at 10:38:43AM +0100, Julia Lawall wrote: > > > > > > > > > > > > On Tue, 26 Mar 2019, Dan Carpenter wrote: > > > > > > > > > On Sat, Mar 23, 2019 at 09:06:54PM +0100, Julia Lawall wrote: > > > > > > > > > > > > > > > > > > On Sat, 23 Mar 2019, Markus Elfring wrote: > > > > > > > > > > > > > > Don't complain about a return when this function returns "&pdev->dev". > > > > > > > > > > > > > > Would this information qualify to add the tag “Fixes” to the commit message? > > > > > > > > > > > > Fixes tags relate to stable kernels, so that one can see which stable > > > > > > kernels a particular patch should be propagated to. There is no need to > > > > > > propagate patches on semantic patches to stable kernels. People who run > > > > > > stable kernels are interested in their behavior, not the bug finding > > > > > > rules that they contain. > > > > > > > > > > The Fixes tag is not just about stable... For example, we use them for > > > > > statistics to see how quickly bugs get fixed etc. > > > > > > > > OK. But still do we need fixes tags for bug finding rules? Perhaps if > > > > the previous version was really broken, and it would be really undesirable > > > > to use it. > > > > > > It's not worth resending a patch for that, but I probably would use the > > > fixes tag. It depends on your definition of "bug" really... I tell > > > people not to use Fixes for spelling mistakes and unused variables. But > > > I do use the Fixes tag for things like "an off by one in a sanity check > > > which doesn't affect run time because the index is always correct". > > > > OK, thanks. > > > > julia > > I added Fixes: tag, > and applied to linux-kbuild/fixes. Thanks! julia > > Thanks. > > -- > Best Regards > Masahiro Yamada > --8323329-504337998-1553782797=:2438--