• Ard Biesheuvel's avatar
    ARM: decompressor: disable stack protector · 672513bf
    Ard Biesheuvel authored
    Enabling the stack protector in the decompressor is of dubious value,
    given that it uses a fixed value for the canary, cannot print any output
    unless CONFIG_DEBUG_LL is enabled (which relies on board specific build
    time settings), and is already disabled for a good chunk of the code
    (libfdt).
    
    So let's just disable it in the decompressor. This will make it easier
    in the future to manage the command line options that would need to be
    removed again in this context for the TLS register based stack
    protector.
    Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
    672513bf
misc.c 2.99 KB