diff --git a/vmlinux/arm64/vmlinux_601.h b/vmlinux/arm64/vmlinux_601.h index 6355bbde96ab31c0eb52bd4de852d13dbeba5dd8..4587ccf2ce2094f5d86e7a6c0b70a011e149f041 100644 --- a/vmlinux/arm64/vmlinux_601.h +++ b/vmlinux/arm64/vmlinux_601.h @@ -3229,3 +3229,26 @@ enum migrate_mode { MIGRATE_SYNC = 2, MIGRATE_SYNC_NO_COPY = 3, }; + +struct exception_table_entry { + int insn; + int fixup; + short int type; + short int data; +}; + +struct key_tag { + struct callback_head rcu; + refcount_t usage; + bool removed; +}; + +typedef int (*request_key_actor_t)(struct key *, void *); + +struct key_preparsed_payload; + +struct key_match_data; + +struct kernel_pkey_params; + +struct kernel_pkey_query;