• S
    kbuild: be more foregiving on init section naming · 83cda2bb
    Sam Ravnborg 提交于
    In the whitelist function of modpost now use the same
    check to identify init_section as in other places of modpost.
    This has the effect that we now recognize sections named
    .init.text.19 as init sections and we no longer warn
    when we see these.
    
    At the same time make surrounding code readable by dropping
    use of temporary flags.
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    83cda2bb
modpost.c 42.1 KB