Re: [PATCH] vringh: use bvec_kmap_local

2025-05-01 Thread kernel test robot
next patch link:https://lore.kernel.org/r/20250430140004.2724391-1-hch%40lst.de patch subject: [PATCH] vringh: use bvec_kmap_local config: arm64-randconfig-002-20250501 (https://download.01.org/0day-ci/archive/20250501/202505011849.e2h9cm7c-...@intel.com/config) compiler: aarch64-linux-gcc (

Re: [PATCH] vringh: use bvec_kmap_local

2025-05-01 Thread kernel test robot
next patch link:https://lore.kernel.org/r/20250430140004.2724391-1-hch%40lst.de patch subject: [PATCH] vringh: use bvec_kmap_local config: arm64-randconfig-003-20250501 (https://download.01.org/0day-ci/archive/20250501/202505011754.rqgppza9-...@intel.com/config) compiler: clang version 21.0.0

Re: [PATCH] vringh: use bvec_kmap_local

2025-04-30 Thread Chaitanya Kulkarni
On 4/30/25 07:00, Christoph Hellwig wrote: > Use the bvec_kmap_local helper rather than digging into the bvec > internals. > > Signed-off-by: Christoph Hellwig Looks good. Reviewed-by: Chaitanya Kulkarni -ck

[PATCH] vringh: use bvec_kmap_local

2025-04-30 Thread Christoph Hellwig
Use the bvec_kmap_local helper rather than digging into the bvec internals. Signed-off-by: Christoph Hellwig --- drivers/vhost/vringh.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/vhost/vringh.c b/drivers/vhost/vringh.c index 73e153f9b449..f8caa322b