mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: GKI: Update the .stg defintion due to opaque type change.
In commit49b830d75f("ring-buffer: Do not swap cpu_buffer during resize process"), the internal structure of "struct ring_buffer" had an additional field added. The ABI tooling has had this structure "leak" to its list of symbols to verify, but all apis only use a pointer, not the real structure, which is controlled by the tracing core. So this change is safe to make, so update the abi defintion with the new signature: type 'struct trace_buffer' changed member 'atomic_t resizing' was added Bug: 161946584 Fixes:49b830d75f("ring-buffer: Do not swap cpu_buffer during resize process") Change-Id: I633c3878d27dae9acd0576659163ca4362a713c9 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -145782,6 +145782,12 @@ member {
|
||||
type_id: 0x03913382
|
||||
offset: 64
|
||||
}
|
||||
member {
|
||||
id: 0x9a2ccf59
|
||||
name: "resizing"
|
||||
type_id: 0x74d29cf1
|
||||
offset: 96
|
||||
}
|
||||
member {
|
||||
id: 0x7f319b20
|
||||
name: "resolution"
|
||||
@@ -229888,6 +229894,7 @@ struct_union {
|
||||
member_id: 0x2d2d0138
|
||||
member_id: 0xe7102ce7
|
||||
member_id: 0x9fc7d460
|
||||
member_id: 0x9a2ccf59
|
||||
member_id: 0x3dac837e
|
||||
member_id: 0xaa1570ba
|
||||
member_id: 0xad8983a9
|
||||
|
||||
Reference in New Issue
Block a user