linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
* [ndctl PATCH] ndctl/lib: fix new symbol location in the symbol script
@ 2020-07-23  1:00 Vishal Verma
  0 siblings, 0 replies; only message in thread
From: Vishal Verma @ 2020-07-23  1:00 UTC (permalink / raw)
  To: linux-nvdimm; +Cc: Vishal Verma, Santosh Sivaraj

The commit referenced below added a new symbol in an existing section in
the symbol script, which is incorrect. Move it to the new LIBNDCTL_24
section.

Fixes: 1e840d56f123 ("Skip region filtering if numa_node attribute is not present")
Cc: Santosh Sivaraj <santosh@fossix.org>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 ndctl/lib/libndctl.sym | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ndctl/lib/libndctl.sym b/ndctl/lib/libndctl.sym
index 805c3ca..7ba1dcc 100644
--- a/ndctl/lib/libndctl.sym
+++ b/ndctl/lib/libndctl.sym
@@ -430,10 +430,10 @@ LIBNDCTL_23 {
 	ndctl_region_get_target_node;
 	ndctl_region_get_align;
 	ndctl_region_set_align;
-	ndctl_region_has_numa;
 } LIBNDCTL_22;
 
 LIBNDCTL_24 {
 	ndctl_bus_has_of_node;
 	ndctl_bus_is_papr_scm;
+	ndctl_region_has_numa;
 } LIBNDCTL_23;
-- 
2.26.2
_______________________________________________
Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

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

only message in thread, other threads:[~2020-07-23  1:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23  1:00 [ndctl PATCH] ndctl/lib: fix new symbol location in the symbol script Vishal Verma

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).