Centos-kernel-stream-9/scripts/genksyms
Donald Dutile d898004486 genksyms: adjust the output format to modpost
JIRA: https://issues.redhat.com/browse/RHEL-28063

commit 5ce2176b81f77366bd02c27509b83049f0020544
Author: Masahiro Yamada <masahiroy@kernel.org>
Date:   Fri May 13 20:39:24 2022 +0900

    genksyms: adjust the output format to modpost

    Make genksyms output symbol versions in the format modpost expects,
    so the 'sed' is unneeded.

    This commit makes *.symversions completely unneeded.

    I will keep *.symversions in .gitignore and 'make clean' for a while.
    Otherwise, 'git status' might be surprising.

    Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
    Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
    Tested-by: Nathan Chancellor <nathan@kernel.org>
    Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # LLVM-14 (x86-64)

Signed-off-by: Donald Dutile <ddutile@redhat.com>
2024-06-17 14:17:17 -04:00
..
.gitignore .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
Makefile genksyms: fix stale comment 2021-05-02 00:43:34 +09:00
genksyms.c genksyms: adjust the output format to modpost 2024-06-17 14:17:17 -04:00
genksyms.h genksyms: make source_file a local variable in lexer 2021-02-16 12:01:44 +09:00
keywords.c genksyms: Ignore module scoped _Static_assert() 2020-12-21 13:57:08 +09:00
lex.l genksyms: remove useless case DOTS 2021-02-16 12:01:45 +09:00
parse.y genksyms: Ignore module scoped _Static_assert() 2020-12-21 13:57:08 +09:00