From: Eugene Teo Subject: Re: [patch 02/16] ext: Avoid printk floods in the face of directory corruption (CVE-2008-3528) Date: Mon, 10 Nov 2008 10:57:35 +0800 Message-ID: <4917A31F.6060903@redhat.com> References: <20081107231848.995297975@mini.kroah.org> <20081107232601.GC4282@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 To: Greg KH Return-path: Received: from mx2.redhat.com ([66.187.237.31]:44463 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752501AbYKJDAa (ORCPT ); Sun, 9 Nov 2008 22:00:30 -0500 In-Reply-To: <20081107232601.GC4282@kroah.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: Likewise, please change the description 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." Thanks, Eugene