From mboxrd@z Thu Jan 1 00:00:00 1970 From: mmarek@suse.com (Michal Marek) Date: Mon, 26 Oct 2015 20:55:32 +0100 Subject: [Cocci] [PATCH] coccinelle: tests: improve odd_ptr_err.cocci In-Reply-To: <1440965894-12356-1-git-send-email-Julia.Lawall@lip6.fr> References: <1440965894-12356-1-git-send-email-Julia.Lawall@lip6.fr> Message-ID: <562E8534.4090907@suse.com> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr Dne 30.8.2015 v 22:18 Julia Lawall napsal(a): > The original version only considered the case where the then branch > contains only one call to PTR_ERR. Reimplement the whole thing to allow > multiple calls, with potentially different arguments. > > Signed-off-by: Julia Lawall Applied to kbuild.git#misc, thanks. Michal From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Date: Mon, 26 Oct 2015 19:55:32 +0000 Subject: Re: [PATCH] coccinelle: tests: improve odd_ptr_err.cocci Message-Id: <562E8534.4090907@suse.com> List-Id: References: <1440965894-12356-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1440965894-12356-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cocci@systeme.lip6.fr Dne 30.8.2015 v 22:18 Julia Lawall napsal(a): > The original version only considered the case where the then branch > contains only one call to PTR_ERR. Reimplement the whole thing to allow > multiple calls, with potentially different arguments. > > Signed-off-by: Julia Lawall Applied to kbuild.git#misc, thanks. 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 S1751923AbbJZTzg (ORCPT ); Mon, 26 Oct 2015 15:55:36 -0400 Received: from mx2.suse.de ([195.135.220.15]:41246 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281AbbJZTze (ORCPT ); Mon, 26 Oct 2015 15:55:34 -0400 Subject: Re: [PATCH] coccinelle: tests: improve odd_ptr_err.cocci To: Julia Lawall References: <1440965894-12356-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: <562E8534.4090907@suse.com> Date: Mon, 26 Oct 2015 20:55:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1440965894-12356-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 Dne 30.8.2015 v 22:18 Julia Lawall napsal(a): > The original version only considered the case where the then branch > contains only one call to PTR_ERR. Reimplement the whole thing to allow > multiple calls, with potentially different arguments. > > Signed-off-by: Julia Lawall Applied to kbuild.git#misc, thanks. Michal