public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Andi Kleen <ak@suse.de>
Cc: discuss@x86-64.org, Pavel Machek <pavel@ucw.cz>,
	Andrew Morton <akpm@osdl.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"Siddha, Suresh B" <suresh.b.siddha@intel.com>
Subject: Re: [discuss] Re: [PATCH][Fix][Resend] Fix Bug #4959: Page tables corrupted during resume on x86-64 (take 3)
Date: Thu, 29 Sep 2005 00:11:40 +0200	[thread overview]
Message-ID: <200509290011.41335.rjw@sisk.pl> (raw)
In-Reply-To: <200509282233.54446.ak@suse.de>

Hi,

On Wednesday, 28 of September 2005 22:33, Andi Kleen wrote:
> On Wednesday 28 September 2005 22:24, Rafael J. Wysocki wrote:
> > Hi,
> >
> > On Wednesday, 28 of September 2005 21:18, Andi Kleen wrote:
> > > On Wednesday 28 September 2005 16:24, Rafael J. Wysocki wrote:
> > > > Hi,
> > > >
> > > > The following patch fixes Bug #4959.  For this purpose it creates
> > > > temporary page translation tables including the kernel mapping (reused)
> > > > and the direct mapping (created from scratch) and makes swsusp switch
> > > > to these tables right before the image is restored.
> > > >
> > > > The code that generates the direct mapping is based on the code in
> > > > arch/x86_64/mm/init.c.
> > >
> > > Looks much better than before, but is there any reason you cannot
> > > share the code with the mm/init.c code?
> >
> > I think so.  I have to make the temporary page tables nosavedata or set
> > PG_nosave on them, so that swsusp doesn't overwrite them.  I'm not
> > sure if I could do this cleanly if I used the code from mm/init.c directly.
> 
> Just pass a flag for that.

Well, the code in mm/init.c is only executed really early, before zones
are initialized, and it uses alloc_low_page() to map memory.  Thus it seems
I only could make my code be executed next to init_memory_mapping(),
in which case I wouldn't be able to use page flags.  Apparently I'm missing
something but now I'm too tired to think efficiently.

> > > Also Suresh S. has a patch out to turn the initial page tables
> > > into initdata. It'll probably conflict with that. Needs to be coordinated
> > > with him.
> >
> > Do you mean the patch at:
> > http://www.x86-64.org/lists/discuss/msg07297.html ?
> > Unfortunately it interferes with the current swsusp code, which uses
> > init_level4_pgt anyway.
> >
> > Could we please treat my patch as a (very much needed) urgent bugfix
> > and make the whole swsusp code in line with the Suresh's patch later on?
> >
> > Suresh, could you please say what you think of it?
> 
> Suresh's patch is a urgent bug fix too. I suggest you two figure out how
> to merge them.

Fine with me.

Greetings,
Rafael

  reply	other threads:[~2005-09-28 22:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-28 14:24 [PATCH][Fix][Resend] Fix Bug #4959: Page tables corrupted during resume on x86-64 (take 3) Rafael J. Wysocki
2005-09-28 19:18 ` Andi Kleen
2005-09-28 20:24   ` Rafael J. Wysocki
2005-09-28 20:33     ` [discuss] " Andi Kleen
2005-09-28 22:11       ` Rafael J. Wysocki [this message]
2005-09-28 22:35         ` Pavel Machek
2005-09-29 11:25           ` Rafael J. Wysocki
2005-09-29  0:00     ` Siddha, Suresh B
2005-09-29 10:58       ` Rafael J. Wysocki
2005-09-29 22:01       ` Rafael J. Wysocki
2005-09-29 22:29         ` Siddha, Suresh B
2005-09-29 23:04           ` Rafael J. Wysocki
2005-09-29 23:59             ` Siddha, Suresh B
2005-09-30  5:26               ` Rafael J. Wysocki
2005-09-30  6:51                 ` [discuss] " Rafael J. Wysocki
2005-10-01  1:25                   ` Siddha, Suresh B
2005-10-01  7:47                     ` Rafael J. Wysocki
2005-10-01 10:03                       ` Rafael J. Wysocki
2005-10-02  1:08                         ` Siddha, Suresh B
2005-10-02  9:54                           ` Rafael J. Wysocki
2005-09-29 20:02 ` Andrew Morton
2005-09-29 21:35   ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200509290011.41335.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=discuss@x86-64.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=suresh.b.siddha@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox