nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* Re: [ndctl PATCH] libndctl.sym: move new interfaces since v59 to a nee section
@ 2018-03-10  0:59 Dan Williams
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2018-03-10  0:59 UTC (permalink / raw)
  To: Vishal Verma; +Cc: linux-nvdimm

On Fri, Mar 9, 2018 at 3:18 PM, Vishal Verma <vishal.l.verma@intel.com> wrote:
> Since we're adding new interfaces, the libndctl 'current' will change to
> '15'. Add a corresponding section in libndctl.sym, and move the new
> symbols to it.
>
> Cc: Dan Williams <dan.j.williams@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
> Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>

s/nee/new/ in the Subject: line, but other than that:

Reviewed-by: Dan Williams <dan.j.williams@intel.com>
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ndctl PATCH] libndctl.sym: move new interfaces since v59 to a nee section
@ 2018-03-09 23:18 Vishal Verma
  0 siblings, 0 replies; 2+ messages in thread
From: Vishal Verma @ 2018-03-09 23:18 UTC (permalink / raw)
  To: linux-nvdimm

Since we're adding new interfaces, the libndctl 'current' will change to
'15'. Add a corresponding section in libndctl.sym, and move the new
symbols to it.

Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 ndctl/lib/libndctl.sym | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ndctl/lib/libndctl.sym b/ndctl/lib/libndctl.sym
index 6de1e0b..2127661 100644
--- a/ndctl/lib/libndctl.sym
+++ b/ndctl/lib/libndctl.sym
@@ -339,11 +339,15 @@ global:
 	ndctl_cmd_fw_info_get_query_interval;
 	ndctl_cmd_fw_info_get_max_query_time;
 	ndctl_cmd_fw_info_get_run_version;
-	ndctl_cmd_fw_info_get_next_version;
 	ndctl_cmd_fw_start_get_context;
 	ndctl_cmd_fw_fquery_get_fw_rev;
 	ndctl_cmd_fw_xlat_firmware_status;
+} LIBNDCTL_13;
+
+LIBNDCTL_15 {
+global:
+	ndctl_cmd_fw_info_get_next_version;
 	ndctl_dimm_cmd_new_ack_shutdown_count;
 	ndctl_region_get_numa_node;
 	ndctl_dimm_fw_update_supported;
-} LIBNDCTL_13;
+} LIBNDCTL_14;
-- 
2.14.3

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-10  0:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-10  0:59 [ndctl PATCH] libndctl.sym: move new interfaces since v59 to a nee section Dan Williams
  -- strict thread matches above, loose matches on Subject: below --
2018-03-09 23:18 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).