diff options
author | Dan Williams <dan.j.williams@intel.com> | 2016-08-19 07:15:04 +0200 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2016-08-23 16:49:42 +0200 |
commit | c14a868a5a14f385059f012e54291de95a538a02 (patch) | |
tree | 8a084782e9a79def7bc9d4a95ea4f6e7fb369cbd /tools/testing/nvdimm/Kbuild | |
parent | acpi, nfit: check for the correct event code in notifications (diff) | |
download | linux-c14a868a5a14f385059f012e54291de95a538a02.tar.xz linux-c14a868a5a14f385059f012e54291de95a538a02.zip |
tools/testing/nvdimm: unit test for acpi_nfit_notify()
We have had a couple bugs in this implementation in the past and before
we add another ->notify() implementation for nvdimm devices, lets allow
this routine to be exercised via nfit_test.
Rewrite acpi_nfit_notify() in terms of a generic struct device and
acpi_handle parameter, and then implement a mock acpi_evaluate_object()
that returns a _FIT payload.
Cc: Vishal Verma <vishal.l.verma@intel.com>
Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'tools/testing/nvdimm/Kbuild')
-rw-r--r-- | tools/testing/nvdimm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/nvdimm/Kbuild b/tools/testing/nvdimm/Kbuild index ad6dd0543019..582db95127ed 100644 --- a/tools/testing/nvdimm/Kbuild +++ b/tools/testing/nvdimm/Kbuild @@ -13,6 +13,7 @@ ldflags-y += --wrap=__release_region ldflags-y += --wrap=devm_memremap_pages ldflags-y += --wrap=insert_resource ldflags-y += --wrap=remove_resource +ldflags-y += --wrap=acpi_evaluate_object DRIVERS := ../../../drivers NVDIMM_SRC := $(DRIVERS)/nvdimm |