From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964847AbWEBOkg (ORCPT ); Tue, 2 May 2006 10:40:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964850AbWEBOkg (ORCPT ); Tue, 2 May 2006 10:40:36 -0400 Received: from stinky.trash.net ([213.144.137.162]:7324 "EHLO stinky.trash.net") by vger.kernel.org with ESMTP id S964847AbWEBOkf (ORCPT ); Tue, 2 May 2006 10:40:35 -0400 Message-ID: <44576F61.3030603@trash.net> Date: Tue, 02 May 2006 16:40:33 +0200 From: Patrick McHardy User-Agent: Debian Thunderbird 1.0.7 (X11/20051019) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ingo Molnar CC: linux-kernel@vger.kernel.org, Andrew Morton , coreteam@netfilter.org, "David S. Miller" , Herbert Xu Subject: Re: [netfilter-core] Re: [lockup] 2.6.17-rc3: netfilter/sctp: lockup in sctp_new(), do_basic_checks() References: <20060502113454.GA28601@elte.hu> <20060502134053.GA30917@elte.hu> <4457648C.6020100@trash.net> <20060502140102.GA31743@elte.hu> <4457654A.9040200@trash.net> <20060502141621.GA32284@elte.hu> <44576CD5.60603@trash.net> <20060502143814.GA3789@elte.hu> <20060502144200.GA4233@elte.hu> In-Reply-To: <20060502144200.GA4233@elte.hu> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > * Ingo Molnar wrote: > > >>>How about this patch (based on your patch, but typos fixed and also >>>covers nf_conntrack)? >> >>sure, fine with me! > > > find updated patch below - quilt complained about 3 cases of > whitespace-at-end-of-line. (btw., this file at quite a distance from > proper Documentation/CodingStyle.) My scripts take care of whitespace when exporting patches for pushing upstream. And yes, it really could use some cleanup - unfortunately its not even the worst one of the netfilter files.