Re: [PATCH 06/17] block: simplify bio_map_kern

2025-04-29 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [PATCH 06/17] block: simplify bio_map_kern

2025-04-23 Thread Damien Le Moal
On 4/22/25 23:26, Christoph Hellwig wrote: > Split bio_map_kern into a simple version that can use bio_add_virt_nofail > for kernel direct mapping addresses and a more complex bio_map_vmalloc > with the logic to chunk up and map vmalloc ranges using the > bio_add_vmalloc helper. > > Signed-off-by:

Re: [PATCH 06/17] block: simplify bio_map_kern

2025-04-22 Thread Hannes Reinecke
On 4/22/25 16:26, Christoph Hellwig wrote: Split bio_map_kern into a simple version that can use bio_add_virt_nofail for kernel direct mapping addresses and a more complex bio_map_vmalloc with the logic to chunk up and map vmalloc ranges using the bio_add_vmalloc helper. Signed-off-by: Christoph

[PATCH 06/17] block: simplify bio_map_kern

2025-04-22 Thread Christoph Hellwig
Split bio_map_kern into a simple version that can use bio_add_virt_nofail for kernel direct mapping addresses and a more complex bio_map_vmalloc with the logic to chunk up and map vmalloc ranges using the bio_add_vmalloc helper. Signed-off-by: Christoph Hellwig --- block/blk-map.c | 74 +