Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752325AbcJAVEZ (ORCPT ); Sat, 1 Oct 2016 17:04:25 -0400 Received: from mx2.suse.de ([195.135.220.15]:46611 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981AbcJAVEY (ORCPT ); Sat, 1 Oct 2016 17:04:24 -0400 Subject: Re: [PATCH] Coccinelle: pm_runtime: ensure relevance of pm_runtime reports To: Julia Lawall , Nishanth Menon References: <1474532935-22506-1-git-send-email-Julia.Lawall@lip6.fr> Cc: kernel-janitors@vger.kernel.org, Gilles Muller , Nicolas Palix , cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org From: Michal Marek Message-ID: <57F024C7.7050503@suse.com> Date: Sat, 1 Oct 2016 23:04:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1474532935-22506-1-git-send-email-Julia.Lawall@lip6.fr> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 616 Lines: 15 Dne 22.9.2016 v 10:28 Julia Lawall napsal(a): > pm_runtime.cocci starts with one rule that searches for a variety of > functions calls, followed by various rules that report errors. Previously, > the only connection between the first rule and the rest was to check that > the first rule had matched somewhere. Change the rules to propagate a > position from the first rule to the others, to make sure that the sites > reported on are the same as the sites that were identified as having the > relevant functions. > > Signed-off-by: Julia Lawall Applied to kbuild.git#misc. Thanks, Michal