This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e764a1e32337 Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm [...] new 8912fd6a61d7 net: hns3: fix spelling mistake "could'nt" -> "couldn't" new c7ca03c216ac drivers/net/wan/lapbether: Added needed_headroom and a skb [...] new b9b40ee4db6c r8152: Use MAC address from correct device tree node new 158b47a65aa6 selftests: mptcp: fix dependecies new 6bdb6211a61e mptcp: more stable diag self-tests new 7ee2492635d8 mptcp: fix warn at shutdown time for unaccepted msk sockets new 6bcaf41f9613 selftests/bpf: Prevent runqslower from racing on building bpftool new 5e7b30205cef bpf: Change uapi for bpf iterator map elements new 74fc097de327 tools/bpf: Support new uapi for map element bpf iterator new 0ac10dc1888c Merge branch 'bpf_iter-uapi-fix' new 932ac54a3e59 libbf: Fix uninitialized pointer at btf__parse_raw() new d48556f45608 bpf: Add missing return to resolve_btfids new 0d360d64b012 bpf: Remove inline from bpf_do_trace_printk new 6fc5916cc256 selftests: bpf: Switch off timeout new 929e54a98968 bpf: Fix compilation warning of selftests new 7fb20f9e901e bpf, doc: Remove references to warning message when using [...] new d5ca590525cf selftests/bpf: Fix silent Makefile output new b8c1a3090741 bpf: Delete repeated words in comments new 64cae2fb48ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new 1c3b63f155f6 net/tls: allow MSG_CMSG_COMPAT in sendmsg new d02cbc461361 net: phy: fix memory leak in device-create error path new 6b07edebe6d3 net: Use helper function fdput() new ce787a5a074a net: Set fput_needed iff FDPUT_FPUT is set new 47260ba93782 net: Remove meaningless jump label out_fs new 11f920d2aa9d net: Use helper function ip_is_fragment() new 7c7ab580db49 net: Convert to use the fallthrough macro new 519a8a6cf91d net: Revert "net: optimize the sockptr_t for unified kerne [...] new 8a7f280f29a8 vmxnet3: use correct tcp hdr length when packet is encapsulated new 56e287b3daa2 nfp: update maintainer new f19008e67636 tcp: correct read of TFO keys on big endian systems new 444da3f52407 bitfield.h: don't compile-time validate _val in FIELD_FIT new b06c19d9f827 net/tls: Fix kmap usage new c79f428d6f14 drivers/net/wan/x25_asy: Added needed_headroom and a skb-> [...] new 1dab5877e8eb hinic: fix strncpy output truncated compile warnings new 26896f01467a net/nfc/rawsock.c: add CAP_NET_RAW check. new e71642009cbd ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc() new 50caa777a3a2 net: qcom/emac: add missed clk_disable_unprepare in error [...] new 0f5907af3913 net: Fix potential memory leak in proto_register() new 1b8ef1423dbf net: phy: marvell10g: fix null pointer dereference new 62ffc589abb1 net: refactor bind_bucket fastreuse into helper new d76f3351cea2 net: initialize fastreuse on inet_inherit_port new 633f5b6bca9b Merge branch 'net-initialize-fastreuse-on-inet_inherit_port' new 41077c990266 sfc: fix ef100 design-param checking new 1980c0584483 vsock: fix potential null pointer dereference in vsock_poll() new 06a7a37be55e ipv4: tunnel: fix compilation on ARCH=um new 592d751c1e17 net: stmmac: dwmac1000: provide multicast filter fallback new df43dd526e66 net: ethernet: stmmac: Disable hardware multicast filter new ae8bd3021c34 Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x' new 2e0d8fef5f76 net: accept an empty mask in /sys/class/net/*/queues/rx-*/ [...] new 9643609423c7 Revert "ipv4: tunnel: fix compilation on ARCH=um" new 94c7eb54c4b8 random32: add a tracepoint for prandom_u32() new 88fd1cb80daa af_packet: TPACKET_V3: fix fill status rwlock imbalance new 1f3a090b9033 net: openvswitch: introduce common code for flushing flows new a1d21081a60d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
The 54 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/bpf/bpf_design_QA.rst | 11 --- MAINTAINERS | 3 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 2 +- drivers/net/ethernet/huawei/hinic/hinic_devlink.c | 32 +++---- drivers/net/ethernet/huawei/hinic/hinic_hw_dev.h | 2 - drivers/net/ethernet/pensando/ionic/ionic_lif.c | 4 +- drivers/net/ethernet/qualcomm/emac/emac.c | 17 +++- drivers/net/ethernet/sfc/ef100_nic.c | 3 +- .../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c | 1 + .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 3 + drivers/net/phy/marvell10g.c | 18 ++-- drivers/net/phy/phy_device.c | 8 +- drivers/net/usb/r8152.c | 2 +- drivers/net/vmxnet3/vmxnet3_drv.c | 3 +- drivers/net/wan/lapbether.c | 10 ++- drivers/net/wan/x25_asy.c | 14 ++++ include/linux/bitfield.h | 2 +- include/linux/bpf.h | 10 ++- include/linux/sockptr.h | 26 +----- include/net/inet_connection_sock.h | 4 + include/net/tcp.h | 2 + include/trace/events/random.h | 17 ++++ include/uapi/linux/bpf.h | 15 ++-- kernel/bpf/bpf_iter.c | 58 ++++++------- kernel/bpf/core.c | 2 +- kernel/bpf/map_iter.c | 37 +++++++-- kernel/bpf/syscall.c | 2 +- kernel/bpf/verifier.c | 2 +- kernel/trace/bpf_trace.c | 2 +- lib/random32.c | 2 + net/core/bpf_sk_storage.c | 37 +++++++-- net/core/net-sysfs.c | 12 +-- net/core/skbuff.c | 2 +- net/core/sock.c | 25 +++--- net/ipv4/bpfilter/sockopt.c | 14 ++-- net/ipv4/inet_connection_sock.c | 97 ++++++++++++---------- net/ipv4/inet_hashtables.c | 1 + net/ipv4/sysctl_net_ipv4.c | 16 +--- net/ipv4/tcp.c | 16 +--- net/ipv4/tcp_fastopen.c | 23 +++++ net/mptcp/subflow.c | 6 +- net/nfc/rawsock.c | 7 +- net/openvswitch/datapath.c | 10 ++- net/openvswitch/flow_table.c | 35 ++++---- net/openvswitch/flow_table.h | 3 + net/packet/af_packet.c | 9 +- net/socket.c | 23 ++--- net/tls/tls_device.c | 3 +- net/tls/tls_sw.c | 3 +- net/vmw_vsock/af_vsock.c | 2 +- tools/bpf/bpftool/iter.c | 9 +- tools/bpf/resolve_btfids/main.c | 1 + tools/include/uapi/linux/bpf.h | 15 ++-- tools/lib/bpf/bpf.c | 3 + tools/lib/bpf/bpf.h | 5 +- tools/lib/bpf/btf.c | 2 +- tools/lib/bpf/libbpf.c | 6 +- tools/lib/bpf/libbpf.h | 5 +- tools/testing/selftests/bpf/Makefile | 53 ++++++------ tools/testing/selftests/bpf/prog_tests/bpf_iter.c | 40 +++++++-- .../testing/selftests/bpf/prog_tests/send_signal.c | 18 ++-- .../bpf/prog_tests/stacktrace_build_id_nmi.c | 4 +- tools/testing/selftests/{ftrace => bpf}/settings | 0 tools/testing/selftests/bpf/test_tcpnotify_user.c | 13 ++- tools/testing/selftests/net/mptcp/config | 2 + tools/testing/selftests/net/mptcp/mptcp_connect.c | 9 +- 66 files changed, 493 insertions(+), 350 deletions(-) copy tools/testing/selftests/{ftrace => bpf}/settings (100%)