ANDROID: CRC / ABI fixups for sched_dl_entity bitfield addition
The previous patch adds a new bitfield to the sched_dl_entity structure. This nests into a existing hole in the structure next to other bitfield entries, so the structure size should not change, thus this should be a additive KABI change, and not break any existing logic. There is no special KABI macro support for such new bitfields, so the type string of this struct is now recorded in its entirety. The ABI break is also marked as allowed. Further changes to the type will not impact the CRCs of dependent symbols and will only be picked up by ABI monitoring. Bug: 422165470 Change-Id: I882ce04d3a84dd8ee717598c5d2ecd1891db6ff5 Suggested-by:Giuliano Procida <gprocida@google.com> Signed-off-by:
John Stultz <jstultz@google.com> Signed-off-by:
Giuliano Procida <gprocida@google.com>
Loading
Please sign in to comment