Skip to content

Commit 793c037

Browse files
committed
New release s390-tools-2.37.0
Signed-off by: Jan Höppner <[email protected]>
1 parent 9f47621 commit 793c037

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ List of all individuals having contributed content to s390-tools
5959
- Horst Hummel
6060
- Ingo Franzki
6161
- Ingo Tuchscherer
62+
- Jakob Naucke
6263
- Jakub Čajka
6364
- Jan Glauber
6465
- Jan Höppner

CHANGELOG.md

+31-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
33

4-
* __v2.xx.x (20xx-xx-xx)__
5-
6-
For Linux kernel version: 6.x
7-
8-
Add new tools / libraries:
9-
10-
Changes of existing tools:
11-
12-
Bug Fixes:
4+
* __v2.37.0 (2025-02-07)__
5+
6+
For Linux kernel version: 6.13
7+
8+
Changes of existing tools:
9+
- dbginfo.sh: Add details on CPU-measurement
10+
- dbginfo.sh: Add new crypto command
11+
- dbginfo.sh: Add overview commands and crypto update
12+
- dbginfo.sh: Adding kdump info
13+
- dbginfo.sh: Removing outdated email references
14+
- dbginfo.sh: Rework network section
15+
- dbginfo.sh: Update copyright 2nd year
16+
- pvimg: Add '--(enable|disable)-image-encryption' flags to 'pvimg create'
17+
- pvimg: Add '--cck <FILE>' command line option and make '--comm-key' an alias
18+
- pvimg: Add '--hdr-key' command line option to 'pvimg create'
19+
- pvimg: Rename '--key' into '--hdr-key' and use '--key' as an alias (for 'pvimg info')
20+
- pvsecret: Add support for retrievable secrets
21+
- ziorep_config: Add PCHID field to adapter report
22+
- ziorep_traffic: Add DEVBUSID column to traffic report
23+
- ziorep_utilization: Add --fcp-device parameter to print virtual adapter report
24+
- ziorep_utilization: Add PCHID column to physical adapter report
25+
- ziorep_utilization: Now prints only physical adapter report by default
26+
- ziorep_utilization: Swap Bus-ID and CHPID columns in virtual adapter report
27+
- zipl/boot: Increase section size for eckd_mv dumper
28+
- zkey: Add support for listing and importing protected virtualization secrets
29+
30+
Bug Fixes:
31+
- chpstat: Fix invalid utilization data on older kernels
32+
- opticsmon: Fix runaway loop in on_link_change()
33+
- zipl: Update inline assembly for GCC 15
34+
- zipl_helper.device-mapper: Add missed step in logical device resolution
1335

1436
* __v2.36.0 (2024-12-06)__
1537

common.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endif
3232
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
3333
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
3434
VERSION := 2
35-
RELEASE := 36
35+
RELEASE := 37
3636
PATCHLEVEL := 0
3737
DISTRELEASE := build-$(shell date +%Y%m%d)
3838
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)

0 commit comments

Comments
 (0)