Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-10-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 29 Oct 2024 11:47:13 +0100 you wrote: > Notable changes from v10: > * extended commit message of 23/23 with brief description of the output > * Link to v10: > https://lore.kernel.org/r/20241025-b4-ovpn-v10-0

Re: [PATCH v3] selftests/net: Fix ./ns-XXXXXX not cleanup

2024-10-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 30 Oct 2024 08:59:43 +0800 you wrote: > ``` > readonly STATS="$(mktemp -p /tmp ns-XX)" > readonly BASE=`basename $STATS` > ``` > It could be a mistake to write to $BASE rather than $STATS, where $STATS > i

Re: [RESEND PATCH v3] virtio_net: Fix mismatched buf address when unmapping for small packets

2024-09-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Thu, 19 Sep 2024 16:13:51 +0800 you wrote: > Currently, the virtio-net driver will perform a pre-dma-mapping for > small or mergeable RX buffer. But for small packets, a mismatched address > without VIRTNET_RX_PAD and xdp_

Re: [PATCH v1 1/1] selftests: set executable bit

2024-09-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Palmer Dabbelt : On Tue, 24 Sep 2024 13:54:57 -0400 you wrote: > Turn on the executable bit for the following script files. These scripts > are set to TEST_PROGS in their respective Makefiles, but currently, when > these tests are run,

Re: [PATCH bpf-next/net v7 0/3] selftests/bpf: new MPTCP subflow subtest

2024-09-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Thu, 26 Sep 2024 19:30:21 +0200 you wrote: > In this series from Geliang, modifying MPTCP BPF selftests, we have: > > - A new MPTCP subflow BPF program setting socket options per subflow: it > looks better to hav

Re: [PATCH] selftests/bpf: Add missing va_end.

2024-09-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Tue, 24 Sep 2024 12:55:34 +0800 you wrote: > From: zhang jiao > > There is no va_end after va_copy, just add it. > > Signed-off-by: zhang jiao > --- > tools/testing/selftests/bpf/test_progs.c | 1 + > 1 file c

Re: [PATCH net] selftests: rds: move include.sh to TEST_FILES

2024-10-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 27 Sep 2024 12:13:49 +0800 you wrote: > The include.sh file is generated for inclusion and should not be executable. > Otherwise, it will be added to kselftest-list.txt. Additionally, add the > executable bit for t

Re: [PATCH] selftests/net: Add missing va_end.

2024-10-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 27 Sep 2024 12:00:50 +0800 you wrote: > From: zhang jiao > > There is no va_end after va_copy, just add it. > > Signed-off-by: zhang jiao > --- > tools/testing/selftests/net/tcp_ao/lib/aolib.h | 1 + > 1 fil

Re: [PATCH net-next v3 0/9] do not leave dangling sk pointers in pf->create functions

2024-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 14 Oct 2024 16:37:59 +0100 you wrote: > Some protocol family create() implementations have an error path after > allocating the sk object and calling sock_init_data(). sock_init_data() > attaches the allocate

Re: [PATCH net 0/4] virtio_net: Make RSS interact properly with queue number

2024-11-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 4 Nov 2024 16:57:02 +0800 you wrote: > With this patch set, RSS updates with queue_pairs changing: > - When virtnet_probe, init default rss and commit > - When queue_pairs changes _without_ user rss configuration, u

Re: [PATCH bpf-next v3 00/14] selftests/bpf: migrate test_flow_dissector.sh to test_progs

2024-11-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 20 Nov 2024 08:43:10 +0100 you wrote: > Hello, > this is the revision 3 of test_flow_dissector_migration.sh into > test_progs. This revision addresses comments from Stanislas, especially > about proper reu

Re: [PATCH net] selftests: rds: move test.py to TEST_FILES

2024-11-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 24 Nov 2024 07:32:43 + you wrote: > The test.py should not be run separately. It should be run via run.sh, > which will do some sanity checks first. Move the test.py from TEST_PROGS > to TEST_FILES. > > Reported-

Re: [PATCH bpf v4 0/2] bpf: fix recursive lock and add test

2024-11-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 18 Nov 2024 11:09:08 +0800 you wrote: > 1. fix recursive lock when ebpf prog return SK_PASS. > 2. add selftest to reproduce recursive lock. > > Note that the test code can reproduce the 'dead-lock' and if just >

Re: [PATCH net-next v4 0/3] selftests: Add selftest for link layer and performance testing

2024-11-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 15 Nov 2024 00:55:17 +0530 you wrote: > The series of patches are for doing basic tests > of NIC driver. Test comprises checks for auto-negotiation, > speed, duplex state and throughput between local NIC and > p

Re: [PATCH net-next v2] mm: page_frag: fix a compile error when kernel is not compiled

2024-11-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 19 Nov 2024 11:30:11 +0800 you wrote: > page_frag test module is an out of tree module, but built > using KDIR as the main kernel tree, the mm test suite is > just getting skipped if newly added page_frag test mo

Re: [PATCH bpf-next] selftests/bpf: ensure proper root namespace cleanup when test fail

2024-12-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 28 Nov 2024 15:38:43 +0100 you wrote: > serial_test_flow_dissector_namespace manipulates both the root net > namespace and a dedicated non-root net namespace. If for some reason a > program attach on root n

Re: [PATCHv2 net 0/2] ipv6: fix temporary address not removed correctly

2024-11-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 20 Nov 2024 09:51:06 + you wrote: > Currently the temporary address is not removed when mngtmpaddr is deleted > or becomes unmanaged. The patch set fixed this issue and add a related > test. > > v2: > 1) delete

Re: [PATCH net v3 0/2] bnxt: Fix failure to report RSS context in ntuple rule

2024-11-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 27 Nov 2024 15:58:28 -0700 you wrote: > This patchset fixes a bug where bnxt driver was failing to report that > an ntuple rule is redirecting to an RSS context. First commit is the > fix, then second commit exten

