Re: [pve-devel] [PATCH qemu] add patch fixing io_uring short read slow path

2022-07-01 Thread Fabian Ebner
Am 01.07.22 um 13:53 schrieb Thomas Lamprecht: > How likely is this to trigger? Did you came across such events or is this a > backport > for the sake of being cautious? > > Mostly asking because 7.0 is already on staging, so it'd be good to know if > we should > add another 6.0 release between

Re: [pve-devel] [PATCH qemu] add patch fixing io_uring short read slow path

2022-07-01 Thread Thomas Lamprecht
How likely is this to trigger? Did you came across such events or is this a backport for the sake of being cautious? Mostly asking because 7.0 is already on staging, so it'd be good to know if we should add another 6.0 release between (a bit of an hassle but possible due it not having yet seen

[pve-devel] [PATCH qemu] add patch fixing io_uring short read slow path

2022-07-01 Thread Fabian Ebner
Signed-off-by: Fabian Ebner --- ...20-io_uring-fix-short-read-slow-path.patch | 47 +++ debian/patches/series | 1 + 2 files changed, 48 insertions(+) create mode 100644 debian/patches/extra/0020-io_uring-fix-short-read-slow-path.patch diff --git a/debi