From ec2daee24cd5f1949840057155842ea2b57ae0bf Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 12 Jun 2023 17:48:19 +0000 Subject: [PATCH] ANDROID: add memset32 to db835c list of exported symbols needed. In commit cfc7ee210f2f ("wifi: ath11k: fix writing to unintended memory region"), that was in 6.1.28, the ath11k driver added the need to use memset32. While that symbol is exported for other platforms, it's not exported for this one, so the build is broken. Fix that up by adding the needed symbol to the android/abi_gki_aarch64_db845c file. Fixes: cfc7ee210f2f ("wifi: ath11k: fix writing to unintended memory region") Change-Id: I44c240c60203ae385f021922a25028fb41839841 Signed-off-by: Greg Kroah-Hartman --- android/abi_gki_aarch64_db845c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/abi_gki_aarch64_db845c b/android/abi_gki_aarch64_db845c index 4e9ca9abba2b..2a9e9d583485 100644 --- a/android/abi_gki_aarch64_db845c +++ b/android/abi_gki_aarch64_db845c @@ -437,6 +437,7 @@ memmove memremap memset + memset32 __memset_io memstart_addr memunmap