On 28/08/2019 15.27, Christian Borntraeger wrote: > On 28.08.19 14:33, Thomas Huth wrote: >> We're clearing the BSS in start.S now, so there is no need to >> pre-initialize the loadparm_str array with zeroes anymore. > > Can you add a link to the commit that does the bss clearing?
Sure, I'll change the description to: " Since commit 339686a358b11a231aa5b6d1424e7a1460d7f277 ("pc-bios/s390-ccw: zero out bss section"), we are clearing now the BSS in start.S, so there is no need to pre-initialize the loadparm_str array with zeroes anymore. " Thomas