Message ID | 20220319183356.233666-1-jakub@cloudflare.com (mailing list archive) |
---|---|
Headers | show |
Series | Make 2-byte access to bpf_sk_lookup->remote_port endian-agnostic | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Sat, 19 Mar 2022 19:33:53 +0100 you wrote: > This patch set is a result of a discussion we had around the RFC patchset from > Ilya [1]. The fix for the narrow loads from the RFC series is still relevant, > but this series does not depend on it. Nor is it required to unbreak sk_lookup > tests on BE, if this series gets applied. > > To summarize the takeaways from [1]: > > [...] Here is the summary with links: - [bpf-next,v2,1/3] bpf: Treat bpf_sk_lookup remote_port as a 2-byte field https://git.kernel.org/bpf/bpf-next/c/058ec4a7d9cf - [bpf-next,v2,2/3] selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port https://git.kernel.org/bpf/bpf-next/c/3c69611b8926 - [bpf-next,v2,3/3] selftests/bpf: Fix test for 4-byte load from remote_port on big-endian https://git.kernel.org/bpf/bpf-next/c/ce5236800116 You are awesome, thank you!