Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1272693 > unrolled thread

[PATCH 0/2] Allow gmap fault to retry

Started byDominik Dingel <dingel@linux.vnet.ibm.com>
First post2015-11-19 01:00 +0100
Last post2015-11-19 01:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Allow gmap fault to retry  Dominik Dingel <dingel@linux.vnet.ibm.com> - 2015-11-19 01:00 +0100

#1272693 — [PATCH 0/2] Allow gmap fault to retry

FromDominik Dingel <dingel@linux.vnet.ibm.com>
Date2015-11-19 01:00 +0100
Subject[PATCH 0/2] Allow gmap fault to retry
Message-ID<qwkNQ-1An-7@gated-at.bofh.it>
Hello,

during Jasons work with postcopy migration support for s390 a problem regarding
gmap faults was discovered.

The gmap code will call fixup_userfault which will end up always in
handle_mm_fault. Till now we never cared about retries, but as the userfaultfd
code kind of relies on it, this needed some fix. This patchset includes the
retry logic fory gmap fault scenarios, as well as passing back VM_FAULT_RETRY
from fixup_userfault.

Thanks,
    Dominik

Dominik Dingel (2):
  mm: fixup_userfault returns VM_FAULT_RETRY if asked
  s390/mm: allow gmap code to retry on faulting in guest memory

 arch/s390/mm/pgtable.c | 28 ++++++++++++++++++++++++----
 mm/gup.c               |  2 ++
 2 files changed, 26 insertions(+), 4 deletions(-)

-- 
2.3.9

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web