ANDROID: Update the ABI representation
type 'struct shash_alg' changed
member 'u64 android_backport_reserved1' was removed
member 'u64 android_backport_reserved2' was removed
member 'union { int(* finup_mb)(struct shash_desc*, const u8* const*, unsigned int, u8* const*, unsigned int); struct { u64 android_backport_reserved1; }; union { }; }' was added
member 'union { unsigned int mb_max_msgs; struct { u64 android_backport_reserved2; }; union { }; }' was added
type 'struct fsverity_info' changed
byte size changed from 272 to 264
member 'spinlock_t hash_page_init_lock' was removed
type 'struct fsverity_hash_alg' changed
member 'int mb_max_msgs' was added
The changes to struct shash_alg are safe because they are just using the
backport reserved fields. The changes to struct fsverity_info and
struct fsverity_hash_alg are safe because these are actually internal
types. They are part of the ABI representation only because of a
tooling limitation.
Bug: 330611177
Change-Id: If8f0e76a1d71a9f6d8ad9615c22884d7aee3d26c
Signed-off-by:
Eric Biggers <ebiggers@google.com>
Loading
Please sign in to comment