[GIT PULL] dax for 5.3

From: Dan Williams
Date: Thu Jul 18 2019 - 10:37:21 EST


Hi Linus, please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.3

...to receive the fruits of a bug hunt in the fsdax implementation
with Willy and a small feature update for device-dax. These have
appeared in a -next release with no reported issues.

---

The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.3

for you to fetch changes up to 23c84eb7837514e16d79ed6d849b13745e0ce688:

dax: Fix missed wakeup with PMD faults (2019-07-16 19:30:59 -0700)

----------------------------------------------------------------
- Fix a hang condition that started triggering after the Xarray
conversion of fsdax in the v4.20 kernel.

- Add a 'resource' (root-only physical base address) sysfs attribute to
device-dax instances to correlate memory-blocks onlined via the kmem
driver with a given device instance.

----------------------------------------------------------------
Matthew Wilcox (Oracle) (1):
dax: Fix missed wakeup with PMD faults

Vishal Verma (1):
device-dax: Add a 'resource' attribute

drivers/dax/bus.c | 19 +++++++++++++++++++
fs/dax.c | 53 +++++++++++++++++++++++++++++++++--------------------
2 files changed, 52 insertions(+), 20 deletions(-)