2017-10-18 19:18:18 +02:00
|
|
|
From a61154fd93122f5a0f2b74f21c3ac29eb437f150 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Fri, 6 Oct 2017 09:39:36 +0200
|
|
|
|
Subject: [PATCH] dasdfmt: Format devices in parallel
|
|
|
|
|
|
|
|
Allow dasdfmt to run in parallel when several devices are specified.
|
|
|
|
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.com>
|
|
|
|
---
|
2023-11-13 14:50:17 +01:00
|
|
|
dasdfmt/dasdfmt.8 | 16 ++++++++++++++--
|
|
|
|
dasdfmt/dasdfmt.c | 50 +++++++++++++++++++++++++++++++++++++++++++-------
|
|
|
|
dasdfmt/dasdfmt.h | 1 +
|
|
|
|
3 files changed, 58 insertions(+), 9 deletions(-)
|
2017-10-18 19:18:18 +02:00
|
|
|
|
2023-08-28 14:27:50 +02:00
|
|
|
Index: s390-tools-2.29.0/dasdfmt/dasdfmt.8
|
|
|
|
===================================================================
|
|
|
|
--- s390-tools-2.29.0.orig/dasdfmt/dasdfmt.8
|
|
|
|
+++ s390-tools-2.29.0/dasdfmt/dasdfmt.8
|
2017-10-18 19:18:18 +02:00
|
|
|
@@ -7,7 +7,7 @@
|
|
|
|
dasdfmt \- formatting of DASD (ECKD) disk drives.
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
-\fBdasdfmt\fR [-h] [-t] [-v] [-y] [-p] [-P] [-m \fIstep\fR]
|
|
|
|
+\fBdasdfmt\fR [-h] [-t] [-v] [-y] [-p] [-Q] [-P] [-m \fIstep\fR]
|
|
|
|
.br
|
|
|
|
[-r \fIcylinder\fR] [-b \fIblksize\fR] [-l \fIvolser\fR] [-d \fIlayout\fR]
|
|
|
|
.br
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -96,7 +96,7 @@ Do not use this option if you are using
|
2017-10-18 19:18:18 +02:00
|
|
|
running in background or redirecting the output to a file.
|
|
|
|
|
|
|
|
.TP
|
|
|
|
-\fB-P\fR or \fB--percentage\fR
|
|
|
|
+\fB-Q\fR or \fB--percentage\fR
|
|
|
|
Print one line for each formatted cylinder showing the number of the
|
|
|
|
cylinder and percentage of formatting process.
|
|
|
|
Intended to be used by higher level interfaces.
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -164,6 +164,18 @@ Specify blocksize to be used. \fIblksize
|
2017-10-18 19:18:18 +02:00
|
|
|
and always be a power of two. The recommended blocksize is 4096 bytes.
|
|
|
|
|
|
|
|
.TP
|
|
|
|
+\fB-P\fR \fInumdisks\fR or \fB--max_parallel\fR=\fInumdisks\fR
|
|
|
|
+Specify the number of disks to be formatted in parallel.
|
|
|
|
+\fInumdisks\fR specifies the number of formatting processed,
|
|
|
|
+independent on the overall number of disks to be formatted.
|
|
|
|
+The maximum value for \fInumdisks\fR is 512. Default is 1.
|
|
|
|
+.br
|
|
|
|
+Using this option can decrease overall processing time when formatting
|
|
|
|
+several disks. Please note that the I/O throughput will dramatically
|
|
|
|
+increase when using this option. Use with care.
|
|
|
|
+.br
|
|
|
|
+
|
|
|
|
+.TP
|
|
|
|
\fB-l\fR \fIvolser\fR or \fB--label\fR=\fIvolser\fR
|
|
|
|
Specify the volume serial number or volume identifier to be written
|
|
|
|
to disk after formatting. If no label is specified, a sensible default
|
2023-08-28 14:27:50 +02:00
|
|
|
Index: s390-tools-2.29.0/dasdfmt/dasdfmt.c
|
|
|
|
===================================================================
|
|
|
|
--- s390-tools-2.29.0.orig/dasdfmt/dasdfmt.c
|
|
|
|
+++ s390-tools-2.29.0/dasdfmt/dasdfmt.c
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
@@ -13,6 +13,7 @@
|
2017-10-18 19:18:18 +02:00
|
|
|
#include <sys/sysmacros.h>
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/utsname.h>
|
|
|
|
+#include <sys/wait.h>
|
|
|
|
|
2019-11-26 10:42:09 +01:00
|
|
|
#include "lib/dasd_base.h"
|
2017-10-18 19:18:18 +02:00
|
|
|
#include "lib/dasd_sys.h"
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -81,6 +82,7 @@ static struct dasdfmt_globals {
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
int mode_specified;
|
|
|
|
int ese;
|
|
|
|
int no_discard;
|
|
|
|
+ int procnum;
|
|
|
|
} g = {
|
|
|
|
.dasd_info = { 0 },
|
|
|
|
};
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -105,6 +107,11 @@ static struct util_opt opt_vec[] = {
|
2017-10-18 19:18:18 +02:00
|
|
|
.desc = "Perform complete format check on device",
|
|
|
|
.flags = UTIL_OPT_FLAG_NOSHORT,
|
|
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .option = { "max_parallel", required_argument, NULL, 'P' },
|
|
|
|
+ .desc = "Format devices in parallel",
|
|
|
|
+ .flags = UTIL_OPT_FLAG_NOLONG,
|
|
|
|
+ },
|
|
|
|
UTIL_OPT_SECTION("FORMAT OPTIONS"),
|
|
|
|
{
|
|
|
|
.option = { "blocksize", required_argument, NULL, 'b' },
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -162,7 +169,7 @@ static struct util_opt opt_vec[] = {
|
2017-10-18 19:18:18 +02:00
|
|
|
.desc = "Show a progressbar",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
- .option = { "percentage", no_argument, NULL, 'P' },
|
|
|
|
+ .option = { "percentage", no_argument, NULL, 'Q' },
|
|
|
|
.desc = "Show progress in percent",
|
|
|
|
},
|
|
|
|
UTIL_OPT_SECTION("MISC"),
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -311,7 +318,7 @@ static void draw_progress(int cyl, unsig
|
2021-02-28 01:10:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
if (g.print_hashmarks && (cyl / g.hashstep - hashcount) != 0) {
|
|
|
|
- printf("#");
|
|
|
|
+ printf("%d|", g.procnum);
|
|
|
|
fflush(stdout);
|
|
|
|
hashcount++;
|
|
|
|
}
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -1573,7 +1580,11 @@ int main(int argc, char *argv[])
|
2017-10-18 19:18:18 +02:00
|
|
|
char *reqsize_param_str = NULL;
|
|
|
|
char *hashstep_str = NULL;
|
|
|
|
|
|
|
|
- int rc, numdev = 0, i;
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
+ int rc, numdev = 0, numproc = 0, status;
|
|
|
|
+ int max_parallel =1 ;
|
|
|
|
+ int running = 0;
|
|
|
|
+ int chpid;
|
|
|
|
+ int tmp;
|
2017-10-18 19:18:18 +02:00
|
|
|
|
|
|
|
/* Establish a handler for interrupt signals. */
|
|
|
|
signal(SIGTERM, program_interrupt_signal);
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -1636,7 +1647,7 @@ int main(int argc, char *argv[])
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
g.print_hashmarks = 1;
|
2017-10-18 19:18:18 +02:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
- case 'P':
|
|
|
|
+ case 'Q':
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
if (!(g.print_hashmarks || g.print_progressbar))
|
|
|
|
g.print_percentage = 1;
|
2017-10-18 19:18:18 +02:00
|
|
|
break;
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -1695,6 +1706,9 @@ int main(int argc, char *argv[])
|
2019-11-26 10:42:09 +01:00
|
|
|
case OPT_NODISCARD:
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
g.no_discard = 1;
|
2017-10-18 19:18:18 +02:00
|
|
|
break;
|
|
|
|
+ case 'P':
|
|
|
|
+ max_parallel = atoi(optarg);
|
|
|
|
+ break;
|
|
|
|
case OPT_CHECK:
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
g.check = 1;
|
2017-10-18 19:18:18 +02:00
|
|
|
break;
|
2023-08-28 14:27:50 +02:00
|
|
|
@@ -1746,15 +1760,35 @@ int main(int argc, char *argv[])
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
if (numdev > 1 && g.labelspec)
|
|
|
|
error("Specifying a volser to be written doesn't make sense when formatting multiple DASD volumes.");
|
2017-10-25 19:52:12 +02:00
|
|
|
|
2017-10-18 19:18:18 +02:00
|
|
|
- for (i = 0; i < numdev; i++)
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
- {
|
|
|
|
- strncpy(g.dev_path, g.dev_path_array[i], strlen(g.dev_path_array[i])+1);
|
|
|
|
- strncpy(g.dev_node, g.dev_node_array[i], strlen(g.dev_node_array[i])+1);
|
|
|
|
- process_dasd(&vlabel, format_params);
|
|
|
|
+ for (numproc = 0; numproc < numdev; numproc++) {
|
2017-10-18 19:18:18 +02:00
|
|
|
+ chpid = fork();
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
+ if (chpid == -1 )
|
2017-10-18 19:18:18 +02:00
|
|
|
+ ERRMSG_EXIT(EXIT_FAILURE,
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
+ "%s: Unable to create child process: %s\n",
|
|
|
|
+ prog_name, strerror(errno));
|
2017-10-18 19:18:18 +02:00
|
|
|
+ if (!chpid) {
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
+ g.procnum = numproc;
|
|
|
|
+ strncpy(g.dev_path, g.dev_path_array[numproc], strlen(g.dev_path_array[numproc])+1);
|
|
|
|
+ strncpy(g.dev_node, g.dev_node_array[numproc], strlen(g.dev_node_array[numproc])+1);
|
|
|
|
+ process_dasd(&vlabel, format_params);
|
|
|
|
+
|
|
|
|
+ free(g.dev_path);
|
|
|
|
+ free(g.dev_node);
|
|
|
|
+ exit(0);
|
2017-10-18 19:18:18 +02:00
|
|
|
+ } else {
|
|
|
|
+ running++;
|
|
|
|
+ if (running >= max_parallel) {
|
|
|
|
+ if (wait(&tmp) > 0 && WEXITSTATUS(tmp))
|
|
|
|
+ rc = WEXITSTATUS(tmp);
|
|
|
|
+ running--;
|
|
|
|
+ }
|
|
|
|
+ }
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
- free(g.dev_path);
|
|
|
|
- free(g.dev_node);
|
2017-10-18 19:18:18 +02:00
|
|
|
+ /* wait until all formatting children have finished */
|
|
|
|
+ while(wait(&status) > 0)
|
|
|
|
+ if (WEXITSTATUS(status))
|
|
|
|
+ rc = WEXITSTATUS(status);
|
|
|
|
|
Accepting request 854117 from home:markkp:branches:Base:System
- Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
- Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
(bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
as the format string for the corresponding error message has no parameter.
- Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
(bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
mount -t sysfs none /sys
To make sure that the mount point of the sysfs is still found when mounted
with a device keyword specified other than 'sysfs', check for the filesystem
type instead, which is more specific.
- Added the following patches for bsc#1178427, and jsc#SLE-13768,
Log DASD info for endpoint security
* s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
* s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
- Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
HiperSockets/Ethernet Interface
* s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
- Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
document verification support to genprotimg.
* s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
* s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
* s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
* s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
- Added the following patch for bsc#1178734. Running zcryptstats when many domains
are available per cryto card does not produce any output, and is hanging in a loop.
* s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
- Reworked and renamed the following patches to accommodate changes made by IBM
to the structure of the dasdfmt command.
* s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
* s390-tools-sles15-Format-devices-in-parallel.patch renamed to
s390-tools-sles15sp3-Format-devices-in-parallel.patch
* dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
* s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
s390-tools-sles15-Implement-Y-yast_mode.patch
- Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
jsc#SLE-13819, jsc#SLE-13820)
- Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
- Removed the following obsolete patches:
* s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
* s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
* s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
* s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
* s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
* s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
* s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
* s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
* s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
* s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
* s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
* s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
* s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
* s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
* s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
* s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
* s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
* s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
* s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
* s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
* s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
* s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
* s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
* s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
* s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
* s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
* s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
* s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
* s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
* s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
* s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
* s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
* s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
* s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
* s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
* s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
* s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
* s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
* s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
* s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
* s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
* s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
* s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
* s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
* s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
* s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
* s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
* s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
* s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
* s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
* s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
* s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
* s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
* s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
* s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
* s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
* s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
* s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
* s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
* s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
* s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
* s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
* s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
* s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
* s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
* s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
* s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
* s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
* s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
* s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
* s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
* s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
* s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
* s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
* s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
* s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
* s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
* s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
* s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
* s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
* s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
* s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
* s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
* s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
* s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
* s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
* s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
* s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
* s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
* s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
* s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
* s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
* s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
* s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
* s390-tools-sles15sp2-vmcp-exit-code.patch
* s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
* s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
* s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
* s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
* s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
* s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
* s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
* s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
- Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
(bsc#1176508)
lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
and differs from the counter name as defined in the Linux kernel
version 5.8 and later.
- Added the following patches to implement the post-GA feature jsc#ECO-2636
Log FCP link info for endpoint security (bsc#1175477)
* s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
* s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
* s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
* s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
OBS-URL: https://build.opensuse.org/request/show/854117
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=101
2020-12-08 20:29:12 +01:00
|
|
|
- return 0;
|
|
|
|
+ return rc;
|
|
|
|
}
|