From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754646Ab0FGGcv (ORCPT ); Mon, 7 Jun 2010 02:32:51 -0400 Received: from smtp-out-195.synserver.de ([212.40.180.195]:1052 "HELO smtp-out-195.synserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753876Ab0FGGct (ORCPT ); Mon, 7 Jun 2010 02:32:49 -0400 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: markus@trippelsdorf.de X-SynServer-PPID: 9281 Date: Mon, 7 Jun 2010 08:32:46 +0200 From: Markus Trippelsdorf To: Linus Torvalds Cc: Theodore Tso , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: 2.6.35-rc2 regression Message-ID: <20100607063246.GA1829@arch.tripp.de> References: <20100606081601.GA1807@arch.tripp.de> <20100606115947.GA1783@arch.tripp.de> <20100606172339.GA1778@arch.tripp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 06, 2010 at 08:38:17PM -0700, Linus Torvalds wrote: > > > On Sun, 6 Jun 2010, Markus Trippelsdorf wrote: > > > On Sun, Jun 06, 2010 at 01:59:47PM +0200, Markus Trippelsdorf wrote: > > > On Sun, Jun 06, 2010 at 07:45:48AM -0400, Theodore Tso wrote: > > > > > > > > On Jun 6, 2010, at 4:16 AM, Markus Trippelsdorf wrote: > > > > > > > > > Commit 1f5a81e41f8b1a782c68d3843e9ec1bfaadf7d72 > > > > > "ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files" > > > > > causes the following kernel BUG on my machine (x86_64): > > > > > > > > > > BUG: Bad page map in process mpd pte:720072000000000 pmd:11d2f7067 > > This is the same "VGA pattern": 07200720 is two spaces. > > It causes lots of trouble, too bad it made it into -rc2. It has nothing to > do with ext4. > > And I bet it gets fix by the same vt.c patch that apparently fixed some > KMS issues. Look on lkml for a "poison overwritten" subject line. > > Or just revert 962400e8fd29981a7b166e463dd143b6ac6a3e76. Yes, I applied the patch early this morning and had no issues thus far. -- Markus