All of lore.kernel.org
 help / color / mirror / Atom feed
* [ndctl PATCH] ndctl: update README for depmod overrides, ship a sample config
@ 2019-03-18 22:54 Vishal Verma
  0 siblings, 0 replies; only message in thread
From: Vishal Verma @ 2019-03-18 22:54 UTC (permalink / raw)
  To: linux-nvdimm

With the dax-bus reworks, the new dax_pmem module requires a depmod
override. Add it to README.md

To simplify depmod config updates, ship a sample config in contrib
(doesn't get installed by default), to make for easier updates.

Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 README.md                     |  2 ++
 contrib/nfit_test_depmod.conf | 11 +++++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 contrib/nfit_test_depmod.conf

diff --git a/README.md b/README.md
index b4cf673..7c420d5 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,8 @@ to /etc/depmod.d with the following contents:
 override nfit * extra
 override device_dax * extra
 override dax_pmem * extra
+override dax_pmem_core * extra
+override dax_pmem_compat * extra
 override libnvdimm * extra
 override nd_blk * extra
 override nd_btt * extra
diff --git a/contrib/nfit_test_depmod.conf b/contrib/nfit_test_depmod.conf
new file mode 100644
index 0000000..9f8498e
--- /dev/null
+++ b/contrib/nfit_test_depmod.conf
@@ -0,0 +1,11 @@
+# For nfit_test module overriding - copy to /etc/depmod.d or so
+override nfit * extra
+override device_dax * extra
+override dax_pmem * extra
+override dax_pmem_core * extra
+override dax_pmem_compat * extra
+override libnvdimm * extra
+override nd_blk * extra
+override nd_btt * extra
+override nd_e820 * extra
+override nd_pmem * extra
-- 
2.20.1

_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-18 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 22:54 [ndctl PATCH] ndctl: update README for depmod overrides, ship a sample config Vishal Verma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.