Re: [PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh

2024-12-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 4 Dec 2024 07:28:44 +0900 you wrote: > Currently, sendmmsg is implemented in udpgso_bench_tx.c, > but it is not called by any test script. > > This patch adds a test for sendmmsg in udpgso_bench.sh. > This a

Re: [PATCH net v8 0/3] vsock/test: fix wrong setsockopt() parameters

2024-12-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 3 Dec 2024 09:06:53 -0600 you wrote: > Parameters were created using wrong C types, which caused them to be of > wrong size on some architectures, causing problems. > > The problem with SO_RCVLOWAT was found on s39

Re: [PATCH bpf-next] tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind

2024-12-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 2 Dec 2024 12:45:30 -0800 you wrote: > Commit f803bcf9208a ("selftests/bpf: Prevent client connect before > server bind in test_tc_tunnel.sh") added code that waits for the > netcat server to start before

Re: [PATCH] selftests/bpf: Fix fill_link_info selftest on powerpc

2024-12-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 9 Dec 2024 12:27:20 +0530 you wrote: > With CONFIG_KPROBES_ON_FTRACE enabled on powerpc, ftrace_location_range > returns ftrace location for bpf_fentry_test1 at offset of 4 bytes from > function entry. This i

Re: [PATCH bpf-next v4 0/2] bpf, verifier: Improve precision of BPF_MUL

2024-12-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 17 Dec 2024 22:23:33 -0500 you wrote: > Hi All, > > This patch-set aims to improve precision of BPF_MUL and add testcases > to illustrate precision gains using signed and unsigned bounds. > > Thanks for

Re: [PATCH v3 net] udp: gso: do not drop small packets when PMTU reduces

2025-02-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Fri, 31 Jan 2025 00:31:39 -0800 you wrote: > Commit 4094871db1d6 ("udp: only do GSO if # of segs > 1") avoided GSO > for small packets. But the kernel currently dismisses GSO requests only > after checking MTU/PMTU on

Re: [PATCH net-next] netconsole: selftest: Add test for fragmented messages

2025-02-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 03 Feb 2025 11:04:15 -0800 you wrote: > Add a new selftest to verify netconsole's handling of messages that > exceed the packet size limit and require fragmentation. The test sends > messages with varying size

Re: [PATCH bpf-next] selftests/bpf: Remove with_addr.sh and with_tunnels.sh

2025-02-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Tue, 04 Feb 2025 11:59:43 +0100 you wrote: > Those two scripts were used by test_flow_dissector.sh to setup/cleanup > the network topology before/after the tests. test_flow_dissector.sh > have been deleted by comm

Re: [PATCH bpf-next v2 0/3] bpf: Some fixes for nullness elision

2025-02-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Tue, 4 Feb 2025 10:25:15 -0700 you wrote: > Two fixes for nullness elision. See commits for more details. > > === Changelog === > Changes from v1: > * Reword commit message in patch 1 > * Add tags > > [...] Here

Re: [PATCH net] selftests: mptcp: connect: -f: no reconnect

2025-02-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 04 Feb 2025 23:19:53 +0100 you wrote: > The '-f' parameter is there to force the kernel to emit MPTCP FASTCLOSE > by closing the connection with unread bytes in the receive queue. > > The xdisconnect() helper was

Re: [PATCH] selftests: bpf: Support dynamic linking LLVM if static not available

2025-02-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Thu, 30 Jan 2025 15:33:45 -0700 you wrote: > Since 67ab80a01886 ("selftests/bpf: Prefer static linking for LLVM > libraries"), only statically linking test_progs is supported. However, > some distros only provide a

Re: [PATCH net v4 0/6] virtio_net: correct netdev_tx_reset_queue() invocation points

2024-12-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 6 Dec 2024 10:10:41 +0900 you wrote: > When virtnet_close is followed by virtnet_open, some TX completions can > possibly remain unconsumed, until they are finally processed during the > first NAPI poll after the ne

Re: [PATCH bpf-next v2 0/2] selftests: bpf: Migrate test_xdp_meta.sh to test_progs

2024-12-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Fri, 13 Dec 2024 16:06:19 +0100 you wrote: > Hi all, > > This patch series continues the work to migrate the script tests into > prog_tests. > > test_xdp_meta.sh uses the BPF programs defined in progs/test_xdp_met

Re: [PATCH net] selftests: openvswitch: fix tcpdump execution

2024-12-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 17 Dec 2024 22:16:51 +0100 you wrote: > Fix the way tcpdump is executed by: > - Using the right variable for the namespace. Currently the use of the > empty "ns" makes the command fail. > - Waiting until it start

Re: [PATCH] selftests/bpf: Fix compilation error in get_uprobe_offset()

2024-12-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (master) by Daniel Borkmann : On Wed, 18 Dec 2024 18:57:24 +0100 you wrote: > In get_uprobe_offset(), the call to procmap_query() use the constant > PROCMAP_QUERY_VMA_EXECUTABLE, even if PROCMAP_QUERY is not defined. > > Define PROCMAP_QUERY_VMA_EXECU

Re: [PATCH bpf v2 1/1] selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata

2024-12-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Thu, 5 Dec 2024 12:42:58 +0800 you wrote: > set XDP_UMEM_TX_METADATA_LEN flag to reserve tx_metadata_len bytes of > per-chunk metadata. > > Fixes: d5e726d9143c ("xsk: Require XDP_UMEM_TX_METADATA_LEN to actuate >

Re: [PATCH bpf-next v2 1/1] selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata

2024-12-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Thu, 5 Dec 2024 13:19:36 +0800 you wrote: > Currently, user needs to manually enable transmit hardware timestamp > feature of certain Ethernet drivers, e.g. stmmac and igc drivers, through > following command after

Re: [PATCH net-next v2] selftests: net: cleanup busy_poller.c

2024-12-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 4 Dec 2024 16:32:39 + you wrote: > Fix various integer type conversions by using strtoull and a temporary > variable which is bounds checked before being casted into the > appropriate cfg_* variable for u

Re: [PATCH bpf-next v2 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs

2025-01-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Fri, 10 Jan 2025 10:21:08 +0100 you wrote: > Hi all, > > This patch series continues the work to migrate the *.sh tests into > prog_tests. > > test_xdp_redirect.sh tests the XDP redirections done through > bpf_

Re: [PATCH net-next v3 0/4] netconsole: selftest for userdata overflow

2025-01-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 08 Jan 2025 03:50:24 -0800 you wrote: > Implement comprehensive testing for netconsole userdata entry handling, > demonstrating correct behavior when creating maximum entries and > preventing unauthorized ove

Re: [PATCH bpf-next] bpf: veristat: Document verifier log dumping capability

2025-01-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Thu, 9 Jan 2025 16:42:29 -0700 you wrote: > `-l2 -v` is a useful combination of flags to dump the entire > verification log. This is helpful when making changes to the verifier, > as you can see what it thinks pro

Re: [PATCH net V3] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()

2025-01-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 16 Jan 2025 09:30:37 +0800 you wrote: > From: Liu Ye > > Address Null pointer dereference in rtattr_pack. > > Flagged by cppcheck as: > tools/testing/selftests/net/ipsec.c:230:25: warning: Possible null

Re: [PATCH net v2 0/5] vsock: some fixes due to transport de-assignment

2025-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 10 Jan 2025 09:35:06 +0100 you wrote: > v1: > https://lore.kernel.org/netdev/20250108180617.154053-1-sgarz...@redhat.com/ > v2: > - Added patch 3 to cancel the virtio close delayed work when de-assigning > the tra

Re: [PATCH net 0/3] mptcp: fixes for connect selftest flakes

2025-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 13 Jan 2025 16:44:55 +0100 you wrote: > Last week, Jakub reported [1] that the MPTCP Connect selftest was > unstable. It looked like it started after the introduction of some fixes > [2]. After analysis from Paolo

Re: [PATCH v2] selftests/net/forwarding: teamd command not found

2025-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 14 Jan 2025 01:33:16 +0100 you wrote: > Running "make kselftest TARGETS=net/forwarding" results in > multiple ccurrences of the same error: > - ./lib.sh: line 787: teamd: command not found > > This patch adds

Re: [PATCH] selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpc

2025-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Fri, 10 Jan 2025 16:01:09 +0530 you wrote: > On powerpc cache line size is 128 bytes, so skb_shared_info must be > aligned accordingly. > > Signed-off-by: Saket Kumar Bhaskar > --- > tools/testing/selftests/bpf/

Re: [PATCH net-next 0/6] mptcp: selftests: more debug in case of errors

2025-01-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 14 Jan 2025 19:03:10 +0100 you wrote: > Here are just a bunch of small improvements for the MPTCP selftests: > > Patch 1: Unify errors messages in simult_flows: print MIB and 'ss -Me'. > > Patch 2: Unify er

Re: [PATCH bpf-next v7 0/5] Support eliding map lookup nullness

2025-01-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 14 Jan 2025 13:28:41 -0700 you wrote: > This patch allows progs to elide a null check on statically known map > lookup keys. In other words, if the verifier can statically prove that > the lookup will be i

Re: [PATCH net-next 0/1] selftests: drv-net-hw: fix pp_alloc_fail test error

2025-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 15 Jan 2025 10:13:11 -0800 you wrote: > The tool pp_alloc_fail.py tested error recovery by injecting errors > into page_pool_alloc_pages(). Perhaps due to the netmems conversion, > page_pool_put_full_page() do

Re: [PATCH v2] blackhole_dev: convert self-test to KUnit

2025-02-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 08 Feb 2025 14:26:43 -0500 you wrote: > Convert this very simple smoke test to a KUnit test. > > Add a missing `htons` call that was spotted[0] by kernel test robot > after initial conversion to KUnit. > >

Re: [PATCH v2 1/2] selftests/bpf: Define SYS_PREFIX for powerpc

2025-02-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Fri, 31 Jan 2025 12:35:21 +0530 you wrote: > Since commit 7e92e01b7245 ("powerpc: Provide syscall wrapper") > landed in v6.1, syscall wrapper is enabled on powerpc. Commit > 94746890202c ("powerpc: Don't add __pow

Re: [PATCH bpf-next] selftests/bpf: Sanitize pointer prior fclose()

2025-03-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Tue, 18 Mar 2025 09:16:47 +0100 you wrote: > From: Björn Töpel > > There are scenarios where env.{sub,}test_state->stdout_saved, can be > NULL, e.g. sometimes when the watchdog timeout kicks in, or if the > open_

Re: [PATCH net-next v1 1/2] net: pktgen: add strict buffer parsing index check

2025-03-24 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 17 Mar 2025 10:04:00 +0100 you wrote: > Add strict buffer parsing index check to avoid the following Smatch > warning: > > net/core/pktgen.c:877 get_imix_entries() > warn: check that incremented offset '

Re: [PATCH net-next v2 0/4] virtio_net: Fixes and improvements

2025-03-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 21 Mar 2025 15:48:31 +0900 you wrote: > Jason Wang recently proposed an improvement to struct > virtio_net_rss_config: > https://lore.kernel.org/r/CACGkMEud0Ki8p=z299q7b4qedonpydzbvqhhxcnvk_vo-kd...@mail.gmai

Re: [PATCH net-next v2 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-03-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 19 Mar 2025 03:13:33 + you wrote: > Should fix flaky tcp-ao/connect-deny-ipv6 test. > Begging pardon for the delay since the report and for sending it this > late in the release cycle. > > To: David S. M

Re: [PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues

2025-04-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 7 Apr 2025 22:21:19 +0800 you wrote: > I was writing a benchmark based on sockmap + TCP and discovered several > issues: > > 1. When EAGAIN occurs, the direction of skb is incorrect, causing data >lo

Re: [PATCH] selftests/bpf: Fix bpf_nf selftest failure

2025-04-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 9 Apr 2025 15:26:33 +0530 you wrote: > For systems with missing iptables-legacy tool, this selftest fails. > > Add check to find if iptables-legacy tool is available and skip the > test if the tool is missin

Re: [PATCH net 0/4] mptcp: misc. fixes for 6.15-rc0

2025-03-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 28 Mar 2025 15:27:15 +0100 you wrote: > Here are 4 unrelated patches: > > - Patch 1: fix a NULL pointer when two SYN-ACK for the same request are > handled in parallel. A fix for up to v5.9. > > - Patch 2: sel

Re: [PATCH net-next] selftests: drv-net: fix merge conflicts resolution

2025-03-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 14 Mar 2025 09:35:51 +0100 you wrote: > After the recent merge between net-next and net, I got some conflicts on > my side because the merge resolution was different from Stephen's one > [1] I applied on my side

Re: [PATCH net 0/2] mptcp: only inc MPJoinAckHMacFailure for HMAC failures

2025-04-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 07 Apr 2025 20:26:31 +0200 you wrote: > Recently, during a debugging session using local MPTCP connections, I > noticed MPJoinAckHMacFailure was strangely not zero on the server side. > > The first patch fixes th

Re: [PATCH net-next v2 0/8] mptcp: various small and unrelated improvements

2025-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 13 Apr 2025 11:34:31 +0200 you wrote: > Here are various unrelated patches: > > - Patch 1: sched: remove unused structure. > > - Patch 2: sched: split the validation part, a preparation for later. > > - Pa

Re: [PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 25 Apr 2025 14:10:14 +0700 you wrote: > Hi everyone, > > This only includes the selftest for virtio-net deadlock bug. The fix > commit has been applied already. > > Link: > https://lore.kernel.org/virtuali

Re: [PATCH net 0/2] mptcp: pm: Defer freeing userspace pm entries

2025-04-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 21 Apr 2025 19:07:12 +0200 you wrote: > Here are two unrelated fixes for MPTCP: > > - Patch 1: free userspace PM entry with RCU helpers. A fix for v6.14. > > - Patch 2: avoid a warning when running diag.sh selft

Re: [PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 17 Apr 2025 14:28:02 +0700 you wrote: > Hi everyone, > > This series tries to fix a deadlock in virtio-net when binding/unbinding > XDP program, XDP socket or resizing the rx queue. > > When pausing rx (e.g. set

Re: [PATCH net 1/2] net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID

2025-04-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 25 Apr 2025 01:37:33 +0300 you wrote: > The following set of commands: > > ip link add br0 type bridge vlan_filtering 1 # vlan_default_pvid 1 is implicit > ip link set swp0 master br0 > bridge vlan add dev swp0 v

Re: [PATCH net 0/4] Fix Felix DSA taprio gates after clock jump

2025-04-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Sat, 26 Apr 2025 17:48:54 +0300 you wrote: > Richie Pearn presented a reproducible situation where traffic would get > blocked on the NXP LS1028A switch if a certain taprio schedule was > applied, and stepping the PTP

Re: [PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 15 Apr 2025 13:17:17 +0200 you wrote: > Notable changes since v25: > * removed netdev notifier (was only used for our own devices) > * added .dellink implementation to address what was previously > done in not

Re: [PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format

2025-05-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 3 May 2025 01:50:25 +0800 you wrote: > Clean up two build warnings: > > [1] > > iou-zcrx.c: In function ‘process_recvzc’: > iou-zcrx.c:263:37: warning: too many arguments for format > [-Wformat-extra-args]

Re: [PATCH net-next v3] vhost/net: Defer TX queue re-enable until after sendmsg

2025-05-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 30 Apr 2025 19:04:28 -0700 you wrote: > In handle_tx_copy, TX batching processes packets below ~PAGE_SIZE and > batches up to 64 messages before calling sock->sendmsg. > > Currently, when there are no more me

Re: [PATCH net-next 0/7] selftests: mptcp: increase code coverage

2025-05-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 02 May 2025 14:29:20 +0200 you wrote: > Here are various patches slightly improving MPTCP code coverage: > > - Patch 1: avoid a harmless 'grep: write error' warning. > > - Patch 2: use getaddrinfo() with IP

Re: [PATCH bpf-next v4 0/2] bpf: Allow access to const void pointer arguments in tracing programs

2025-04-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 23 Apr 2025 20:13:27 +0800 you wrote: > If we try to access argument which is pointer to const void, it's an > UNKNOWN type, verifier will fail to load. > > Use is_void_or_int_ptr to check if type is void or

Re: [PATCH v1] selftests: iou-zcrx: Get the page size at runtime

2025-04-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 19 Apr 2025 22:10:15 +0800 you wrote: > Use the API `sysconf()` to query page size at runtime, instead of using > hard code number 4096. > > And use `posix_memalign` to allocate the page size aligned momory.

Re: [PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs

2025-04-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 24 Apr 2025 00:27:30 + you wrote: > Greetings: > > Welcome to v4. > > This series fixes netdevsim to correctly set the NAPI ID on the skb. > This is helpful for writing tests around features that use >

Re: [PATCH -next] selftest/bpf/benchs: Remove duplicate sys/types.h header

2025-04-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Tue, 15 Apr 2025 14:14:59 +0800 you wrote: > ./tools/testing/selftests/bpf/benchs/bench_sockmap.c: sys/types.h is included > more than once. > > Reported-by: Abaci Robot > Closes: https://bugzilla.openanolis.cn

Re: [PATCH] selftests/bpf: Fix kmem_cache iterator draining

2025-04-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Mon, 28 Apr 2025 18:02:54 + you wrote: > The closing parentheses around the read syscall is misplaced, causing > single byte reads from the iterator instead of buf sized reads. While > the end result is the sa

Re: [PATCH bpf-next] selftests/bpf: Fix compilation errors

2025-04-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Mon, 28 Apr 2025 11:34:45 +0800 you wrote: > From: Feng Yang > > If the CONFIG_NET_SCH_BPF configuration is not enabled, > the BPF test compilation will report the following error: > In file included from progs/bpf

Re: [PATCH bpf-next v5 0/6] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs

2025-02-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Wed, 12 Feb 2025 12:11:08 +0100 you wrote: > Hi all, > > This patch series continues the work to migrate the *.sh tests into > prog_tests framework. > > test_xdp_redirect_multi.sh tests the XDP redirections don

Re: [PATCH v3 bpf 0/2] bpf: skip non exist keys in generic_map_lookup_batch

2025-02-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Sun, 9 Feb 2025 23:22:31 -0800 you wrote: > The generic_map_lookup_batch currently returns EINTR if it fails with > ENOENT and retries several times on bpf_map_copy_value. The next batch > would start from the same

Re: [PATCH net 0/4] sockmap, vsock: For connectible sockets allow only connected

2025-02-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Thu, 13 Feb 2025 12:58:48 +0100 you wrote: > Series deals with one more case of vsock surprising BPF/sockmap by being > inconsistency about (having an) assigned transport. > > KASAN: null-ptr-deref in range [0x00

Re: [PATCH net-next v8 0/3] netdev-genl: Add an xsk attribute to queues

2025-02-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 14 Feb 2025 21:12:28 + you wrote: > Greetings: > > Welcome to v8. Minor change, see changelog below. Re-tested on my mlx5 > system both with and without CONFIG_XDP_SOCKETS enabled and both with > and wit

Re: [PATCH bpf-next v2 0/4] selftests/bpf: tc_links/tc_opts: Unserialize tests

2025-02-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 19 Feb 2025 15:52:59 +0100 you wrote: > Hi all, > > Both tc_links.c and tc_opts.c do their tests on the loopback interface. > It prevents from parallelizing their executions. > > Add a new behaviour to t

Re: [PATCH v2 0/3] selftests/net: deflake GRO tests and fix return value and output

2025-02-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 26 Feb 2025 11:27:22 -0800 you wrote: > The GRO selftests can flake and have some confusing behavior. These > changes make the output and return value of GRO behave as expected, then > deflake the tests. > >

Re: [PATCH net-next v20 00/25] Introducing OpenVPN Data Channel Offload

2025-02-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 27 Feb 2025 02:21:25 +0100 you wrote: > After some time of struggle trying to fix all hidden bugs that Sabrina > has found...here is v20! > > Notable changes since v19: > * copyright years updated to 2025 > * rtn

Re: [PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs

2025-03-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Mon, 03 Mar 2025 09:22:48 +0100 you wrote: > Hi all, > > This patch series continues the work to migrate the *.sh tests into > prog_tests framework. > > The test_tunnel.sh script has already been partly migrate

Re: [PATCH bpf-next 0/2] selftests/bpf: Move test_lwt_seg6local to test_progs

2025-03-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Fri, 07 Mar 2025 10:18:22 +0100 you wrote: > Hi all, > > This patch series continues the work to migrate the script tests into > prog_tests. > > test_lwt_seg6local.sh tests some bpf_lwt_* helpers. It contains

Re: [PATCH 0/3] Fixes for IPA v4.7

2025-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 27 Feb 2025 11:33:39 +0100 you wrote: > During bringup of IPA v4.7 unfortunately some bits were missed, and it > couldn't be tested much back then due to missing features in tqftpserv > which caused the modem to n

Re: [PATCH net-next v8 0/8] Some pktgen fixes/improvments (part II)

2025-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Thu, 27 Feb 2025 14:55:56 +0100 you wrote: > While taking a look at '[PATCH net] pktgen: Avoid out-of-range in > get_imix_entries' ([1]) and '[PATCH net v2] pktgen: Avoid out-of-bounds > access in get_imix_entries' (

Re: [PATCH bpf-next v5 0/6] XDP metadata support for tun driver

2025-03-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Wed, 5 Mar 2025 21:34:32 + you wrote: > Hi all, > > this v5 of the patch series is very similar to v4, but rebased onto the > bpf-next/net branch instead of bpf-next/master. > Because the commit c047e0e0e435 (

Re: [PATCH net-next v6 0/4] virtio-net: Link queues to NAPIs

2025-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 7 Mar 2025 01:12:08 + you wrote: > Greetings: > > Welcome to v6. Only patch updated is patch 3. See changelog below. > > Jakub recently commented [1] that I should not hold this series on > virtio-net

Re: [PATCH] selftests/bpf: Convert comma to semicolon

2025-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 10 Mar 2025 11:20:45 +0800 you wrote: > Replace comma between expressions with semicolons. > > Using a ',' in place of a ';' can have unintended side effects. > Although that is not the case here, it is seems

Re: [PATCHv4 net 0/2] bonding: fix incorrect mac address setting

2025-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Thu, 6 Mar 2025 02:39:21 + you wrote: > The mac address on backup slave should be convert from Solicited-Node > Multicast address, not from bonding unicast target address. > > v4: no change, just repost. > v3: also

Re: [PATCH v7 bpf-next 0/2] security: Propagate caller information in bpf hooks

2025-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 10 Mar 2025 15:17:10 -0700 you wrote: > Hello, > > While trying to implement an eBPF gatekeeper program, we ran into an > issue whereas the LSM hooks are missing some relevant data. > > Certain subcomman

Re: [PATCH] bpf/selftests: test_select_reuseport_kern: remove unused header

2025-02-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Thu, 27 Feb 2025 15:08:23 +0100 you wrote: > test_select_reuseport_kern.c is currently including , but it > does not use any definition from there. > > Remove stdlib.h inclusion from test_select_reuseport_kern.c

Re: [PATCH net v2] selftests: drv-net: Check if combined-count exists

2025-02-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 26 Feb 2025 18:19:57 + you wrote: > Some drivers, like tg3, do not set combined-count: > > $ ethtool -l enp4s0f1 > Channel parameters for enp4s0f1: > Pre-set maximums: > RX: 4 > TX: 4 > Oth

Re: [PATCH bpf-next v1 0/3] Optimize bpf selftest to increase CI success rate

2025-02-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 27 Feb 2025 22:26:43 +0800 you wrote: > 1. Optimized some static bound port selftests to avoid port occupation > when running test_progs -j. > 2. Optimized the retry logic for test_maps. > > Some Failed C

Re: [PATCH] selftests/bpf: Fix sockopt selftest failure on powerpc

2025-03-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Tue, 11 Mar 2025 14:16:47 +0530 you wrote: > The SO_RCVLOWAT option is defined as 18 in the selftest header, > which matches the generic definition. However, on powerpc, > SO_RCVLOWAT is defined as 16. This discrep

Re: [PATCH net-next 0/5] mptcp: improve code coverage and small optimisations

2025-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 28 Feb 2025 15:38:34 +0100 you wrote: > This small series have various unrelated patches: > > - Patch 1 and 2: improve code coverage by validating mptcp_diag_dump_one > thanks to a new tool displaying MPTC

Re: [Patch net v3] vsock/virtio: fix variables initialization during resuming

2025-02-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 14 Feb 2025 09:22:00 +0800 you wrote: > When executing suspend to ram twice in a row, > the `rx_buf_nr` and `rx_buf_max_nr` increase to three times vq->num_free. > Then after virtqueue_get_buf and `rx_buf_nr` decre

Re: [PATCH net-next v6 0/7] Some pktgen fixes/improvments (part I)

2025-02-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 19 Feb 2025 09:45:20 +0100 you wrote: > While taking a look at '[PATCH net] pktgen: Avoid out-of-range in > get_imix_entries' ([1]) and '[PATCH net v2] pktgen: Avoid out-of-bounds > access in get_imix_entries

Re: [PATCH net-next] selftests: fib_nexthops: do not mark skipped tests as failed

2025-02-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 20 Feb 2025 08:53:26 + you wrote: > The current test marks all unexpected return values as failed and sets ret > to 1. If a test is skipped, the entire test also returns 1, incorrectly > indicating failure

Re: [PATCH net-next] virtio-net: tweak for better TX performance in NAPI mode

2025-02-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 18 Feb 2025 10:39:08 +0800 you wrote: > There are several issues existed in start_xmit(): > > - Transmitted packets need to be freed before sending a packet, this > introduces delay and increases the avera

Re: [PATCH] selftests/bpf: DENYLIST.aarch64: enable kprobe_multi tests for ARM64

2025-02-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 19 Feb 2025 20:41:39 +0100 you wrote: > The kprobe_multi feature was disabled on ARM64 due to the lack of fprobe > support. > > The fprobe rewrite on function_graph has been recently merged and thus > brought

<    3   4   5   6   7   8   9   >