Re: [Qemu-devel] [PATCH v5 0/3] Fix overflow bug in qcow2 discard

2019-06-03 Thread Vladimir Sementsov-Ogievskiy
03.06.2019 16:40, Kevin Wolf wrote: > Am 23.04.2019 um 14:57 hat Vladimir Sementsov-Ogievskiy geschrieben: >> v5: by Kevin's comments >> 02: add check for invalid @bytes parameter, drop r-b >> 03: move from qemu-img info to qemu-img map -f raw, drop r-b and t-b > > The patches look good to me, but

Re: [Qemu-devel] [PATCH v5 0/3] Fix overflow bug in qcow2 discard

2019-06-03 Thread Kevin Wolf
Am 23.04.2019 um 14:57 hat Vladimir Sementsov-Ogievskiy geschrieben: > v5: by Kevin's comments > 02: add check for invalid @bytes parameter, drop r-b > 03: move from qemu-img info to qemu-img map -f raw, drop r-b and t-b The patches look good to me, but the test case fails (this is on XFS; it does

Re: [Qemu-devel] [PATCH v5 0/3] Fix overflow bug in qcow2 discard

2019-05-21 Thread Vladimir Sementsov-Ogievskiy
ping 23.04.2019 15:57, Vladimir Sementsov-Ogievskiy wrote: > v5: by Kevin's comments > 02: add check for invalid @bytes parameter, drop r-b > 03: move from qemu-img info to qemu-img map -f raw, drop r-b and t-b > > Vladimir Sementsov-Ogievskiy (3): >block/qcow2-refcount: add trace-point to qc