Commit db1a0aa3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Treehugger Robot
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent cea14524
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment