mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: GKI: update the .stg file
In commit34a7e5021a("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:
@@ -115768,6 +115768,12 @@ member {
|
|||||||
type_id: 0x18bd6530
|
type_id: 0x18bd6530
|
||||||
offset: 256
|
offset: 256
|
||||||
}
|
}
|
||||||
|
member {
|
||||||
|
id: 0x49ff89e0
|
||||||
|
name: "msg_control"
|
||||||
|
type_id: 0x18bd6530
|
||||||
|
offset: 384
|
||||||
|
}
|
||||||
member {
|
member {
|
||||||
id: 0xd7b46612
|
id: 0xd7b46612
|
||||||
name: "msg_control_is_user"
|
name: "msg_control_is_user"
|
||||||
@@ -211315,7 +211321,7 @@ struct_union {
|
|||||||
kind: STRUCT
|
kind: STRUCT
|
||||||
name: "io_sr_msg"
|
name: "io_sr_msg"
|
||||||
definition {
|
definition {
|
||||||
bytesize: 48
|
bytesize: 56
|
||||||
member_id: 0xbf9f3e0b
|
member_id: 0xbf9f3e0b
|
||||||
member_id: 0x3be4492a
|
member_id: 0x3be4492a
|
||||||
member_id: 0xc33d06ca
|
member_id: 0xc33d06ca
|
||||||
@@ -211323,6 +211329,7 @@ struct_union {
|
|||||||
member_id: 0xb8f1e8f7
|
member_id: 0xb8f1e8f7
|
||||||
member_id: 0x6ede3259
|
member_id: 0x6ede3259
|
||||||
member_id: 0x9b799482
|
member_id: 0x9b799482
|
||||||
|
member_id: 0x49ff89e0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
struct_union {
|
struct_union {
|
||||||
|
|||||||
Reference in New Issue
Block a user