Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4083892img; Tue, 26 Mar 2019 02:39:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqyxS2mxXnjXuCA89n9Go+kxakOI+kxauWQIrfCy7+TzxeBA2kq0f6h26LJsdJgBUPh4ygDB X-Received: by 2002:a17:902:7d81:: with SMTP id a1mr22305373plm.202.1553593180270; Tue, 26 Mar 2019 02:39:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553593180; cv=none; d=google.com; s=arc-20160816; b=qs0VTxUQ8K88uw608PSqBI09nNn6eqDOM/DbQmyQlKcRd6UwDxl1emiJl2ExUa1QSy badruah9KvjVjMk530ro1ZU/fRr0Led7QGUCgYyrNXIrgHlVZZSTuQiSw2sd1/jPDAVz O8kVmiHSxvRPtj+Q+sd57mqW9r9J2AVOAjt30kUi2NqLGI/sSe/CGTUe9Qi0xqRyE0xZ CahRZWORvxqB+NB2Z2VzqEe7ZC9BxejxDZnX9kNKqm4L5ArXJcC2CK9bbERpve6w7yvf /6SG5q+jV5N58+YqMSEU+/AVuZsEKdYacf9GSqxCDPSsth2jAmflZm/h94YBQK7v4zX6 3Fpw== 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=+BKDhHOR4g4jVSTvB910/DKKzJ71C2JfOoSVJ9XCD8I=; b=I5l30cfHmdy7jzCyXc2eaWuVFTA5I1OjBCw8ZtwIP2vnaWlpvGQMDiKidqBdtLFqi9 dC6WHLhfHPARB2nsQY0JN0N3uZPnMGUC/L06Eyb4MlRun9Y8XG69oDl/6I9hcZNicn50 pDWAJNeTy23TTpK0zqBFvyShkLYRkDbBsWiMUbnYEEA9b6ql9v+o3WleRLBFyF5ed6Da s/035wXnGiM9Pz1sLzGxguZpDI/UDvPa/NqutQjgFJbLD5RbnmakoXapJs4SSDtxz/7l XmNXTz9upGLzrxnHDbg1WJy/8mCL90PxqcGNhEC8aQy+VgNL4zz260qMOOu38l2j4EyE nvqA== 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 cc9si17277498plb.59.2019.03.26.02.39.25; Tue, 26 Mar 2019 02:39:40 -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 S1731041AbfCZJir (ORCPT + 99 others); Tue, 26 Mar 2019 05:38:47 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:18184 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726285AbfCZJiq (ORCPT ); Tue, 26 Mar 2019 05:38:46 -0400 X-IronPort-AV: E=Sophos;i="5.60,271,1549926000"; d="scan'208";a="300737370" Received: from vaio-julia.rsr.lip6.fr ([132.227.76.33]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2019 10:38:44 +0100 Date: Tue, 26 Mar 2019 10:38:43 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Dan Carpenter cc: Markus Elfring , Wen Yang , Masahiro Yamada , Gilles Muller , Michal Marek , Nicolas Palix , Yi Wang , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, cocci@systeme.lip6.fr Subject: Re: [PATCH] coccinelle: put_device: reduce false positives In-Reply-To: <20190326084512.GC32590@kadam> Message-ID: References: <1553321671-27749-1-git-send-email-wen.yang99@zte.com.cn> <179bbdd1-3fcb-bba5-52b3-7f96973c7650@web.de> <20190326084512.GC32590@kadam> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-422070096-1553593123=:5021" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --8323329-422070096-1553593123=:5021 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT 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. thanks, julia --8323329-422070096-1553593123=:5021--