On 10/9/24 11:39, Jan Beulich wrote:
On 06.10.2024 23:49, Daniel P. Smith wrote:This commit introduces the start and size fields to struct boot_module and adds a corresponding bootstrap mapping function, bootstrap_map_bm.Which then is left with no caller. Misra doesn't like unreachable code.
Only until the upcoming commit makes use, but yes these should be standalone and thus complaint. I will rework to ensure there is a use of the function when it is introduced.
v/r, dps