From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch 1/4] hisax: timeout off by one in waitrecmsg() Date: Wed, 03 Feb 2010 20:17:40 -0800 (PST) Message-ID: <20100203.201740.133181912.davem@davemloft.net> References: <201002022243.o12MhiOo019211@imap1.linux-foundation.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: isdn@linux-pingi.de, netdev@vger.kernel.org, roel.kluin@gmail.com To: akpm@linux-foundation.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:35952 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756807Ab0BDER1 (ORCPT ); Wed, 3 Feb 2010 23:17:27 -0500 In-Reply-To: <201002022243.o12MhiOo019211@imap1.linux-foundation.org> Sender: netdev-owner@vger.kernel.org List-ID: From: akpm@linux-foundation.org Date: Tue, 02 Feb 2010 14:43:44 -0800 > From: Roel Kluin > > With `while (timeout++ < maxdelay)' timeout reaches maxdelay + 1 after the > loop This is probably unlikely a problem in practice. > > Signed-off-by: Roel Kluin > Cc: Karsten Keil > Signed-off-by: Andrew Morton Applied.