Skip to content

Commit d685bff

Browse files
committed
ndctl: release v57
This release incorporates the capabilities of the 4.12 kernel. Major highlights include the new 'ndctl check-namespace' utility to check and repair btt instances, new option to 'ndctl list' to enumerate device relative error offsets, and support for the "JEDEC Byte-Addressable Energy-Backed Interface NVDIMM" SMART health format. Commands: ndctl check-namespace: check and repair a btt instance ndctl list: new '--media-errors' option ndctl list: add acpi 6.1 dimm health state flags ndctl write-labels: new command to deploy data to dimm label areas Tests: blk-exhaust: validate aliased pmem vs blk capacity accounting daxdev-errors: error injection and clearing for device-dax device-dax-fio: i/o traffic sanity check for device-dax label-compat: regression test for interleave-set-cookie compatibility Apis: ndctl_dimm_has_notifications: acpi 6.1 health-state notification flag ndctl_dimm_failed_map: acpi 6.1 map failure flag ndctl_region_get_resource: region resource base address ndctl_region_get_{first,next}_badblock: media error enumeration ndctl_namespace_disable_safe: check for busy block device before disable ndctl_namespace_is_active: check if namespace is enabled or claimed
1 parent 796b6f3 commit d685bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.am.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ SED_PROCESS = \
3535
-e 's,@includedir\@,$(includedir),g' \
3636
< $< > $@ || rm $@
3737

38-
LIBNDCTL_CURRENT=11
38+
LIBNDCTL_CURRENT=12
3939
LIBNDCTL_REVISION=0
40-
LIBNDCTL_AGE=5
40+
LIBNDCTL_AGE=6
4141

4242
LIBDAXCTL_CURRENT=3
4343
LIBDAXCTL_REVISION=0

git-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dirty() {
1919
fi
2020
}
2121

22-
DEF_VER=56
22+
DEF_VER=57
2323

2424
LF='
2525
'

0 commit comments

Comments
 (0)