[dm-devel] Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 4.19-stable tree

2023-05-11 Thread Sasha Levin
This is a note to let you know that I've just added the patch titled dm verity: fix error handling for check_at_most_once on FEC to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[dm-devel] Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 5.10-stable tree

2023-05-11 Thread Sasha Levin
This is a note to let you know that I've just added the patch titled dm verity: fix error handling for check_at_most_once on FEC to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[dm-devel] Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 5.4-stable tree

2023-05-11 Thread Sasha Levin
This is a note to let you know that I've just added the patch titled dm verity: fix error handling for check_at_most_once on FEC to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [dm-devel] [PATCH] dm verity: fix error handling for check_at_most_once

2023-03-19 Thread MX
Hi Eric, Thank you for your detailed feedback. > Hi Yeongjin, > > On Thu, Mar 16, 2023 at 12:18:42PM +0900, Yeongjin Gil wrote: > > In verity_work(), the return value of verity_verify_io() is converted > > to blk_status and passed to verity_finish_io(). BTW, when a bit is set > > in > > v->validat

Re: [dm-devel] [PATCH] dm verity: fix error handling for check_at_most_once

2023-03-17 Thread Eric Biggers
Hi Yeongjin, On Thu, Mar 16, 2023 at 12:18:42PM +0900, Yeongjin Gil wrote: > In verity_work(), the return value of verity_verify_io() is converted to > blk_status and passed to verity_finish_io(). BTW, when a bit is set in > v->validated_blocks, verity_verify_io() skips verification regardless of

[dm-devel] [PATCH] dm verity: fix error handling for check_at_most_once

2023-03-17 Thread Yeongjin Gil
In verity_work(), the return value of verity_verify_io() is converted to blk_status and passed to verity_finish_io(). BTW, when a bit is set in v->validated_blocks, verity_verify_io() skips verification regardless of I/O error for the corresponding bio. In this case, the I/O error could not be retu