All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xen: Fix oops when mapping/unmapping addr above 1Gb
@ 2008-03-28 16:38 ` Mark McLoughlin
  0 siblings, 0 replies; 19+ messages in thread
From: Mark McLoughlin @ 2008-03-28 16:38 UTC (permalink / raw)
  To: jeremy; +Cc: linux-kernel, mingo, xen-devel


Hi,
        In Fedora rawhide we're currently seeing oopses whenever
a processes dlopen()s a library which prelink() has previously
relocated above 1Gb. Some more details at:

  https://bugzilla.redhat.com/436453

        The issue seems to be that during xen_pgd_pin(), we only
pin PTE pages, but xen's release_pmd() tries to unpin PMD pages
too.

        The following series of patches is against the latest
x86 tree.

Cheers,
Mark.


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2008-04-02 14:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 16:38 [PATCH 0/3] xen: Fix oops when mapping/unmapping addr above 1Gb Mark McLoughlin
2008-03-28 16:38 ` Mark McLoughlin
2008-03-28 16:38 ` [PATCH 1/3] xen: Refactor xen_{alloc,release}_{pte,pmd}() Mark McLoughlin
2008-03-28 16:38   ` [PATCH 1/3] xen: Refactor xen_{alloc, release}_{pte, pmd}() Mark McLoughlin
2008-03-28 16:38   ` [PATCH 2/3] xen: Do not pin/unpin PMD pages Mark McLoughlin
2008-03-28 16:38     ` Mark McLoughlin
2008-03-28 16:38     ` [PATCH 3/3] xen: Clear PG_pinned in release_{pte,pmd}() Mark McLoughlin
2008-03-28 16:38       ` [PATCH 3/3] xen: Clear PG_pinned in release_{pte, pmd}() Mark McLoughlin
2008-03-28 18:02 ` [PATCH 0/3] xen: Fix oops when mapping/unmapping addr above 1Gb Jeremy Fitzhardinge
2008-03-28 18:02   ` Jeremy Fitzhardinge
2008-03-31 13:14 ` Ingo Molnar
2008-03-31 14:55   ` Jeremy Fitzhardinge
2008-04-02 14:35     ` Mark McLoughlin
2008-04-02 14:35       ` Mark McLoughlin
2008-04-02 14:36       ` [PATCH 1/3] xen: Refactor xen_{alloc,release}_{pt,pd}() Mark McLoughlin
2008-04-02 14:36         ` [PATCH 1/3] xen: Refactor xen_{alloc, release}_{pt, pd}() Mark McLoughlin
2008-04-02 14:36         ` [PATCH 2/3] xen: Do not pin/unpin PMD pages Mark McLoughlin
2008-04-02 14:36           ` Mark McLoughlin
2008-04-02 14:36           ` [PATCH 3/3] xen: Clear PG_pinned in release_{pt,pd}() Mark McLoughlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.