search for: melnychenko

Displaying 3 results from an estimated 3 matches for "melnychenko".

2020 Apr 14
1
[PATCH v2] Fix: buffer overflow during hvc_alloc().
From: Andrew Melnychenko <andrew at daynix.com> If there is a lot(more then 16) of virtio-console devices or virtio_console module is reloaded - buffers 'vtermnos' and 'cons_ops' are overflowed. In older kernels it overruns spinlock which leads to kernel freezing: https://bugzilla.redhat.com/show_bug...
2020 Apr 05
0
[PATCH] Fix: buffer overflow during hvc_alloc().
From: Andrew Melnychenko <andrew at daynix.com> If there is a lot(more then 16) of virtio-console devices or virtio_console module is reloaded - buffers 'vtermnos' and 'cons_ops' are overflowed. In older kernels it overruns spinlock which leads to kernel freezing: https://bugzilla.redhat.com/show_bug...
2020 Apr 06
0
[PATCH] Fix: buffer overflow during hvc_alloc().
...-boot menu=off,order=cdn,once=c,strict=off \ > -enable-kvm \ > -monitor stdio \ > -qmp tcp:0:4444,server,nowait \ On Mon, Apr 6, 2020 at 3:32 AM Andrew Donnellan <ajd at linux.ibm.com> wrote: > On 6/4/20 6:40 am, andrew at daynix.com wrote: > > From: Andrew Melnychenko <andrew at daynix.com> > > > > If there is a lot(more then 16) of virtio-console devices > > or virtio_console module is reloaded > > - buffers 'vtermnos' and 'cons_ops' are overflowed. > > In older kernels it overruns spinlock which leads to kern...