failure notice

2018-05-17 Thread MAILER-DAEMON
Hi. This is the qmail-send program at mail01.weave-sv.jp. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Sorry, no mailbox here by that name. (#5.1.1) ---

RE: [qemu PATCH v2 3/4] nvdimm, acpi: support NFIT platform capabilities

2018-05-17 Thread Elliott, Robert (Persistent Memory)
> -Original Message- > From: Linux-nvdimm [mailto:linux-nvdimm-boun...@lists.01.org] On Behalf Of > Ross Zwisler > Sent: Thursday, May 17, 2018 12:00 AM > Subject: [qemu PATCH v2 3/4] nvdimm, acpi: support NFIT platform > capabilities > > Add a machine command line option to allow the

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Ross Zwisler
On Thu, May 17, 2018 at 12:57:39PM -0700, Matthew Wilcox wrote: > On Thu, May 17, 2018 at 01:29:10PM -0600, Ross Zwisler wrote: > > On Thu, May 17, 2018 at 01:24:00PM -0600, Ross Zwisler wrote: > > > On Thu, May 17, 2018 at 11:37:11AM -0700, Matthew Wilcox wrote: > > > > > > > > I plucked this

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Ross Zwisler
On Thu, May 17, 2018 at 01:03:48PM -0700, Dan Williams wrote: > On Thu, May 17, 2018 at 12:56 PM, Matthew Wilcox wrote: > > On Thu, May 17, 2018 at 12:32:07PM -0700, Dan Williams wrote: > >> On Thu, May 17, 2018 at 11:37 AM, Matthew Wilcox > >> wrote: >

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS

2018-05-17 Thread Dan Williams
In preparation for fixing dax-dma-vs-unmap issues, filesystems need to be able to rely on the fact that they will get wakeups on dev_pagemap page-idle events. Introduce MEMORY_DEVICE_FS_DAX and generic_dax_page_free() as common indicator / infrastructure for dax filesytems to require. With this

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Dan Williams
On Thu, May 17, 2018 at 12:56 PM, Matthew Wilcox wrote: > On Thu, May 17, 2018 at 12:32:07PM -0700, Dan Williams wrote: >> On Thu, May 17, 2018 at 11:37 AM, Matthew Wilcox wrote: >> > >> > I plucked this patch from my XArray work. It seems

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Matthew Wilcox
On Thu, May 17, 2018 at 01:29:10PM -0600, Ross Zwisler wrote: > On Thu, May 17, 2018 at 01:24:00PM -0600, Ross Zwisler wrote: > > On Thu, May 17, 2018 at 11:37:11AM -0700, Matthew Wilcox wrote: > > > > > > I plucked this patch from my XArray work. It seems self-contained enough > > > that it

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Matthew Wilcox
On Thu, May 17, 2018 at 12:32:07PM -0700, Dan Williams wrote: > On Thu, May 17, 2018 at 11:37 AM, Matthew Wilcox wrote: > > > > I plucked this patch from my XArray work. It seems self-contained enough > > that it could go into the DAX tree for merging this cycle. > > > >

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Dan Williams
On Thu, May 17, 2018 at 11:37 AM, Matthew Wilcox wrote: > > I plucked this patch from my XArray work. It seems self-contained enough > that it could go into the DAX tree for merging this cycle. > > From 8cb56f4ba36af38814ca7b8ba030a66384e59a21 Mon Sep 17 00:00:00 2001 >

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Ross Zwisler
On Thu, May 17, 2018 at 01:24:00PM -0600, Ross Zwisler wrote: > On Thu, May 17, 2018 at 11:37:11AM -0700, Matthew Wilcox wrote: > > > > I plucked this patch from my XArray work. It seems self-contained enough > > that it could go into the DAX tree for merging this cycle. > > > > From

Re: [PATCH] dax: Fix use of zero page

2018-05-17 Thread Ross Zwisler
On Thu, May 17, 2018 at 11:37:11AM -0700, Matthew Wilcox wrote: > > I plucked this patch from my XArray work. It seems self-contained enough > that it could go into the DAX tree for merging this cycle. > > From 8cb56f4ba36af38814ca7b8ba030a66384e59a21 Mon Sep 17 00:00:00 2001 > From: Matthew

[PATCH] dax: dax_insert_mapping_entry always succeeds

2018-05-17 Thread Matthew Wilcox
Another bugfix from the XArray work; please queue for merge. >From 4a53cab1968d2a1022f35d00b29519970ef624e9 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Thu, 29 Mar 2018 22:47:50 -0400 Subject: [PATCH] dax: dax_insert_mapping_entry always succeeds It does not

[PATCH] dax: Fix use of zero page

2018-05-17 Thread Matthew Wilcox
I plucked this patch from my XArray work. It seems self-contained enough that it could go into the DAX tree for merging this cycle. >From 8cb56f4ba36af38814ca7b8ba030a66384e59a21 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Thu, 29 Mar 2018 22:41:18 -0400

[ndctl PATCH] ndctl: fix libtool versioning

2018-05-17 Thread Vishal Verma
Commit fdd4f06 ("libndctl, ars: add an API to retrieve clear_err_unit") incremented the libtool versioning 'vurrent', but neglected to increment the 'age', resulting in an soname bump. Fixes: commit fdd4f06 ("libndctl, ars: add an API to retrieve clear_err_unit") Reported-by: Arjan van de Ven

[qemu PATCH v3 3/4] nvdimm, acpi: support NFIT platform capabilities

2018-05-17 Thread Ross Zwisler
Add a machine command line option to allow the user to control the Platform Capabilities Structure in the virtualized NFIT. This Platform Capabilities Structure was added in ACPI 6.2 Errata A. Signed-off-by: Ross Zwisler --- v3: Added brackets around single

Re: Draft NVDIMM proposal

2018-05-17 Thread George Dunlap
On 05/15/2018 07:06 PM, Dan Williams wrote: > On Tue, May 15, 2018 at 7:19 AM, George Dunlap > wrote: >> So, who decides what this SPA range and interleave set is? Can the >> operating system change these interleave sets and mappings, or change >> data from PMEM to