Files
Centos-kernel-stream-10/scripts/mod
Joe Lawrence 0782103fce modpost: Ignore unresolved section bounds symbols
JIRA: https://issues.redhat.com/browse/RHEL-114916

commit 4109043bff31f95d3da9ace33eb3c1925fd62cbd
Author: Josh Poimboeuf <jpoimboe@kernel.org>
Date:   Wed Sep 17 09:03:17 2025 -0700

    modpost: Ignore unresolved section bounds symbols

    In preparation for klp-build livepatch module creation tooling,
    suppress warnings for unresolved references to linker-generated
    __start_* and __stop_* section bounds symbols.

    These symbols are expected to be undefined when modpost runs, as they're
    created later by the linker.

    Cc: Masahiro Yamada <masahiroy@kernel.org>
    Acked-by: Petr Mladek <pmladek@suse.com>
    Tested-by: Joe Lawrence <joe.lawrence@redhat.com>
    Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2026-01-07 12:54:57 -05:00
..