mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
Since the fips140 module is not built during the regular GKI kernel
build, it will also not be participating in the symbol list generation.
Yet the symbols were added as if it were built. Fix that by moving the
symbols over to the module specific list for now. Also, update the
symbol list that is updated when using
BUILD_CONFIG=common/build.config.gki.aarch64.fips140 build/build_abi.sh --update-symbol-list
Fixes:
|
||
|---|---|---|
| .. | ||
| abi_gki_aarch64 | ||
| abi_gki_aarch64_core | ||
| abi_gki_aarch64_db845c | ||
| abi_gki_aarch64_exynos | ||
| abi_gki_aarch64_fips140 | ||
| abi_gki_aarch64_generic | ||
| abi_gki_aarch64_hikey960 | ||
| abi_gki_aarch64_mtk | ||
| abi_gki_aarch64_qcom | ||
| abi_gki_aarch64_unisoc | ||
| abi_gki_aarch64_virtual_device | ||
| abi_gki_aarch64_xiaomi | ||
| abi_gki_aarch64.xml | ||
| gki_aarch64_fips140_modules | ||
| gki_aarch64_modules | ||
| OWNERS | ||