Re: [PATCH v3] scsi: libsas: Allocation SMP request is aligned to 16B

From: Christoph Hellwig
Date: Thu Mar 28 2024 - 02:36:58 EST


> + u8 *p = kzalloc(ALIGN(size, 16), GFP_KERNEL);

No, a magic undocumented 16 here max no sense at all. See the
discussion on the previous iteration.