Re: [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-10 Thread Dan Carpenter
Hi Nitesh, url: https://github.com/0day-ci/linux/commits/Nitesh-Shetty/block-make-bio_map_kern-non-static/20220207-231407 base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next config: i386-randconfig-m021-20220207

Re: [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-10 Thread kernel test robot
Hi Nitesh, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on axboe-block/for-next] [also build test WARNING on linus/master v5.17-rc3 next-20220209] [cannot apply to device-mapper-dm/for-next] [If your patch is applied to the wrong git tree, kindly drop us a

Re: [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-08 Thread kernel test robot
Hi Nitesh, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on axboe-block/for-next] [also build test WARNING on linus/master v5.17-rc3 next-20220207] [cannot apply to device-mapper-dm/for-next] [If your patch is applied to the wrong git tree, kindly drop us a

Re: [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-08 Thread kernel test robot
Hi Nitesh, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on axboe-block/for-next] [also build test WARNING on linus/master v5.17-rc3 next-20220207] [cannot apply to device-mapper-dm/for-next] [If your patch is applied to the wrong git tree, kindly drop us a

[dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-08 Thread Nitesh Shetty
From: Arnav Dawn Add support for handling target command on target. For bdev-ns we call into blkdev_issue_copy, which the block layer completes by a offloaded copy request to backend bdev or by emulating the request. For file-ns we call vfs_copy_file_range to service our request. Currently