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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 DB47EC43381 for ; Sat, 23 Mar 2019 20:06:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A7DDD20811 for ; Sat, 23 Mar 2019 20:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727804AbfCWUG6 (ORCPT ); Sat, 23 Mar 2019 16:06:58 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:27346 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727443AbfCWUG6 (ORCPT ); Sat, 23 Mar 2019 16:06:58 -0400 X-IronPort-AV: E=Sophos;i="5.60,256,1549926000"; d="scan'208";a="300496453" Received: from abo-58-107-68.mrs.modulonet.fr (HELO hadrien) ([85.68.107.58]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Mar 2019 21:06:55 +0100 Date: Sat, 23 Mar 2019 21:06:54 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Markus Elfring cc: Wen Yang , Julia Lawall , 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: <179bbdd1-3fcb-bba5-52b3-7f96973c7650@web.de> Message-ID: References: <1553321671-27749-1-git-send-email-wen.yang99@zte.com.cn> <179bbdd1-3fcb-bba5-52b3-7f96973c7650@web.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-139833865-1553371615=:5660" 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-139833865-1553371615=:5660 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT 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. julia --8323329-139833865-1553371615=:5660--