mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: FIPS: remove some random core symbols
The symbols add_random_ready_callback and del_random_ready_callback went
away in 5.15.44, so remove them from the list first so that the checker
doesn't get confused when it can no longer find them.
Fixes: 6da877d2d4 ("random: replace custom notifier chain with standard one")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Id467254b0884cb2efe2e0d2acb334740fa6e6c07
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
__put_task_struct
|
||||
|
||||
# required by fips140.ko
|
||||
add_random_ready_callback
|
||||
aead_register_instance
|
||||
ahash_register_instance
|
||||
arch_timer_read_counter
|
||||
@@ -79,7 +78,6 @@
|
||||
crypto_unregister_skciphers
|
||||
crypto_unregister_template
|
||||
crypto_unregister_templates
|
||||
del_random_ready_callback
|
||||
down_write
|
||||
fpsimd_context_busy
|
||||
get_random_bytes
|
||||
|
||||
Reference in New Issue
Block a user