Revert "ANDROID: fscrypt: add support for hardware-wrapped keys"
This reverts ANDROID-fscrypt-add-support-for-hardware-wrapped-keys.patch because it is part of the hardware-wrapped keys feature, which conflicts heavily with upstream refactoring in 5.16. I've also reworked the hardware-wrapped key patches when proposing them upstream (https://lore.kernel.org/linux-block/20210916174928.65529-1-ebiggers@kernel.org). To unblock the 5.16 merge, revert the hardware-wrapped key patches for now. I'll apply a new version of them after the 5.16 merge. Bug: 160883801 Change-Id: I891e1f5ba0632bf9d77199420261691d16adbc09 Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
@@ -124,10 +124,7 @@ struct fscrypt_add_key_arg {
|
||||
struct fscrypt_key_specifier key_spec;
|
||||
__u32 raw_size;
|
||||
__u32 key_id;
|
||||
__u32 __reserved[7];
|
||||
/* N.B.: "temporary" flag, not reserved upstream */
|
||||
#define __FSCRYPT_ADD_KEY_FLAG_HW_WRAPPED 0x00000001
|
||||
__u32 __flags;
|
||||
__u32 __reserved[8];
|
||||
__u8 raw[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user