Re: [PATCH v3 00/17] 64bit block-layer

2020-12-01 Thread Eric Blake
On 12/1/20 10:07 AM, Vladimir Sementsov-Ogievskiy wrote: > Hi! > > I'm sorry, I should have pinged it, or resend, or suggest to pull at > least a half long ago :( > > I've rebased it on master and make some fixes. > > What to do next? I can just resend. But I'm afraid that Eric's careful > audit

Re: [PATCH v3 00/17] 64bit block-layer

2020-12-01 Thread Vladimir Sementsov-Ogievskiy
01.12.2020 19:07, Vladimir Sementsov-Ogievskiy wrote: I have an idea: instead of auditing each function callers, can we just make some good assumptions (like that the whole offset/bytes request being aligned to bs->request_alignement doesn't lay inside [0..INT64_MAX] region), check it once in

Re: [PATCH v3 00/17] 64bit block-layer

2020-12-01 Thread Vladimir Sementsov-Ogievskiy
Hi! I'm sorry, I should have pinged it, or resend, or suggest to pull at least a half long ago :( I've rebased it on master and make some fixes. What to do next? I can just resend. But I'm afraid that Eric's careful audits may be out of date: time passed, there is no guarantee that callers ar

Re: [PATCH v3 00/17] 64bit block-layer

2020-05-05 Thread Vladimir Sementsov-Ogievskiy
30.04.2020 23:51, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20200430111033.29980-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can pro

Re: [PATCH v3 00/17] 64bit block-layer

2020-04-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200430111033.29980-1-vsement...@virtuozzo.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bas

Re: [PATCH v3 00/17] 64bit block-layer

2020-04-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200430111033.29980-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEG

[PATCH v3 00/17] 64bit block-layer

2020-04-30 Thread Vladimir Sementsov-Ogievskiy
Hi all! We want 64bit write-zeroes, and for this, convert all io functions to 64bit. We chose signed type, to be consistent with off_t (which is signed) and with possibility for signed return type (where negative value means error). Please refer to initial cover-letter https://lists.gnu.org/ar