All of lore.kernel.org
 help / color / mirror / Atom feed
* [ndctl PATCH] ndctl/test: add dax_pmem* modules to the test-core
@ 2019-03-19  1:06 Vishal Verma
  0 siblings, 0 replies; only message in thread
From: Vishal Verma @ 2019-03-19  1:06 UTC (permalink / raw)
  To: linux-nvdimm

Add a check for the nfit_test overridden modules for dax_pmem,
dax_pmem_core, and dax_pmem_compat to the test core to ensure that the
regular production versions aren't the ones being used.

Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 test/core.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/core.c b/test/core.c
index 4b36b2d..b9e3bbf 100644
--- a/test/core.c
+++ b/test/core.c
@@ -129,6 +129,8 @@ int nfit_test_init(struct kmod_ctx **ctx, struct kmod_module **mod,
 		"nfit",
 		"device_dax",
 		"dax_pmem",
+		"dax_pmem_core",
+		"dax_pmem_compat",
 		"libnvdimm",
 		"nd_blk",
 		"nd_btt",
-- 
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-19  1:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19  1:06 [ndctl PATCH] ndctl/test: add dax_pmem* modules to the test-core 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.