Re: [PATCH] dax: update PMD fault handler with PMEM API

2015-09-09 Thread Linus Torvalds
On Wed, Sep 9, 2015 at 9:29 AM, Ross Zwisler wrote: > Linus, would you consider applying this to the v4.3 merge tree? Done. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] dax: update PMD fault handler with PMEM API

2015-09-09 Thread Ross Zwisler
As part of the v4.3 merge window the DAX code was updated by Matthew and Kirill to handle PMD pages. Also as part of the v4.3 merge window we updated the DAX code to do proper PMEM flushing: 2765cfbb342c ("dax: update I/O path to do proper PMEM flushing") The additional code added by the DAX PMD