All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux/blktap: fixing blktap.
@ 2009-04-28  3:01 Isaku Yamahata
  0 siblings, 0 replies; only message in thread
From: Isaku Yamahata @ 2009-04-28  3:01 UTC (permalink / raw)
  To: xen-devel; +Cc: Isaku Yamahata, jbeulich, xen-ia64-devel


This patch series is for the release 3.4.
It is reported by Kuwamura that blktap has been broken on ia64.
But I think it is broken also on x86.

The change set of 863:464a925d73f1 broken blktap because
guest_user_pages() assumes vma->vm_private_data is arrays
of struct page*.
This patch series fixes it by not keeping vma in struct tap_blkif.
Anyway it isn't allowed to keep the pointer to vma without holding
the semaphore, mmap_sem. So this patch makes it get mm_struct and
use find_vma() to find necessary vma.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-28  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-28  3:01 [PATCH 0/1] linux/blktap: fixing blktap Isaku Yamahata

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.