Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753747AbYKJCpi (ORCPT ); Sun, 9 Nov 2008 21:45:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752538AbYKJCp3 (ORCPT ); Sun, 9 Nov 2008 21:45:29 -0500 Received: from mx2.redhat.com ([66.187.237.31]:37950 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752501AbYKJCp2 (ORCPT ); Sun, 9 Nov 2008 21:45:28 -0500 Message-ID: <49179F8C.4050103@redhat.com> Date: Mon, 10 Nov 2008 10:42:20 +0800 From: Eugene Teo User-Agent: Thunderbird 2.0.0.17 (X11/20081009) MIME-Version: 1.0 To: Greg KH 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) References: <20081107224818.593212310@mini.kroah.org> <20081107231516.GC1108@kroah.com> In-Reply-To: <20081107231516.GC1108@kroah.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 867 Lines: 21 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 Thanks, Eugene -- 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/