From 70c54eefee94577358b03200f492c74befb2e5d4 Mon Sep 17 00:00:00 2001 From: Giuliano Procida Date: Wed, 16 Apr 2025 18:48:16 +0100 Subject: [PATCH] ANDROID: rename KABI reserved field names This is to match what we will be using with gendwarfksyms. Unfortunately, the change to padding name affects CRCs and ABI. Bug: 400972353 Change-Id: I30bf7ee2aba21eae4bb366cb1750ced821fef5e0 Signed-off-by: Giuliano Procida --- include/linux/android_kabi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/android_kabi.h b/include/linux/android_kabi.h index 02ba25dbfdbf..bb0717738448 100644 --- a/include/linux/android_kabi.h +++ b/include/linux/android_kabi.h @@ -70,7 +70,7 @@ #endif /* __GENKSYMS__ */ -#define _ANDROID_KABI_RESERVE(n) u64 android_kabi_reserved##n +#define _ANDROID_KABI_RESERVE(n) u64 __kabi_reserved##n /*