Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1636822 > unrolled thread
| Started by | Mike Galbraith <efault@gmx.de> |
|---|---|
| First post | 2017-05-06 06:20 +0200 |
| Last post | 2017-05-08 21:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[patch] device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX Mike Galbraith <efault@gmx.de> - 2017-05-06 06:20 +0200
Re: [patch] device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX Dan Williams <dan.j.williams@intel.com> - 2017-05-08 21:50 +0200
| From | Mike Galbraith <efault@gmx.de> |
|---|---|
| Date | 2017-05-06 06:20 +0200 |
| Subject | [patch] device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX |
| Message-ID | <tDZmh-3a2-1@gated-at.bofh.it> |
ERROR: "devm_create_dev_dax" [drivers/dax/dax_pmem.ko] undefined! ERROR: "alloc_dax_region" [drivers/dax/dax_pmem.ko] undefined! ERROR: "dax_region_put" [drivers/dax/dax_pmem.ko] undefined! Signed-off-by: Mike Galbraith <efault@gmx.de> --- drivers/dax/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/dax/Kconfig +++ b/drivers/dax/Kconfig @@ -19,7 +19,7 @@ config DEV_DAX config DEV_DAX_PMEM tristate "PMEM DAX: direct access to persistent memory" - depends on LIBNVDIMM && NVDIMM_DAX + depends on LIBNVDIMM && NVDIMM_DAX && DEV_DAX default DEV_DAX help Support raw access to persistent memory. Note that this
[toc] | [next] | [standalone]
| From | Dan Williams <dan.j.williams@intel.com> |
|---|---|
| Date | 2017-05-08 21:50 +0200 |
| Message-ID | <tEWPo-8b6-9@gated-at.bofh.it> |
| In reply to | #1636822 |
On Fri, May 5, 2017 at 9:14 PM, Mike Galbraith <efault@gmx.de> wrote: > > ERROR: "devm_create_dev_dax" [drivers/dax/dax_pmem.ko] undefined! > ERROR: "alloc_dax_region" [drivers/dax/dax_pmem.ko] undefined! > ERROR: "dax_region_put" [drivers/dax/dax_pmem.ko] undefined! > > Signed-off-by: Mike Galbraith <efault@gmx.de> Thanks, applied.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web