Skip to content

Commit 4f7a1c6

Browse files
ndctl: release v83
This release incorporates functionality up through the 6.17 kernel. It corrects the issue where libtracefs became a requirement to build versions 80,81,82. Libtracefs is returned to optional status in v83. Note that the '--media-errors' option to cxl-list, as well as the monitor command, is not available when libtracefs is disabled. API: cxl: add helper function to verify port is in memdev hierarchy cxl: document 'cxl enable-port -m' behavior change Tests: README.md: update package requirements for the test environment test/cxl-poison.sh: test inject and clear poison by region offset test/common: move err() function to top of file test/common: add double quotes to bash variables test/dax.sh: adjust trace parsing of fault results test/dm.sh: use dm.sh as script name in cleanup error message test/meson.build: add fwctl dependency needed for cxl-features.sh test/sub-section.sh: use built ndctl program in unit test Infrastructure: cxl/list: remove libtracefs build dependency for --media-errors build: update meson feature deprecation warnings ndctl: fix user visible spelling errors
1 parent b26e9ae commit 4f7a1c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

git-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dirty() {
1919
fi
2020
}
2121

22-
DEF_VER=82
22+
DEF_VER=83
2323

2424
LF='
2525
'

meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('ndctl', 'c',
2-
version : '82',
2+
version : '83',
33
meson_version: '>= 0.56.0',
44
license : [
55
'GPL-2.0',
@@ -300,16 +300,16 @@ config_h = configure_file(
300300
add_project_arguments('-include', 'config.h', language : 'c')
301301

302302
LIBNDCTL_CURRENT=27
303-
LIBNDCTL_REVISION=4
303+
LIBNDCTL_REVISION=5
304304
LIBNDCTL_AGE=21
305305

306306
LIBDAXCTL_CURRENT=7
307307
LIBDAXCTL_REVISION=1
308308
LIBDAXCTL_AGE=6
309309

310-
LIBCXL_CURRENT=10
310+
LIBCXL_CURRENT=11
311311
LIBCXL_REVISION=0
312-
LIBCXL_AGE=9
312+
LIBCXL_AGE=10
313313

314314
root_inc = include_directories(['.', 'ndctl', ])
315315

0 commit comments

Comments
 (0)