mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The maximum command line length is now dependent on the kernel image that is loaded. Therefore move the check to check_common_ipl_data(). This function now reads the new kernel image, and check whether the command line length is in the allowed range. The command line size limit in zipl is now set to 64k, which is hopefully enough. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>