Merge branch 'Split bpf_sk_lookup remote_port field'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 9 Feb 2022 19:40:45 +0000 (11:40 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 9 Feb 2022 19:40:46 +0000 (11:40 -0800)
Jakub Sitnicki says:

====================

Following the recent split-up of the bpf_sock dst_port field, apply the same to
technique to the bpf_sk_lookup remote_port field to make uAPI more user
friendly.

v1 -> v2:
- Remove remote_port range check and cast to be16 in TEST_RUN for sk_lookup
  (kernel test robot)
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge