Re: [dm-devel] [PATCH blktests v2] tests/dm: add a regression test

2023-05-08 Thread Shinichiro Kawasaki
On May 04, 2023 / 11:18, Yu Kuai wrote: > Hi, > > 在 2023/05/01 12:34, Shinichiro Kawasaki 写道: > > Yu, thanks for the patch. I have three minor comments below. Other than > > that, > > the patch looks good to me. If you do not mind, I can do these edits. > > Please let > > me know your thoughts.

Re: [dm-devel] [PATCH blktests v2] tests/dm: add a regression test

2023-05-03 Thread Yu Kuai
Hi, 在 2023/05/01 12:34, Shinichiro Kawasaki 写道: Yu, thanks for the patch. I have three minor comments below. Other than that, the patch looks good to me. If you do not mind, I can do these edits. Please let me know your thoughts. I'm good with your comments. Thanks, Kuai 1) Let's describe a

Re: [dm-devel] [PATCH blktests v2] tests/dm: add a regression test

2023-05-02 Thread Shinichiro Kawasaki
Yu, thanks for the patch. I have three minor comments below. Other than that, the patch looks good to me. If you do not mind, I can do these edits. Please let me know your thoughts. 1) Let's describe a bit more in the commit title, like, "tests/dm: add dm test group and a test for self-map" 2)

Re: [dm-devel] [PATCH blktests v2] tests/dm: add a regression test

2023-04-29 Thread kernel test robot
Hi Yu, kernel test robot noticed the following build warnings: [auto build test WARNING on device-mapper-dm/for-next] [also build test WARNING on linus/master v6.3 next-20230428] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '

[dm-devel] [PATCH blktests v2] tests/dm: add a regression test

2023-04-26 Thread Yu Kuai
From: Yu Kuai Verify that reload a dm with maps to itself will fail. Signed-off-by: Yu Kuai --- tests/dm/001 | 29 + tests/dm/001.out | 2 ++ tests/dm/rc | 13 + 3 files changed, 44 insertions(+) create mode 100644 tests/dm/001 create mode 10