Re: [PATCH 0/3] pc-bios/s390-ccw: Fix problems related to network booting

2025-01-16 Thread Eric Farman
On Thu, 2025-01-16 at 12:58 +0100, Thomas Huth wrote: > The boot can currently fail after the s390-ccw bios used a network > device since we do not properly shut down the device afterwards, so > that incoming network packets can corrupt the memory. We have to make > sure to put the virtio-net devic

Re: [PATCH 0/3] pc-bios/s390-ccw: Fix problems related to network booting

2025-01-16 Thread Jared Rossi
Thanks Thomas, Looks good to me. I've tested and verified that the problem is fixed. Tested-by: Jared Rossi On 1/16/25 6:58 AM, Thomas Huth wrote: The boot can currently fail after the s390-ccw bios used a network device since we do not properly shut down the device afterwards, so that incomi

[PATCH 0/3] pc-bios/s390-ccw: Fix problems related to network booting

2025-01-16 Thread Thomas Huth
The boot can currently fail after the s390-ccw bios used a network device since we do not properly shut down the device afterwards, so that incoming network packets can corrupt the memory. We have to make sure to put the virtio-net device into a sane state again afterwards. The third patch is unre