ANDROID: abi preservation for fscrypt change in 5.15.78
commit e6f4fd85 ("fscrypt: stop using keyrings subsystem for fscrypt_master_key") changed the pointer types of 2 pointers. These are private pointers to the fscrypt code, which will not matter to any GKI users, but the types change so the CRC needs to be preserved and the .xml file needs to be updates to reflect the type changes that happened: type 'struct super_block' changed member changed from 'struct key * s_master_keys' to 'struct fscrypt_keyring * s_master_keys' type changed from 'struct key *' to 'struct fscrypt_keyring *' pointed-to type changed from 'struct key' to 'struct fscrypt_keyring' Bug: 161946584 Cc: Eric Biggers <ebiggers@google.com> Fixes: e6f4fd85 ("fscrypt: stop using keyrings subsystem for fscrypt_master_key") Signed-off-by:Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ia8bec0c8879e7b6bd4e19baf59f36a22d11f4b9b
Loading