mbox series

[GIT,PULL] Fileystem-DAX fix for v5.1-rc6

Message ID CAPcyv4g97hof42jNAx__GpZ9ATPLv4J2AFo56nRzH-whCj7vgg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Fileystem-DAX fix for v5.1-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm

Message

Dan Williams April 15, 2019, 7:34 p.m. UTC
Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/fsdax-fix-5.1-rc6

...to receive a single filesystem-dax fix. It has been lingering in
-next for a long while and there are no other fsdax fixes on the
horizon.

---

The following changes since commit e4b3448bc346fedf36db64124a664a959995b085:

  dax: Flush partial PMDs correctly (2019-03-01 17:24:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/fsdax-fix-5.1-rc6

for you to fetch changes up to 11cf9d863dcb583345723b0ed72173348761e9c0:

  fs/dax: Deposit pagetable even when installing zero page (2019-03-13
13:58:46 -0700)

----------------------------------------------------------------
fsdax fix 5.1-rc6

- Avoid a crash scenario with architectures like powerpc that require
  'pgtable_deposit' for the zero page.

----------------------------------------------------------------
Aneesh Kumar K.V (1):
      fs/dax: Deposit pagetable even when installing zero page

 fs/dax.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

pr-tracker-bot@kernel.org April 15, 2019, 10:15 p.m. UTC | #1
The pull request you sent on Mon, 15 Apr 2019 12:34:33 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/fsdax-fix-5.1-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5512320c9f6f2acd7972c05400473c2338325339

Thank you!