pc-bios/s390-ccw: Re-initialize receive queue index before each boot attempt
authorThomas Huth <thuth@redhat.com>
Mon, 11 Nov 2024 13:11:20 +0000 (14:11 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 18 Nov 2024 16:14:35 +0000 (17:14 +0100)
commit6ba1f714c00f8839a8df9f643e0058f00da3fd25
tree35c7da6df418c94564bdca3558dfb6f55e2e3a8b
parent1056ca1e70dc6e0458238141bcebfb7810cede6d
pc-bios/s390-ccw: Re-initialize receive queue index before each boot attempt

Now that we can boot from multiple boot devices, we have to make sure
to reinitialize static variables like rx_last_idx to avoid that they
contain garbage data during the second boot attempt (which can lead to
crashes when the code tries to access the wrong ring data).

Message-ID: <20241111131120.317796-1-thuth@redhat.com>
Reviewed-by: Jared Rossi <jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/virtio-net.c