Re: [PATCH v2 5/6] scsi: ufs: rpmb: Use unaligned accessors for RPMB frames

From: Bart Van Assche

Date: Wed Jul 22 2026 - 10:02:34 EST


On 7/22/26 5:33 AM, Bean Huo wrote:
consider Sashiko's suggestion, it's better to add __packed on struct rpmb_frame
{}?

Do not add __packed to an entire data structure. Only use it on
data structure members that need it.

Thanks,

Bart.