From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bojan Smojver Subject: Re: [linux-pm] Oops while going into hibernate Date: Fri, 14 Jan 2011 08:30:12 +1100 Message-ID: <1294954212.2781.8.camel@shrek.rexursive.com> References: <20110112162655.GA13496@thunk.org> <20110112172646.GB13496@thunk.org> <20110113133612.GD2534@osiris.boeblingen.de.ibm.com> <20110113184626.GA31800@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Heiko Carstens , pm list , "linux-ext4@vger.kernel.org development" , LKML Kernel To: Ted Ts'o Return-path: Received: from beauty.rexursive.com ([150.101.121.179]:42237 "EHLO beauty.rexursive.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830Ab1AMVaP (ORCPT ); Thu, 13 Jan 2011 16:30:15 -0500 In-Reply-To: <20110113184626.GA31800@thunk.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Thu, 2011-01-13 at 13:46 -0500, Ted Ts'o wrote: > I'm still a bit concerned with the call to set the pages' PTE to be > dirty that I found in the hibernate code, but I accept the fact that > removing it doesn't solve the s390 crash. It still seems wrong to me, > and hopefully someone from linux-pm can look at that more closely. If I'm understanding things correctly, this should affect only the situation when compression is not used. Otherwise, pages that are read into by block I/O are decompressed first and copied into different pages. No? -- Bojan