mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
scripts/tags.sh: tag SYM_*START*() assembler symbols
The `startup_64` symbol and many other assembler symbols are not tagged. Add a generic rule to tag assembler symbols defined with macros like SYM_*START*(symbol). Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Link: https://lore.kernel.org/r/20250131155439.2025038-1-costa.shul@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
be382372d5
commit
1a09cd9b7b
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ dogtags()
|
|||
# a ^[^#] is prepended by setup_regex unless an anchor is already present
|
||||
regex_asm=(
|
||||
'/^\(ENTRY\|_GLOBAL\)([[:space:]]*\([[:alnum:]_\\]*\)).*/\2/'
|
||||
'/^SYM_[[:alnum:]_]*START[[:alnum:]_]*([[:space:]]*\([[:alnum:]_\\]*\)).*/\1/'
|
||||
)
|
||||
regex_c=(
|
||||
'/^SYSCALL_DEFINE[0-9]([[:space:]]*\([[:alnum:]_]*\).*/sys_\1/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue