Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench

2025-05-14 Thread Michael Tokarev
On 14.05.2025 12:28, Michael Tokarev wrote: On 13.05.2025 18:06, Kevin Wolf wrote: Am 28.04.2025 um 15:58 hat Michael Tokarev geschrieben: 28.04.2025 16:54, Michael Tokarev пишет: 25.04.2025 20:52, Kevin Wolf wrote: From: Denis Rastyogin This error was discovered by fuzzing qemu-img. Curre

Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench

2025-05-14 Thread Michael Tokarev
On 13.05.2025 18:06, Kevin Wolf wrote: Am 28.04.2025 um 15:58 hat Michael Tokarev geschrieben: 28.04.2025 16:54, Michael Tokarev пишет: 25.04.2025 20:52, Kevin Wolf wrote: From: Denis Rastyogin This error was discovered by fuzzing qemu-img. Currently, running `qemu-img bench -d 0` in img_be

Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench

2025-05-13 Thread Kevin Wolf
Am 28.04.2025 um 15:58 hat Michael Tokarev geschrieben: > 28.04.2025 16:54, Michael Tokarev пишет: > > 25.04.2025 20:52, Kevin Wolf wrote: > > > From: Denis Rastyogin > > > > > > This error was discovered by fuzzing qemu-img. > > > > > > Currently, running `qemu-img bench -d 0` in img_bench is a

Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench

2025-04-28 Thread Michael Tokarev
28.04.2025 16:54, Michael Tokarev пишет: 25.04.2025 20:52, Kevin Wolf wrote: From: Denis Rastyogin This error was discovered by fuzzing qemu-img. Currently, running `qemu-img bench -d 0` in img_bench is allowed, which is a pointless operation and causes qemu-img to hang. Signed-off-by: Denis

Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench

2025-04-28 Thread Michael Tokarev
25.04.2025 20:52, Kevin Wolf wrote: From: Denis Rastyogin This error was discovered by fuzzing qemu-img. Currently, running `qemu-img bench -d 0` in img_bench is allowed, which is a pointless operation and causes qemu-img to hang. Signed-off-by: Denis Rastyogin Message-ID: <20250327162423.25

[PULL 4/4] qemu-img: improve queue depth validation in img_bench

2025-04-25 Thread Kevin Wolf
From: Denis Rastyogin This error was discovered by fuzzing qemu-img. Currently, running `qemu-img bench -d 0` in img_bench is allowed, which is a pointless operation and causes qemu-img to hang. Signed-off-by: Denis Rastyogin Message-ID: <20250327162423.25154-5-ger...@altlinux.org> Reviewed-by