On Sat, 21 Jun 2025 10:28:41 -0600, Caleb Sander Mateos wrote: > When a C++ file compiled with -Wc++11-narrowing includes the UAPI header > linux/ublk_cmd.h, ublk_sqe_addr_to_auto_buf_reg()'s assignments of u64 > values to u8, u16, and u32 fields result in compiler warnings. Add > explicit casts to the intended types to avoid these warnings. Drop the > unnecessary bitmasks. > > > [...] Applied, thanks! [1/1] ublk: fix narrowing warnings in UAPI header commit: 03912ca894e4e5d6499bc57e9f10dda9f0965c1d Best regards, -- Jens Axboe