Re: [PATCH 0/8] nfit, libnvdimm: async address range scrub

2016-03-01 Thread Verma, Vishal L
On Tue, 2016-02-23 at 18:16 -0800, Dan Williams wrote: > Given the capacities of next generation persistent memory devices a > scrub operation to find all poison may take 10s of seconds.  We want > this scrub work to be done asynchronously with the rest of system > initialization, so we move it out

[PATCH 0/8] nfit, libnvdimm: async address range scrub

2016-02-23 Thread Dan Williams
Given the capacities of next generation persistent memory devices a scrub operation to find all poison may take 10s of seconds. We want this scrub work to be done asynchronously with the rest of system initialization, so we move it out of line from the NFIT probing, i.e. acpi_nfit_add(). However,