ANDROID: update the .xml file due to changes in the 5.10.150 merge to struct sk_buff
In the 5.10.150 merge, struct sk_buff was fixed up to preserve the ABI.
In order for that change to work here, we have to update our version of
the .xml file as well because it contains many more symbols than the
-lts branch had.
type 'struct sk_buff' changed
member 'union { struct { __u8 scm_io_uring; __u8 android_kabi_reserved1_padding1; __u16 android_kabi_reserved1_padding2; __u32 android_kabi_reserved1_padding3; }; struct { u64 android_kabi_reserved1; }; union { }; }' was added
member 'u64 android_kabi_reserved1' was removed
Fixes: ee97a71c ("ANDROID: fix up struct sk_buf ABI breakage")
Signed-off-by:
Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I74ba2401063de272cbf82906ad99c1b8cb5ff2f2
Loading
Please sign in to comment