From 9e199d3fbc02c8fd9ef11d4491a12498a11f7ef1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 17 Mar 2023 08:26:44 +0000 Subject: [PATCH] ANDROID: Update the .stg file due to internal io_uring changes Commit c6b9c79c3df9 ("io_uring/poll: allow some retries for poll triggering spuriously") changes the struct io_poll internal structure, which is not exposed to any actual module code, but is noticed by the checking tools. Update the signatures to handle this as it is not an actual ABI break. type 'struct io_poll' changed member 'int retries' was added Fixes: c6b9c79c3df9 ("io_uring/poll: allow some retries for poll triggering spuriously") Signed-off-by: Greg Kroah-Hartman Change-Id: I1b29e0a9e005f56963a41daad9122062c6b21619 --- android/abi_gki_aarch64.stg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/abi_gki_aarch64.stg b/android/abi_gki_aarch64.stg index 51633f43872e..cb713f316fb5 100644 --- a/android/abi_gki_aarch64.stg +++ b/android/abi_gki_aarch64.stg @@ -158841,6 +158841,12 @@ member { type_id: 0xe62ebf07 offset: 96 } +member { + id: 0x4f8c91e3 + name: "retries" + type_id: 0x6720d32f + offset: 160 +} member { id: 0x4f8c92df name: "retries" @@ -227974,6 +227980,7 @@ struct_union { member_id: 0xbf9f3e0b member_id: 0xb54d95a7 member_id: 0x114cfa02 + member_id: 0x4f8c91e3 member_id: 0x201ba81a } }