Re: [PATCH for-5.2 0/6] Continue booting in case the first device is not bootable

2020-07-29 Thread Viktor Mihajlovski
On 7/28/20 8:37 PM, Thomas Huth wrote: If the user did not specify a "bootindex" property, the s390-ccw bios tries to find a bootable device on its own. Unfortunately, it alwasy stops at the very first device that it can find, no matter whether it's bootable or not. That causes some weird

Re: [PATCH 1/1] s390x/protvirt: allow to IPL secure execution guests with -no-reboot

2020-07-21 Thread Viktor Mihajlovski
system_reset_request(SHUTDOWN_CAUSE_SUBSYSTEM_RESET); } else { I agree that the observable behavior is more logical this way, as the transition to secure mode is more like to kexec (transfer control to an in-memory kernel) than to the other IPL methods (boot from a device). Acked-by: Viktor Mihajlovs

Re: [PATCH] s390x: do a subsystem reset before the unprotect on reboot

2023-09-06 Thread Viktor Mihajlovski
rectly resetting the APQNs. I also successfully tested the case direct kernel boot -> chreipl -> disk boot. If you want you can add Tested-by: Viktor Mihajlovski

<    1   2