mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: Update the .stg file due to internal io_uring changes
Commit345fb368e5("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:345fb368e5("io_uring/poll: allow some retries for poll triggering spuriously") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I1b29e0a9e005f56963a41daad9122062c6b21619
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user