Re: [PATCH v2 01/14] ublk: use vmalloc for ublk_device's __queues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jun 20, 2025 at 09:09:55AM -0600, Caleb Sander Mateos wrote:
> struct ublk_device's __queues points to an allocation with up to
> UBLK_MAX_NR_QUEUES (4096) queues, each of which have:
> - struct ublk_queue (48 bytes)
> - Tail array of up to UBLK_MAX_QUEUE_DEPTH (4096) struct ublk_io's,
>   32 bytes each
> This means the full allocation can exceed 512 MB, which may well be
> impossible to service with contiguous physical pages. Switch to
> kvcalloc() and kvfree(), since there is no need for physically
> contiguous memory.
> 
> Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx>
> Fixes: 71f28f3136af ("ublk_drv: add io_uring based userspace block driver")

Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx>

Thanks,
Ming





[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux