Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: net: bpf: clarify tail_call index
As per 90caccd ("bpf: fix bpf_tail_call() x64 JIT"), the index used for array lookup is defined to be 32-bit wide. Update a misleading comment that suggests it is 64-bit wide. Fixes: 39c13c2 ("arm: eBPF JIT compiler") Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
- Loading branch information