nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] dax, dm: stop requiring dax for device-mapper
@ 2017-09-22 16:25 Dan Williams
  2017-09-22 16:25 ` [PATCH v5 1/2] dax: introduce CONFIG_DAX_DRIVER Dan Williams
  2017-09-22 16:25 ` [PATCH v5 2/2] dm: allow device-mapper to operate without dax support Dan Williams
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Williams @ 2017-09-22 16:25 UTC (permalink / raw)
  To: snitzer
  Cc: kbuild test robot, linux-nvdimm, Michael Ellerman,
	Heiko Carstens, linux-kernel, Bart Van Assche, dm-devel,
	Paul Mackerras, Gerald Schaefer, Benjamin Herrenschmidt,
	Martin Schwidefsky, Alasdair Kergon


Changes since v4:
* redo a botched send of v3
* rebase on 4.14-rc1
* rewrite the changelog of patch2 to drop broken references to the
  "built-in portion of device-mapper" (Mike)

---

Bart points out that the DAX core is unconditionally enabled if
device-mapper is enabled. Add some config machinery and stub routines to
allow device-mapper to build and run with CONFIG_DAX=n.

---

Dan Williams (2):
      dax: introduce CONFIG_DAX_DRIVER
      dm: allow device-mapper to operate without dax support


 arch/powerpc/platforms/Kconfig |    1 +
 drivers/block/Kconfig          |    1 +
 drivers/dax/Kconfig            |    4 +++-
 drivers/md/Kconfig             |    2 +-
 drivers/md/dm-linear.c         |    6 ++++++
 drivers/md/dm-stripe.c         |    6 ++++++
 drivers/md/dm.c                |   10 ++++++----
 drivers/nvdimm/Kconfig         |    1 +
 drivers/s390/block/Kconfig     |    1 +
 include/linux/dax.h            |   30 ++++++++++++++++++++++++------
 10 files changed, 50 insertions(+), 12 deletions(-)
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-29 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-22 16:25 [PATCH v5 0/2] dax, dm: stop requiring dax for device-mapper Dan Williams
2017-09-22 16:25 ` [PATCH v5 1/2] dax: introduce CONFIG_DAX_DRIVER Dan Williams
2017-09-29  6:11   ` Michael Ellerman
2017-09-29 14:47     ` Dan Williams
2017-09-22 16:25 ` [PATCH v5 2/2] dm: allow device-mapper to operate without dax support Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).