Revision 53a7ea284de9eabc0e3b7dee54c2cb670b8e087a authored by Ard Biesheuvel on 20 October 2022, 09:26:42 UTC, committed by Ard Biesheuvel on 21 October 2022, 09:09:41 UTC
The linker script symbol definition that captures the size of the
compressed payload inside the zboot decompressor (which is exposed via
the image header) refers to '.' for the end of the region, which does
not give the correct result as the expression is not placed at the end
of the payload. So use the symbol name explicitly.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
1 parent db14655
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top