Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1545514
| From | Ross Zwisler <ross.zwisler@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Write protect DAX PMDs in *sync path |
| Date | 2016-12-20 23:30 +0100 |
| Message-ID | <sQB50-3eQ-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Currently dax_mapping_entry_mkclean() fails to clean and write protect the pmd_t of a DAX PMD entry during an *sync operation. This can result in data loss, as detailed in patch 2. This series is based on Dan's "libnvdimm-pending" branch, which is the current home for Jan's "dax: Page invalidation fixes" series. You can find a working tree here: https://git.kernel.org/cgit/linux/kernel/git/zwisler/linux.git/log/?h=dax_pmd_clean Ross Zwisler (2): mm: add follow_pte_pmd() dax: wrprotect pmd_t in dax_mapping_entry_mkclean fs/dax.c | 51 ++++++++++++++++++++++++++++++++++++--------------- include/linux/mm.h | 4 ++-- mm/memory.c | 41 ++++++++++++++++++++++++++++++++--------- 3 files changed, 70 insertions(+), 26 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Write protect DAX PMDs in *sync path Ross Zwisler <ross.zwisler@linux.intel.com> - 2016-12-20 23:30 +0100 [PATCH 1/2] mm: add follow_pte_pmd() Ross Zwisler <ross.zwisler@linux.intel.com> - 2016-12-20 23:30 +0100
csiph-web