mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
New release s390-tools-2.44.0
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
26
CHANGELOG.md
26
CHANGELOG.md
@@ -1,15 +1,31 @@
|
|||||||
Release history for s390-tools (MIT version)
|
Release history for s390-tools (MIT version)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
* __v2.xx.x (20xx-xx-xx)__
|
* __v2.44.0 (2026-07-31)__
|
||||||
|
|
||||||
For Linux kernel version: 7.x
|
For Linux kernel version: 7.2
|
||||||
|
|
||||||
Add new tools / libraries:
|
Changes of existing tools / libraries:
|
||||||
|
- create-sehdr: Enable quantum safe keys usage
|
||||||
Changes of existing tools:
|
- dbginfo.sh: Let zpcimon log both optical module and SMART data
|
||||||
|
- libutil/util_fmt: Add util_fmt_type_to_name()
|
||||||
|
- nvmemon: Skip SCLP on NVMes with non-IBM subsystem vendor ID
|
||||||
|
- opticsmon: zpcimon: Rename opticsmon to zpcimon
|
||||||
|
- pvattest: Enable quantum safe keys usage
|
||||||
|
- pvimg: Add '--flags <...>' and '--disable-flags <...>' option
|
||||||
|
- pvimg: Enable quantum safe keys usage
|
||||||
|
- pvsecret: Enable quantum safe keys usage
|
||||||
|
- pvverify: Enable quantum safe keys usage
|
||||||
|
- zmemtopo: Add CLI option to filter partitions by name
|
||||||
|
- zpcimon: Allow setting output format using --format CLI option
|
||||||
|
- zpcimon: Monitor for hotplug of NVMes to trigger SMART collection
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
|
- opticsmon: Fix wrong size check for OPTICS_QSFP28_LOS_IMPLEMENTED_OFFSET
|
||||||
|
- opticsmon: Handle error return of ethtool_nl_connect()
|
||||||
|
- opticsmon: Fix error path free of struct optics in ethtool_nl_get_optics()
|
||||||
|
- opticsmon: Close epoll fd in monitor_wait_loop()
|
||||||
|
- opticsmon: Fix wrong JSON print for tx_fault
|
||||||
|
|
||||||
* __v2.43.1 (2026-07-22)__
|
* __v2.43.1 (2026-07-22)__
|
||||||
|
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ endif
|
|||||||
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
||||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||||
VERSION := 2
|
VERSION := 2
|
||||||
RELEASE := 43
|
RELEASE := 44
|
||||||
PATCHLEVEL := 1
|
PATCHLEVEL := 0
|
||||||
DISTRELEASE := build-$(shell date +%Y%m%d)
|
DISTRELEASE := build-$(shell date +%Y%m%d)
|
||||||
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||||
export S390_TOOLS_RELEASE
|
export S390_TOOLS_RELEASE
|
||||||
|
|||||||
Reference in New Issue
Block a user