Re: [PATCH] firmware: make sure builtin firmware is page alignment

From: Greg KH
Date: Fri Aug 03 2018 - 01:39:55 EST


On Fri, Aug 03, 2018 at 09:45:21AM +0800, Zhang Ning wrote:
> when firmware is in filesystem, request_firmware will load it,
> and copy it to vmalloc memory, that is page align memory.
>
> but when firmware is builtin, it is 8 bytes or 4 bytes alignment.
>
> make sure builtin firmware is page algnment, that can simplify algorithm
> to handle firmware.

How is it simplified? I don't see any such change like that here :(