Re: [PATCH net-next] selftests: tcp_ao: fix spelling in seq-ext.c comment

2025-06-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 10 Jun 2025 12:49:03 +0530 you wrote: > Spelling fix: > conneciton --> connection > > This is a non-functional change aimed at improving code clarity. > > Signed-off-by: Ankit Chauhan > > [...] Here is th

Re: [PATCH bpf-next v2] selftests/bpf: fix signedness bug in redir_partial()

2025-06-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 12 Jun 2025 16:42:08 +0800 you wrote: > When xsend() returns -1 (error), the check 'n < sizeof(buf)' incorrectly > treats it as success due to unsigned promotion. Explicitly check for -1 > first. > > Fixes

Re: [PATCH net-next v10] selftests/vsock: add initial vmtest.sh for vsock

2025-06-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 09 Jun 2025 09:39:24 -0700 you wrote: > This commit introduces a new vmtest.sh runner for vsock. > > It uses virtme-ng/qemu to run tests in a VM. The tests validate G2H, > H2G, and loopback. The testing tools

Re: [PATCH bpf-next v2 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls

2025-06-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (net) by Daniel Borkmann : On Mon, 9 Jun 2025 10:08:51 +0800 you wrote: > Cong reported an issue where running 'test_sockmap' in the current > bpf-next tree results in an error [1]. > > The specific test case that triggered the error is a combi

Re: [PATCH net-next v3 0/4] netconsole: Optimize console registration and improve testing

2025-06-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 09 Jun 2025 02:46:25 -0700 you wrote: > During performance analysis of console subsystem latency, I discovered that > netconsole registers console handlers even when no active targets exist. > These orphaned

Re: [PATCH bpf-next v4 0/9] bpf: Mitigate Spectre v1 using barriers

2025-06-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 3 Jun 2025 22:57:51 +0200 you wrote: > This improves the expressiveness of unprivileged BPF by inserting > speculation barriers instead of rejecting the programs. > > The approach was previously presente

Re: [PATCH bpf-next] selftests/bpf: rbtree: Fix incorrect global variable usage

2025-06-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 5 Jun 2025 16:45:14 +0800 you wrote: > From: Rong Tao > > Within __add_three() function, should use function parameters instead of > global variables. So that the variables groot_nested.inner.root and >

Re: [PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings

2025-06-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Tue, 3 Jun 2025 13:37:00 -0700 you wrote: > The BTF dumper code currently displays arrays of characters as just that - > arrays, with each character formatted individually. Sometimes this is what > makes sense, b

Re: [PATCH bpf-next] selftests/bpf: Fix compile error of bin_attribute::read/write()

2025-06-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 4 Jun 2025 13:53:22 +0800 you wrote: > From: Rong Tao > > Since commit 97d06802d10a ("sysfs: constify bin_attribute argument of > bin_attribute::read/write()"), make bin_attribute parameter of > bin_attr

Re: [PATCH net v3] selftests: net: build net/lib dependency in all target

2025-06-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 1 Jun 2025 21:29:13 +0700 you wrote: > We have the logic to include net/lib automatically for net related > selftests. However, currently, this logic is only in install target > which means only `make install` will h

Re: [PATCH net-next] selftests/bpf: Fix bpf selftest build warning

2025-05-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 27 May 2025 11:11:38 +0530 you wrote: > On linux-next, build for bpf selftest displays a warning: > > Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' > differs from latest version at 'include/u

Re: [PATCH net-next v2 0/8] Devmem TCP minor cleanups and ksft improvements

2025-05-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 23 May 2025 23:05:16 + you wrote: > v2: > https://lore.kernel.org/netdev/20250519023517.4062941-1-almasrym...@google.com/ > > Changelog: > - Collect acks and tested-bys (Thanks!) > - Drop the patch that

Re: [PATCH bpf-next v3 0/2] bpf, arm64: support up to 12 arguments

2025-05-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 27 May 2025 12:06:02 +0200 you wrote: > Hello, > > this is the v2 of the many args series for arm64, being itself a revival > of Xu Kuhoai's work to enable larger arguments count for BPF programs on > ARM

Re: [PATCH net-next v6 0/5] vsock: SOCK_LINGER rework

2025-05-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Thu, 22 May 2025 01:18:20 +0200 you wrote: > Change vsock's lingerning to wait on close() until all data is sent, i.e. > until workers picked all the packets for processing. > > Changes in v6: > - Make vsock_wait_se

Re: [PATCH net] vsock/virtio: fix `rx_bytes` accounting for stream sockets

2025-05-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 21 May 2025 14:17:05 +0200 you wrote: > From: Stefano Garzarella > > In `struct virtio_vsock_sock`, we maintain two counters: > - `rx_bytes`: used internally to track how many bytes have been read. > This supports

Re: [PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux

2025-05-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Tue, 20 May 2025 14:01:16 +0100 you wrote: > I'd like to cut down the memory usage of parsing vmlinux BTF in ebpf-go. > With some upcoming changes the library is sitting at 5MiB for a parse. > Most of that memory

Re: [PATCH bpf-next v3 0/8] selftests/bpf: Test sockmap/sockhash redirection

2025-05-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Thu, 15 May 2025 00:15:23 +0200 you wrote: > John, this revision introduces one more patch: "selftests/bpf: Introduce > verdict programs for sockmap_redir". I've kept you cross-series Acked-by. I > hope it's ok.

Re: [PATCH net v2] selftests: net: validate team flags propagation

2025-05-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 16 May 2025 16:22:05 -0700 you wrote: > Cover three recent cases: > 1. missing ops locking for the lowers during netdev_sync_lower_features > 2. missing locking for dev_set_promiscuity (plus netdev_ops_assert_

Re: [PATCH] selftests: nci: Fix "Electrnoics" to "Electronics"

2025-05-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 16 May 2025 18:59:37 -0700 you wrote: > Fix misspelling reported by codespell > > Signed-off-by: Sumanth Gavini > --- > tools/testing/selftests/nci/nci_dev.c | 2 +- > 1 file changed, 1 insertion(+), 1 dele

Re: [PATCH] selftests: net: Fix spellings

2025-05-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 16 May 2025 20:25:33 -0700 you wrote: > Fix "withouth" to "without" > Fix "instaces" to "instances" > > Signed-off-by: Sumanth Gavini > --- > tools/testing/selftests/net/srv6_end_flavors_test.sh | 4 ++-- >

Re: [PATCH] selftests: drv-net: Fix "envirnoments" to "environments"

2025-05-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 16 May 2025 15:51:48 -0700 you wrote: > Fix misspelling reported by codespell > > Signed-off-by: Sumanth Gavini > --- > tools/testing/selftests/drivers/net/lib/py/env.py | 2 +- > 1 file changed, 1 insertio

Re: [PATCH net-next v2 0/3] vsock/test: improve sigpipe test reliability

2025-05-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 14 May 2025 16:19:24 +0200 you wrote: > Running the tests continuously I noticed that sometimes the sigpipe > test would fail due to a race between the control message of the test > and the vsock transport me

Re: [PATCH net v2] vsock/test: Fix occasional failure in SIOCOUTQ tests

2025-05-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 7 May 2025 10:14:56 -0500 you wrote: > These tests: > "SOCK_STREAM ioctl(SIOCOUTQ) 0 unsent bytes" > "SOCK_SEQPACKET ioctl(SIOCOUTQ) 0 unsent bytes" > output: "Unexpected 'SIOCOUTQ' value, expected 0, got

Re: [PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers

2025-05-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 1 May 2025 09:35:51 +0200 you wrote: > This improves the expressiveness of unprivileged BPF by inserting > speculation barriers instead of rejecting the programs. > > The approach was previously presente

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 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 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 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 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] 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 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 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-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 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 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 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 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-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 -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 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] 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 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 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] net/selftests: Add loopback link local route for self-connect

2025-04-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 02 Apr 2025 01:59:31 +0100 you wrote: > From: Dmitry Safonov <0x7f454...@gmail.com> > > self-connect-ipv6 got slightly flaky on netdev: > > # timeout set to 120 > > # selftests: net/tcp_ao: self-connect_ipv6 > > #

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

2025-04-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Tue, 1 Apr 2025 14:15:46 +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: [PATCH net] vsock: avoid timeout during connect() if the socket is closing

2025-04-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 28 Mar 2025 15:15:28 +0100 you wrote: > From: Stefano Garzarella > > When a peer attempts to establish a connection, vsock_connect() contains > a loop that waits for the state to be TCP_ESTABLISHED. However, the

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 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 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 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 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] 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] 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: [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] 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: [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 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 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 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 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 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 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 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] 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 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 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 net-next] selftests/net: ensure mptcp is enabled in netns

2025-02-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 24 Feb 2025 09:40:13 + you wrote: > Some distributions may not enable MPTCP by default. All other MPTCP tests > source mptcp_lib.sh to ensure MPTCP is enabled before testing. However, > the ip_local_port_r

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 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 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] 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

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 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 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 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 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 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 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 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-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 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 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 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] 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 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] 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 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 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 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 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-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 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] 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

  1   2   3   4   5   6   7   8   9   >