From 9911a95144e8a17d2ece7d3d027ff483e51d71d7 Mon Sep 17 00:00:00 2001 From: Steffen Maier Date: Mon, 25 Mar 2019 16:46:07 +0100 Subject: [PATCH] CHANGELOG: lszfcp: fix regressions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Steffen Maier Signed-off-by: Jan Höppner --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f045c403..0f65570b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,21 @@ Release history for s390-tools (MIT version) For Linux kernel version: 5.xx Changes of existing tools: + - lszfcp: New command line option to show module parameters + - lszfcp: Sdev attributes for scsi_disk, block, integrity, queue, iosched + - lszfcp: Add new output marker for non-good SCSI devices (luns) + - lszfcp: Add new output marker for non-good fc_rports + - lszfcp: Clean up whitespace (mixed indentation, trailing) Bug Fixes: - + - lszfcp: Allow to show zfcp_units without associated SCSI device + - lszfcp: Attribute details for: css, zfcp_port, zfcp_unit + - lszfcp: Allow to also enumerate FCP device that have never been online + - lszfcp: Fix error message if no zfcp-attached SCSI device found + - lszfcp: Fix to show defunct FCP devices again + - lszfcp: Fix to show non-good target ports again + - lszfcp: Fix missing block & sg device output without CONFIG_SYSFS_DEPRECATED + - lszfcp: New command line option for extended output format * __v2.8.0 (2019-02-15)__