[PATCH v2] s390/sclp_vt220: Fix console name to match device

2021-04-27 Thread Valentin Vidic
Console name reported in /proc/consoles: ttyS1-W- (EC p )4:65 does not match the char device name: crw--w1 root root4, 65 May 17 12:18 /dev/ttysclp0 so debian-installer inside a QEMU s390x instance gets confused and fails to start with the

Re: Bester installation image missing virtio net Modulen

2021-04-27 Thread Valentin Vidic
On Tue, Apr 27, 2021 at 03:34:15PM +0200, Christian Borntraeger wrote: > That is OK. I will try to test it then on LPAR and find someone that will test > it on z/VM. Please remove the cc stable as I want to have this tested for > a while. Hopefully it only affects the ttysclp0 console, which is

Re: Bester installation image missing virtio net Modulen

2021-04-27 Thread Christian Borntraeger
On 27.04.21 14:40, Valentin Vidic wrote: On Tue, Apr 27, 2021 at 12:08:01PM +0200, Christian Borntraeger wrote: I think we did not tell him to go away. It was just that the patch itself has some downsides in that it can break existing howtos (that do contain console=tty0). We could revisit

Re: Bester installation image missing virtio net Modulen

2021-04-27 Thread Valentin Vidic
On Tue, Apr 27, 2021 at 12:08:01PM +0200, Christian Borntraeger wrote: > I think we did not tell him to go away. It was just that the patch itself > has some downsides in that it can break existing howtos (that do contain > console=tty0). > > We could revisit the initial patch (I think we also

Re: Bester installation image missing virtio net Modulen

2021-04-27 Thread Christian Borntraeger
On 27.04.21 09:22, Philipp Kern wrote: On 26.04.21 10:52, Benjamin Zimmermann wrote: $ sudo virt-install [...] --extra-args 'console=ttysclp0 [...] I do see the 'steal_ctty failure' otherwise. I'd be cool if someone from IBM could actually go and fix [1] in some form or another.

Re: Bester installation image missing virtio net Modulen

2021-04-27 Thread Philipp Kern
On 26.04.21 10:52, Benjamin Zimmermann wrote: $ sudo virt-install [...] --extra-args 'console=ttysclp0 [...] > > I do see the 'steal_ctty failure' otherwise. I'd be cool if someone from IBM could actually go and fix [1] in some form or another. Valentin tried[2] to do that in the kernel and got