ANDROID: GKI: fix ABI change in "bpf: Fix helper writes to read-only map"
In commit Fixes a2c8dc7e ("bpf: Fix helper writes to read-only maps"), there are some CRC changes due to some bpf enum values changing. Fix this up by removing the new enum from the CRC calculations. But, the "final" enum values of __BPF_REG_TYPE_LIMIT, __BPF_RET_TYPE_LIMIT, and __BPF_ARG_TYPE_LIMIT have a real change due to the new enum being added. These are only used for internal lists, and are never exposed to external modules or userspace, so it is safe for those values to change, so update the ABI and document the ABI break for this. Change-Id: I925d9fa0821320042cb8b336ed19e55b51ff2524 Bug: 376430620 Fixes: a2c8dc7e ("bpf: Fix helper writes to read-only maps") Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading