ANDROID: GKI: update the .stg file

In commit 34a7e5021a ("io_uring/net: save msghdr->msg_control for
retries") a new field was added to struct io_sr_msg.  This structure is
a local-only structure, but the api-detection tool walks a long chain of
pointers and thinks that this is a structure that needs to be tracked,
while in reality it is just a pointer.

So update the .stg file with the new structure size, this is safe to do
as there are no external users of this structure at all.

INFO: ABI DIFFERENCES HAVE BEEN DETECTED!
INFO: type 'struct io_sr_msg' changed
  byte size changed from 48 to 56
  member 'void* msg_control' was added

Fixes: 34a7e5021a ("io_uring/net: save msghdr->msg_control for retries")
Change-Id: I938581836a7a53519122b78fb6932263ab9f731c
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-07-04 14:43:56 +00:00
parent 6f8b8ba07b
commit cf7fcaaad7

View File

@@ -115768,6 +115768,12 @@ member {
type_id: 0x18bd6530
offset: 256
}
member {
id: 0x49ff89e0
name: "msg_control"
type_id: 0x18bd6530
offset: 384
}
member {
id: 0xd7b46612
name: "msg_control_is_user"
@@ -211315,7 +211321,7 @@ struct_union {
kind: STRUCT
name: "io_sr_msg"
definition {
bytesize: 48
bytesize: 56
member_id: 0xbf9f3e0b
member_id: 0x3be4492a
member_id: 0xc33d06ca
@@ -211323,6 +211329,7 @@ struct_union {
member_id: 0xb8f1e8f7
member_id: 0x6ede3259
member_id: 0x9b799482
member_id: 0x49ff89e0
}
}
struct_union {