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

2021-10-12 Thread Thomas Huth
On 11/10/2021 20.08, Philippe Mathieu-Daudé wrote: On 10/11/21 15:38, Thomas Huth wrote: On 06/10/2021 11.26, Marc Hartmayer wrote: Check if the provided kernel command line exceeds the maximum size of the s390x Linux kernel command line size, which is 896 bytes. Reported-by: Sven Schnelle

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

2021-10-11 Thread Philippe Mathieu-Daudé
On 10/11/21 15:38, Thomas Huth wrote: > On 06/10/2021 11.26, Marc Hartmayer wrote: >> Check if the provided kernel command line exceeds the maximum size of >> the s390x >> Linux kernel command line size, which is 896 bytes. >> >> Reported-by: Sven Schnelle >> Signed-off-by: Marc Hartmayer >> ---

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

2021-10-11 Thread Marc Hartmayer
Thomas Huth writes: > On 06/10/2021 11.26, Marc Hartmayer wrote: >> Check if the provided kernel command line exceeds the maximum size of the >> s390x >> Linux kernel command line size, which is 896 bytes. >> >> Reported-by: Sven Schnelle >> Signed-off-by: Marc Hartmayer >> --- >>

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

2021-10-11 Thread Thomas Huth
On 06/10/2021 11.26, Marc Hartmayer wrote: Check if the provided kernel command line exceeds the maximum size of the s390x Linux kernel command line size, which is 896 bytes. Reported-by: Sven Schnelle Signed-off-by: Marc Hartmayer --- hw/s390x/ipl.c | 12 +++- 1 file changed, 11

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

2021-10-06 Thread Christian Borntraeger
Am 06.10.21 um 11:26 schrieb Marc Hartmayer: Check if the provided kernel command line exceeds the maximum size of the s390x Linux kernel command line size, which is 896 bytes. Reported-by: Sven Schnelle Signed-off-by: Marc Hartmayer Reviewed-by: Christian Borntraeger ---