From f9337f0576965c84b8b73aecbbe6b67b61d6a31f Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Thu, 15 May 2025 14:23:45 +0000 Subject: [PATCH] genprotimg: manpage: Describe the 'genprotimg' changes in v2.36.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Describe the breaking changes to genprotimg in the notes section. This helps the users to adapt to the new behavior. Fixes: f4cf4ae6ebb1 (rust: Add a new tool called 'pvimg') Acked-by: Jan Höppner Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- rust/pvimg/man/genprotimg.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rust/pvimg/man/genprotimg.1 b/rust/pvimg/man/genprotimg.1 index da6001c2..8168256c 100644 --- a/rust/pvimg/man/genprotimg.1 +++ b/rust/pvimg/man/genprotimg.1 @@ -282,6 +282,18 @@ The \fBgenprotimg\fR(1) command is a symbolic link to the \fBpvimg-create\fR(1) An ELF file cannot be used as a Linux kernel image. .IP "3." 4 Remember to re-run \fBzipl\fR after updating an IBM Secure Execution image. +.IP "4." 4 +With \fBgenprotimg\fR version \fB2.36.0\fR two breaking API changes were +introduced: +.RS +.IP "1." 4 +An existing output file is no longer silently overwritten; to revert to the old +behavior use the \fB\-\-overwrite\fR option. +.IP "2." 4 +The Linux kernel component is now checked to determine whether it is a binary +s390x kernel. To disable this behavior use the \fB\-\-no\-component\-check\fR +option. +.RE .SH "SEE ALSO" .sp \fBpvimg-create\fR(1) \fBzipl\fR(8) \fBqemu\fR(1)