On Mon, Oct 24, 2022 at 03:58:22PM -0400, Douglas Gilbert wrote: > Changing the interface of sgl_alloc_order() will break these callers: > drivers/scsi/ipr.c > drivers/target/target_core_transport.c > > due to change the type (and size on 64 bit machines) of the fifth argument > (i.e. 'size_t *nent_p'). Yes, you'd fold those small fixes into this patch. Jason