Skip to content

Commit

Permalink
ndctl: release v52
Browse files Browse the repository at this point in the history
This release incorporates the capabilities of the 4.6 kernel (most
prominently 'clear poison' support), and adds the below features and
fixes:

New apis:
    ndctl_invalidate
    ndctl_cmd_ars_cap_get_range
    ndctl_bus_cmd_new_clear_error
    ndctl_cmd_clear_error_get_cleared
    ndctl_namespace_get_resource
    ndctl_pfn_get_size
    ndctl_pfn_get_resource

Api fixes:
    ndctl_bus_cmd_new_ars_status - output buffer sizing fix
    ndctl_bus_cmd_new_ars_status - input validation
    ndctl_cmd_ars_in_progress - invalidate state after checking

Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
djbw committed Mar 29, 2016
1 parent f6ae970 commit 21cc754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ SED_PROCESS = \
%.pc: %.pc.in Makefile
$(SED_PROCESS)

LIBNDCTL_CURRENT=6
LIBNDCTL_CURRENT=7
LIBNDCTL_REVISION=0
LIBNDCTL_AGE=0
LIBNDCTL_AGE=1

noinst_SCRIPTS = rhel/ndctl.spec sles/ndctl.spec
CLEANFILES += $(noinst_SCRIPTS)
Expand Down
2 changes: 1 addition & 1 deletion git-version
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dirty() {
fi
}

DEF_VER=v51
DEF_VER=v52

LF='
'
Expand Down

0 comments on commit 21cc754

Please sign in to comment.