From mboxrd@z Thu Jan 1 00:00:00 1970 From: mmarek@suse.com (Michal Marek) Date: Thu, 19 May 2016 09:57:34 +0200 Subject: [Cocci] [PATCH] coccicheck: Fix missing 0 index in kill loop In-Reply-To: References: <20160516125558.GA352@www.outflux.net> <573B2B89.7060004@imag.fr> Message-ID: <573D71EE.9000604@suse.com> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr Dne 17.5.2016 v 16:33 Julia Lawall napsal(a): > > > On Tue, 17 May 2016, Nicolas Palix (LIG) wrote: > >> Le 16/05/16 14:55, Kees Cook a ?crit : >>> By default, "seq" counts from 1, but processes were starting counting >>> from 0, so when interrupted, coccicheck would leave the 0th process >>> running. >>> >>> Signed-off-by: Kees Cook >> >> Acked-by: Nicolas Palix > > Acked-by: Julia Lawall 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 S1754019AbcESH5j (ORCPT ); Thu, 19 May 2016 03:57:39 -0400 Received: from mx2.suse.de ([195.135.220.15]:37807 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753936AbcESH5h (ORCPT ); Thu, 19 May 2016 03:57:37 -0400 Subject: Re: [PATCH] coccicheck: Fix missing 0 index in kill loop To: Julia Lawall , "Nicolas Palix (LIG)" References: <20160516125558.GA352@www.outflux.net> <573B2B89.7060004@imag.fr> Cc: Kees Cook , linux-kernel@vger.kernel.org, Gilles Muller , cocci@systeme.lip6.fr From: Michal Marek Message-ID: <573D71EE.9000604@suse.com> Date: Thu, 19 May 2016 09:57:34 +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: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 17.5.2016 v 16:33 Julia Lawall napsal(a): > > > On Tue, 17 May 2016, Nicolas Palix (LIG) wrote: > >> Le 16/05/16 14:55, Kees Cook a écrit : >>> By default, "seq" counts from 1, but processes were starting counting >>> from 0, so when interrupted, coccicheck would leave the 0th process >>> running. >>> >>> Signed-off-by: Kees Cook >> >> Acked-by: Nicolas Palix > > Acked-by: Julia Lawall Applied to kbuild.git#misc. Michal