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)
commite5313968c41ba890a91344773a0474d0246d20a3
tree427e6ef1e3229dae55160bdb5c69896f5ddfa7f5
parentdc37dc617fabfb1c3a16d49f5d8cc20e9e3608ca
parent2ed0dc5937d38f282841d22c5a5354ec264c7b8d
Merge branch 'Split bpf_sk_lookup remote_port field'

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>