Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
authorJakub Kicinski <kuba@kernel.org>
Thu, 2 May 2024 19:05:13 +0000 (12:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 2 May 2024 19:06:25 +0000 (12:06 -0700)
commite958da0ddbe831197a0023251880a4a09d5ba268
treeeacded26f9563064a44fd1afe730493898adadb9
parentdcc61472534e48a200262fd297ab21f8dd94d6cc
parent545c494465d24b10a4370545ba213c0916f70b95
Merge git://git./linux/kernel/git/netdev/net

Cross-merge networking fixes after downstream PR.

Conflicts:

include/linux/filter.h
kernel/bpf/core.c
  66e13b615a0c ("bpf: verifier: prevent userspace memory access")
  d503a04f8bc0 ("bpf: Add support for certain atomics in bpf_arena to x86 JIT")
https://lore.kernel.org/all/20240429114939.210328b0@canb.auug.org.au/

No adjacent changes.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
22 files changed:
MAINTAINERS
arch/arm/net/bpf_jit_32.c
arch/arm64/net/bpf_jit_comp.c
arch/riscv/net/bpf_jit_comp64.c
arch/x86/net/bpf_jit_comp.c
drivers/net/dsa/mv88e6xxx/chip.c
drivers/net/vxlan/vxlan_core.c
fs/ntfs3/ntfs_fs.h
fs/ntfs3/super.c
include/linux/filter.h
include/linux/skmsg.h
kernel/bpf/core.c
kernel/bpf/verifier.c
net/core/filter.c
net/core/gro.c
net/core/skbuff.c
net/ipv4/af_inet.c
net/ipv4/ip_output.c
net/ipv4/udp.c
net/ipv6/udp.c
net/mptcp/protocol.c
tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c