Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755479AbYKJSHl (ORCPT ); Mon, 10 Nov 2008 13:07:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755088AbYKJSHV (ORCPT ); Mon, 10 Nov 2008 13:07:21 -0500 Received: from cantor2.suse.de ([195.135.220.15]:56753 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755203AbYKJSHS (ORCPT ); Mon, 10 Nov 2008 13:07:18 -0500 Date: Mon, 10 Nov 2008 10:06:56 -0800 From: Greg KH To: Eugene Teo Cc: linux-kernel@vger.kernel.org, stable@kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, ext4 development , Eric Sandeen , Eugene Teo Subject: Re: [patch 02/23] ext: Avoid printk floods in the face of directory corruption (CVE-2008-3528) Message-ID: <20081110180656.GA9795@suse.de> References: <20081107224818.593212310@mini.kroah.org> <20081107231516.GC1108@kroah.com> <49179F8C.4050103@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49179F8C.4050103@redhat.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1311 Lines: 32 On Mon, Nov 10, 2008 at 10:42:20AM +0800, Eugene Teo wrote: > Greg KH wrote: > > Please change the description of the bug to: > > "A very large directory with many read failures (either due to storage > problems, or due to invalid size & blocks from corruption) will generate > a printk storm as the filesystem continues to try to read all the > blocks. This flood of messages can tie up the box until it is complete - > which may be a very long time, especially for very large corrupted values. > > This is fixed by only reporting the corruption once each time we try to > read the directory." > > http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.27.y.git;a=commitdiff;h=bd39597 Hm, why would I change the description to be different from what the developer asked it to be? It references the specific changeset you point to above already. I'm inclined to stick with the text that the developer asked to be used (especially as this is a combined 3 changesets into one patch). Same thing goes for the 2.6.26-stable patch as well. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/