]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: retrieve the module dependency and CRCs in check_exports()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 24 Apr 2022 19:07:49 +0000 (04:07 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:16:59 +0000 (03:16 +0900)
commit028109e9a681de104adca75cf129c192b14124e7
tree9afdb5215fc8b3296d80c478b2298754b0154efe
parent833b21619435142584913c9f4ff944aae4ef89b9
modpost: retrieve the module dependency and CRCs in check_exports()

Do not repeat the similar code.

It is simpler to do this in check_exports() instead of add_versions().

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/mod/modpost.c