ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
62 stars 58 forks source link

zipl/boot: Always clear COMMAND_LINE_EXTRA region #122

Closed huth closed 2 years ago

huth commented 2 years ago

Always clear the COMMAND_LINE_EXTRA region, also in case sclp_setup() fails. If the region is not cleared properly, there might be junk in there after a reboot, causing confusion for the kernel later.

huth commented 2 years ago

All right, I've updated the branch to use COMMAND_LINE_EXTRA_SIZE instead. Thanks for your review!

hoeppnerj commented 2 years ago

I've pulled the commit. Thanks for your contribution.