From dff4e234f8955e02233fa526864e39382729e1c4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 20 Mar 2023 15:18:55 +0000 Subject: [PATCH] ANDROID: Update the .stg file due to internal io_uring changes Commit 345fb368e5f5 ("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: 345fb368e5f5 ("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 f1b44a05f4f5..dccb2e8e322b 100644 --- a/android/abi_gki_aarch64.stg +++ b/android/abi_gki_aarch64.stg @@ -148944,6 +148944,12 @@ member { type_id: 0xe62ebf07 offset: 96 } +member { + id: 0x4f8c91e3 + name: "retries" + type_id: 0x6720d32f + offset: 160 +} member { id: 0x4f8c9ace name: "retries" @@ -213698,6 +213704,7 @@ struct_union { member_id: 0xbf9f3e0b member_id: 0xb54d95a7 member_id: 0x114cfa02 + member_id: 0x4f8c91e3 member_id: 0x201ba81a } }