ANDROID: GKI: update the abi for tracing changes in 5.15.154
In 5.15.154, a number of internal tracing structures changed. Those
structures are not used outside of the core kernel, but due to opaque
pointers being carried into some abi signatures, they are tracked by the
.stg file.
Update the .stg file to handle these changes, as they are safe to modify
at this point in time.
The changes are:
INFO: type 'struct trace_buffer' changed
byte size changed from 224 to 216
2 members ('bool time_stamp_abs' .. 'struct ring_buffer_ext_cb* ext_cb') changed
offset changed by -64
type 'struct ring_buffer_per_cpu' changed
byte size changed from 496 to 488
type 'struct rb_irq_work' changed
byte size changed from 96 to 88
member 'long wait_index' was removed
3 members ('bool waiters_pending' .. 'bool wakeup_full') changed
offset changed by -64
Fixes: 66fdf3a7 ("ring-buffer: Fix waking up ring buffer readers")
Signed-off-by:
Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Id0c90b04188335ffa9a40db0397ed5a12080ca95
Loading