From mboxrd@z Thu Jan 1 00:00:00 1970 From: mmarek@suse.com (Michal Marek) Date: Mon, 20 Jun 2016 17:20:48 +0200 Subject: [Cocci] [PATCH v3] Coccinelle: noderef: Add new rules and correct the old rule In-Reply-To: References: <1464063557-5176-1-git-send-email-vaishali.thakkar@oracle.com> Message-ID: <576809D0.1010707@suse.com> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On 2016-05-24 10:39, Julia Lawall wrote: > Acked-by: Julia Lawall > > On Tue, 24 May 2016, Vaishali Thakkar wrote: > >> Add new rules to detect the cases where sizeof is used in >> function calls as a argument. >> >> Also, for the patch mode third rule should behave same as >> second rule with arguments reversed. So, change that as well. >> >> Signed-off-by: Vaishali Thakkar Applied to kbuild.git#misc. Michal From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754600AbcFTPfO (ORCPT ); Mon, 20 Jun 2016 11:35:14 -0400 Received: from mx2.suse.de ([195.135.220.15]:51603 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754545AbcFTPfD (ORCPT ); Mon, 20 Jun 2016 11:35:03 -0400 Subject: Re: [PATCH v3] Coccinelle: noderef: Add new rules and correct the old rule To: Julia Lawall , Vaishali Thakkar References: <1464063557-5176-1-git-send-email-vaishali.thakkar@oracle.com> Cc: Gilles Muller , nicolas.palix@imag.fr, cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org From: Michal Marek Message-ID: <576809D0.1010707@suse.com> Date: Mon, 20 Jun 2016 17:20:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-05-24 10:39, Julia Lawall wrote: > Acked-by: Julia Lawall > > On Tue, 24 May 2016, Vaishali Thakkar wrote: > >> Add new rules to detect the cases where sizeof is used in >> function calls as a argument. >> >> Also, for the patch mode third rule should behave same as >> second rule with arguments reversed. So, change that as well. >> >> Signed-off-by: Vaishali Thakkar Applied to kbuild.git#misc. Michal