Re: [PATCH] s390x/ipl: support extended kernel command line size

2021-12-08 Thread Thomas Huth
On 22/11/2021 12.29, Marc Hartmayer wrote: In the past s390 used a fixed command line length of 896 bytes. This has changed with the Linux commit 5ecb2da660ab ("s390: support command lines longer than 896 bytes"). There is now a parm area indicating the maximum command line size. This parm area h

Re: [PATCH] s390x/ipl: support extended kernel command line size

2021-11-29 Thread Christian Borntraeger
Am 22.11.21 um 12:29 schrieb Marc Hartmayer: In the past s390 used a fixed command line length of 896 bytes. This has changed with the Linux commit 5ecb2da660ab ("s390: support command lines longer than 896 bytes"). There is now a parm area indicating the maximum command line size. This parm a

Re: [PATCH] s390x/ipl: support extended kernel command line size

2021-11-22 Thread Marc Hartmayer
David Hildenbrand writes: > On 22.11.21 12:29, Marc Hartmayer wrote: >> In the past s390 used a fixed command line length of 896 bytes. This has >> changed >> with the Linux commit 5ecb2da660ab ("s390: support command lines longer than >> 896 >> bytes"). There is now a parm area indicating the

Re: [PATCH] s390x/ipl: support extended kernel command line size

2021-11-22 Thread David Hildenbrand
On 22.11.21 12:29, Marc Hartmayer wrote: > In the past s390 used a fixed command line length of 896 bytes. This has > changed > with the Linux commit 5ecb2da660ab ("s390: support command lines longer than > 896 > bytes"). There is now a parm area indicating the maximum command line size. > This

[PATCH] s390x/ipl: support extended kernel command line size

2021-11-22 Thread Marc Hartmayer
In the past s390 used a fixed command line length of 896 bytes. This has changed with the Linux commit 5ecb2da660ab ("s390: support command lines longer than 896 bytes"). There is now a parm area indicating the maximum command line size. This parm area has always been initialized to zero, so with o