ANDROID: GKI: Update the ABI xml representation for fuse-bpf
type 'enum bpf_prog_type' changed
enumerator 'BPF_PROG_TYPE_FUSE' (32) was added
Adding fuse-bpf adds a new bpf program type. This changes the UABI, but
in a benign way - the bpf loader can now load fuse bpfs, but they will
only ever be passed to fuse, and not to any other part of the kernel.
Bug: 244594813
Test: UABI change
Change-Id: I416d9f8e5989d4ca94c8704e0824733d763306f1
Signed-off-by:
Paul Lawrence <paullawrence@google.com>
Loading
Please sign in to comment