ANDROID: ABI: add missing symbols to fips140 symbol list
This fixes the following build error: ERROR: Differences between ksymtab and symbol list detected! Symbols missing from ksymtab: Symbols missing from symbol list: - register_random_ready_notifier - unregister_random_ready_notifier Bug: 188620248 Change-Id: Iada810172c1525b96557248889b69a4fb6e1a82e Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
@@ -109,6 +109,7 @@
|
|||||||
_raw_spin_lock
|
_raw_spin_lock
|
||||||
_raw_spin_unlock
|
_raw_spin_unlock
|
||||||
refcount_warn_saturate
|
refcount_warn_saturate
|
||||||
|
register_random_ready_notifier
|
||||||
scatterwalk_ffwd
|
scatterwalk_ffwd
|
||||||
scatterwalk_map_and_copy
|
scatterwalk_map_and_copy
|
||||||
sg_init_one
|
sg_init_one
|
||||||
@@ -140,6 +141,7 @@
|
|||||||
__tracepoint_android_vh_sha256
|
__tracepoint_android_vh_sha256
|
||||||
tracepoint_probe_register
|
tracepoint_probe_register
|
||||||
__ubsan_handle_cfi_check_fail_abort
|
__ubsan_handle_cfi_check_fail_abort
|
||||||
|
unregister_random_ready_notifier
|
||||||
up_write
|
up_write
|
||||||
wait_for_completion
|
wait_for_completion
|
||||||
xa_load
|
xa_load
|
||||||
|
|||||||
Reference in New Issue
Block a user