Re: [PATCH net v2 0/2] net: dst_metadata: fix DF flag extraction on tunnel rx

2025-09-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 9 Sep 2025 18:54:14 +0200 you wrote: > Two patches here, first fixes the issue where tunnel core doesn't > actually extract DF bit from the outer IP header, even though both > OVS and TC flower allow matching on

Re: [PATCH net-next] selftests: ncdevmem: don't retry EFAULT

2025-09-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 4 Sep 2025 11:27:10 -0700 you wrote: > devmem test fails on NIPA. Most likely we get skb(s) with readable > frags (why?) but the failure manifests as an OOM. The OOM happens > because ncdevmem spams the follo

Re: [PATCH v1] libbpf: remove unused args in parse_usdt_note

2025-09-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Thu, 4 Sep 2025 03:05:23 + you wrote: > Remove unused 'elf' and 'path' parameters from parse_usdt_note function > signature. These parameters are not referenced within the function body > and only add unnecess

Re: [PATCH] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh

2025-09-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Thu, 28 Aug 2025 15:48:30 -0300 you wrote: > Currently, even if some subtests fails, the end result will still yield > "ok 1 selftests: bpf: test_xsk.sh". Fix it by exiting with 1 if there are > any failures. > >

Re: [PATCH net-next v2 0/4] mptcp: misc. features for v6.18

2025-09-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 02 Sep 2025 23:11:32 +0200 you wrote: > This series contains 4 independent new features: > > - Patch 1: use HMAC-SHA256 library instead of open-coded HMAC. > > - Patch 2: selftests: check for unexpected fal

Re: [PATCH bpf-next v4 1/2] bpf: add bpf_strcasecmp kfunc

2025-09-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 3 Sep 2025 07:47:10 +0800 you wrote: > From: Rong Tao > > bpf_strcasecmp() function performs same like bpf_strcmp() except ignoring > the case of the characters. > > Signed-off-by: Rong Tao > > [...]

Re: [PATCH RESEND bpf-next v3 0/3] selftests/bpf: benchmark all symbols for kprobe-multi

2025-09-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 4 Sep 2025 10:10:08 +0800 you wrote: > Add the benchmark testcase "kprobe-multi-all", which will hook all the > kernel functions during the testing. > > This series is separated out from [1]. > > Change

Re: [PATCH] selftests/bpf: Fix count write in testapp_xdp_metadata_copy()

2025-09-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Fri, 29 Aug 2025 16:33:49 -0300 you wrote: > Commit 4b302092553c ("selftests/xsk: Add tail adjustment tests and support > check") added a new global to xsk_xdp_progs.c, but left out the access in > the testapp_xdp_

Re: [PATCH v3] selftests: net: avoid memory leak

2025-09-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 1 Sep 2025 13:45:57 +0800 you wrote: > From: Zongmin Zhou > > The buffer be used without free,fix it to avoid memory leak. > > Signed-off-by: Zongmin Zhou > --- > Changes in v3: > - move freeaddrinfo() to

Re: [PATCH net-next] net: selftests: clean up tools/testing/selftests/net/lib/py/utils.py

2025-09-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 01 Sep 2025 03:00:07 -0700 you wrote: > This patch improves the utils.py module by removing unused imports > (errno, random), simplifying the fd_read_timeout() function by > eliminating unnecessary else clause

Re: [PATCH] selftests: net: fix spelling and grammar mistakes

2025-09-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 28 Aug 2025 22:11:00 +0100 you wrote: > Fix several spelling and grammatical mistakes in output messages from > the net selftests to improve readability. > > Only the message strings for the test output have

Re: [PATCH net-next v2] vsock/test: Remove redundant semicolons

2025-08-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 28 Aug 2025 16:39:38 +0800 you wrote: > Remove unnecessary semicolons. > > Signed-off-by: Liao Yuanhong > --- > Changes in v2: > - Remove fixes tag. > > [...] Here is the summary with links: - [net

Re: [PATCH bpf-next v5 0/2] Fix bpf_strnstr len error

2025-08-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Andrii Nakryiko : On Sat, 30 Aug 2025 00:30:16 +0800 you wrote: > From: Rong Tao > > Fix bpf_strnstr() wrong 'len' parameter, bpf_strnstr("open", "open", 4) > should return 0 instead of -ENOENT. And fix a more general case when s2 > is a

Re: [PATCH] virtio_net: adjust the execution order of function `virtnet_close` during freeze

2025-08-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Michael S. Tsirkin : On Thu, 28 Aug 2025 18:36:18 +0200 you wrote: > From: Junnan Wu > > "Use after free" issue appears in suspend once race occurs when > napi poll scheduls after `netif_device_detach` and before napi disables. > > For

Re: [PATCH] selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2

2025-08-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Thu, 28 Aug 2025 10:12:33 -0300 you wrote: > Commit e9fc3ce99b34 ("libbpf: Streamline error reporting for high-level > APIs") redefined the way that bpf_prog_detach2() returns. Therefore, adapt > the usage in test_

Re: [PATCH bpf-next v3 0/7] bpf: introduce and use rcu_read_lock_dont_migrate

2025-08-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 21 Aug 2025 17:06:02 +0800 you wrote: > migrate_disable() and rcu_read_lock() are used to together in many case in > bpf. However, when PREEMPT_RCU is not enabled, rcu_read_lock() will > disable preemption

Re: [PATCH 0/2] Fix vsock error-handling regression introduced in v6.17-rc1

2025-08-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 18 Aug 2025 19:03:53 +0100 you wrote: > Hi all, > > Here are a couple of patches fixing the vsock error-handling regression > found by syzbot [1] that I introduced during the recent merge window. > > Cheers, >

Re: [PATCH] selftests: net: fix memory leak in tls.c

2025-08-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 19 Aug 2025 10:45:57 +0800 you wrote: > From: Cryolitia PukNgae > > To free memory and close fd after use > > Suggested-by: Jun Zhan > Signed-off-by: Cryolitia PukNgae > > [...] Here is the summary with

Re: [PATCHv3 net 0/3] bonding: fix negotiation flapping in 802.3ad passive mode

2025-08-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 15 Aug 2025 06:19:57 + you wrote: > This patch fixes unstable LACP negotiation when bonding is configured in > passive mode (`lacp_active=off`). > > Previously, the actor would stop sending LACPDUs after initial

Re: [PATCH v2] selftests/net/socket.c: removed warnings from unused returns

2025-08-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 18 Aug 2025 19:52:27 -0700 you wrote: > socket.c: In function ‘run_tests’: > socket.c:59:25: warning: ignoring return value of ‘strerror_r’ \ > declared with attribute ‘warn_unused_result’ [-Wunused-result] >

Re: [PATCH net-next v2] selftests: netconsole: Validate interface selection by MAC address

2025-08-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 12 Aug 2025 20:38:23 +0100 you wrote: > Extend the existing netconsole cmdline selftest to also validate that > interface selection can be performed via MAC address. > > The test now validates that netconsole

Re: [PATCH net-next] vsock: use sizeof(struct sockaddr_storage) instead of magic value

2025-08-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 12 Aug 2025 09:59:29 +0800 you wrote: > Previous commit 230b183921ec ("net: Use standard structures for generic > socket address structures.") use 'struct sockaddr_storage address;' > to replace 'char address[

Re: [PATCH] selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8

2025-08-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 7 Aug 2025 16:09:32 +0800 you wrote: > The `__WORDSIZE` macro, defined in the non-standard `` > header, is a GNU extension and not universally available with all > toolchains, such as Clang when used with mus

Re: [PATCH v2] selftests/net: Ensure assert() triggers in psock_tpacket.c

2025-08-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 9 Aug 2025 14:20:13 +0800 you wrote: > The get_next_frame() function in psock_tpacket.c was missing a return > statement in its default switch case, leading to a compiler warning. > > This was caused by a `b

Re: [PATCH] net: ipa: add IPA v5.1 and v5.5 to ipa_version_string()

2025-07-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 28 Jul 2025 10:35:24 +0200 you wrote: > Handle the case for v5.1 and v5.5 instead of returning "0.0". > > Also reword the comment below since I don't see any evidence of such a > check happening, and - since 5.5 h

Re: [PATCH bpf-next v4 0/4] bpf: Show precise rejected function when attaching to __noreturn and deny list functions

2025-07-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 24 Jul 2025 23:14:50 +0800 you wrote: > Show precise rejected function when attaching fexit/fmod_ret to __noreturn > functions. > Add log for attaching tracing programs to functions in deny list. > Add sel

Re: [PATCH net v2] selftests: rtnetlink.sh: remove esp4_offload after test

2025-07-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 25 Jul 2025 11:50:28 +0800 you wrote: > The esp4_offload module, loaded during IPsec offload tests, should > be reset to its default settings after testing. > Otherwise, leaving it enabled could unintentionall

Re: [PATCH net-next] vsock: remove unnecessary null check in vsock_getname()

2025-07-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 25 Jul 2025 09:38:08 +0800 you wrote: > The local variable 'vm_addr' is always not NULL, no need to check it. > > Signed-off-by: Wang Liang > --- > net/vmw_vsock/af_vsock.c | 5 - > 1 file changed, 5 de

Re: [PATCH net-next] selftests: net: Skip test if IPv6 is not configured

2025-07-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 23 Jul 2025 10:35:06 -0700 you wrote: > Extend the `check_for_dependencies()` function in `lib_netcons.sh` to check > whether IPv6 is enabled by verifying the existence of > `/proc/net/if_inet6`. Having IPv6 i

Re: [PATCH net v2 1/2] macsec: set IFF_UNICAST_FLT priv flag

2025-07-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 23 Jul 2025 15:47:14 -0700 you wrote: > Cosmin reports the following locking issue: > > # BUG: sleeping function called from invalid context at > kernel/locking/mutex.c:275 > # dump_stack_lvl+0x4f/0x

Re: [PATCH net-next] devlink: Fix excessive stack usage in rate TC bandwidth parsing

2025-07-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 22 Jul 2025 12:13:29 +0300 you wrote: > From: Carolina Jubran > > The devlink_nl_rate_tc_bw_parse function uses a large stack array for > devlink attributes, which triggers a warning about excessive stack >

Re: [PATCH net-next] selftests: tc: Add generic erspan_opts matching support for tc-flower

2025-07-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 18 Jul 2025 22:16:12 +0800 you wrote: > From: Li Shuang > > Add test cases to tc_flower.sh to validate generic matching on ERSPAN > options. Both ERSPAN Type II and Type III are covered. > > Also add check_

Re: [PATCH net v2 0/2] selftests: mptcp: connect: cover alt modes

2025-07-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 15 Jul 2025 20:43:27 +0200 you wrote: > mptcp_connect.sh can be executed manually with "-m " and "-C" to > make sure everything works as expected when using "mmap" and "sendfile" > modes instead of "poll", and wit

Re: [PATCH net v3] virtio-net: fix recursived rtnl_lock() during probe()

2025-07-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 16 Jul 2025 19:57:17 +0800 you wrote: > The deadlock appears in a stack trace like: > > virtnet_probe() > rtnl_lock() > virtio_config_changed_work() > netdev_notify_peers() > rtnl_lock() >

Re: [PATCH 0/2] bpf, arm64: relax constraint in BPF JIT compiler

2025-07-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 09 Jul 2025 10:36:54 +0200 you wrote: > Hello, > this series follows up on the one introducing 9+ args for tracing > programs [1]. It has been observed with this series that there are cases > for which we

Re: [PATCH net-next v7 0/3] selftest: net: Add selftest for netpoll

2025-07-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 14 Jul 2025 02:56:47 -0700 you wrote: > I am submitting a new selftest for the netpoll subsystem specifically > targeting the case where the RX is polling in the TX path, which is > a case that we don't have

Re: [PATCH v2] virtio_net: simplify tx queue wake condition check

2025-07-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 10 Jul 2025 10:32:08 +0800 you wrote: > From: Liming Wu > > Consolidate the two nested if conditions for checking tx queue wake > conditions into a single combined condition. This improves code > readability

Re: [PATCH net-next v3] net: replace ND_PRINTK with dynamic debug

2025-07-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 8 Jul 2025 11:33:42 +0800 you wrote: > ND_PRINTK with val > 1 only works when the ND_DEBUG was set in compilation > phase. Replace it with dynamic debug. Convert ND_PRINTK with val <= 1 to > net_{err,warn}_rat

Re: [PATCH net-next] vsock/test: fix test for null ptr deref when transport changes

2025-07-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 8 Jul 2025 13:17:01 +0200 you wrote: > From: Stefano Garzarella > > In test_stream_transport_change_client(), the client sends CONTROL_CONTINUE > on each iteration, even when connect() is unsuccessful. This

Re: [PATCH net-next] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

2025-07-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 5 Jul 2025 14:55:14 +0700 you wrote: > This commit does not do any functional changes. It moves xdp->data > adjustment for buffer other than first buffer to buf_to_xdp() helper so > that the xdp_buff adjustme

Re: [PATCH net v4 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues

2025-07-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 03 Jul 2025 17:18:17 +0200 you wrote: > transport_{h2g,g2h,dgram,local} may become NULL on vsock_core_unregister(). > Make sure a poorly timed `rmmod transport` won't lead to a NULL/stale > pointer dereference. >

Re: [PATCH net-next v2 0/7] netpoll: Factor out functions from netpoll_send_udp() and add ipv6 selftest

2025-07-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 02 Jul 2025 03:06:32 -0700 you wrote: > Refactors the netpoll UDP transmit path to improve code clarity, > maintainability, and protocol-layer encapsulation. > > Function netpoll_send_udp() has more than 100

Re: [PATCH net] vsock: fix `vsock_proto` declaration

2025-07-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 3 Jul 2025 13:23:29 +0200 you wrote: > From: Stefano Garzarella > > From commit 634f1a7110b4 ("vsock: support sockmap"), `struct proto > vsock_proto`, defined in af_vsock.c, is not static anymore, since it's > u

Re: [PATCH bpf-next v3 0/2] bpf: Fix and test aux usage after do_check_insn()

2025-07-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sat, 5 Jul 2025 21:09:06 +0200 you wrote: > Fix cur_aux()->nospec_result test after do_check_insn() referring to the > to-be-analyzed (potentially unsafe) instruction, not the > already-analyzed (safe) instruc

Re: [PATCH] selftests/bpf: Set CONFIG_PACKET=y for selftests

2025-07-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 7 Jul 2025 12:47:35 +0530 you wrote: > BPF selftest fails to build with below error: > > CLNG-BPF [test_progs] lsm_cgroup.bpf.o > progs/lsm_cgroup.c:105:21: error: variable has incomplete type 'struct

Re: [PATCH net] vsock/vmci: Clear the vmci transport packet properly when initializing it

2025-07-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 1 Jul 2025 14:22:54 +0200 you wrote: > From: HarshaVardhana S A > > In vmci_transport_packet_init memset the vmci_transport_packet before > populating the fields to avoid any uninitialised data being left in the >

Re: [PATCH net v3 0/2] virtio-net: xsk: rx: fix the frame's length check

2025-07-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 30 Jun 2025 22:13:13 +0700 you wrote: > Hi everyone, > > This series contains 2 patches for the zerocopy XDP receive path in virtio > net > - Patch 1: there is a difference between first buffer and the following > b

Re: [PATCH net v2 0/3] virtio-net: fixes for mergeable XDP receive path

2025-07-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 30 Jun 2025 21:42:09 +0700 you wrote: > Hi everyone, > > This series contains fixes for XDP receive path in virtio-net > - Patch 1: add a missing check for the received data length with our > allocated buffer size i

Re: [PATCH net-next V3 1/2] tun: remove unnecessary tun_xdp_hdr structure

2025-07-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 1 Jul 2025 09:03:51 +0800 you wrote: > With f95f0f95cfb7("net, xdp: Introduce xdp_init_buff utility routine"), > buffer length could be stored as frame size so there's no need to have > a dedicated tun_xdp_h

Re: [PATCH net-next v5 0/2] vsock/test: check for null-ptr-deref when transport changes

2025-07-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 30 Jun 2025 18:33:02 +0200 you wrote: > This series introduces a new test that checks for a null pointer > dereference that may happen when there is a transport change[1]. This > bug was fixed in [2]. > > No

Re: [PATCH net-next v1 1/2] selftests: pp-bench: remove unneeded linux/version.h

2025-07-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 27 Jun 2025 20:04:51 + you wrote: > linux/version.h was used by the out-of-tree version, but not needed in > the upstream one anymore. > > While I'm at it, sort the includes. > > Reported-by: kernel tes

Re: [PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"

2025-07-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 30 Jun 2025 13:55:28 +0100 you wrote: > There are spelling mistakes in description text. Fix these. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/bpf/progs/verifier_bounds.c | 4 ++-- >

Re: [PATCH net] vsock/uapi: fix linux/vm_sockets.h userspace compilation errors

2025-06-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 23 Jun 2025 12:00:53 +0200 you wrote: > From: Stefano Garzarella > > If a userspace application just include will fail > to build with the following errors: > > /usr/include/linux/vm_sockets.h:182:39: error

Re: [PATCH net-next v5] page_pool: import Jesper's page_pool benchmark

2025-06-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 19 Jun 2025 18:15:18 + you wrote: > From: Jesper Dangaard Brouer > > We frequently consult with Jesper's out-of-tree page_pool benchmark to > evaluate page_pool changes. > > Import the benchmark into th

Re: [PATCH bpf-next] selftests/bpf: Support ppc64el in vmtest

2025-06-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 19 Jun 2025 16:08:53 +0200 you wrote: > With a rootfs built using libbpf's BPF CI [1], we can run specific tests > as follows: > > $ ../libbpf-ci/rootfs/mkrootfs_debian.sh --arch ppc64el --distro noble > $

Re: [PATCH net-next, v2] selftest: add selftest for anycast notifications

2025-06-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 19 Jun 2025 12:51:16 +0900 you wrote: > This commit adds a new kernel selftest to verify RTNLGRP_IPV6_ACADDR > notifications. The test works by adding/removing a dummy interface, > enabling packet forwarding,

Re: [PATCH bpf-next v4 1/2] bpftool: Use appropriate permissions for map access

2025-06-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sat, 21 Jun 2025 01:18:11 +1000 you wrote: > Modify several functions in tools/bpf/bpftool/common.c to allow > specification of requested access for file descriptors, such as > read-only access. > > Update bpf

Re: [PATCH net-next v4 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS

2025-06-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 18 Jun 2025 01:32:41 -0700 you wrote: > The netdevsim driver previously lacked RX statistics support, which > prevented its use with the GenerateTraffic() test framework, as this > framework verifies traffic

Re: [PATCH net-next v5 0/6] udp_tunnel: remove rtnl_lock dependency

2025-06-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 16 Jun 2025 09:21:11 -0700 you wrote: > Recently bnxt had to grow back a bunch of rtnl dependencies because > of udp_tunnel's infra. Add separate (global) mutext to protect > udp_tunnel state. > > v5: > - re

Re: [PATCH net-next v2 1/3] netmem: fix netmem comments

2025-06-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 15 Jun 2025 20:35:09 + you wrote: > Trivial fix to a couple of outdated netmem comments. No code changes, > just more accurately describing current code. > > Signed-off-by: Mina Almasry > > --- > > [.

Re: [PATCH net-next, v4] selftest: Add selftest for multicast address notifications

2025-06-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 14 Jun 2025 14:35:22 +0900 you wrote: > This commit adds a new kernel selftest to verify RTNLGRP_IPV4_MCADDR > and RTNLGRP_IPV6_MCADDR notifications. The test works by adding and > removing a dummy interface a

Re: [PATCH v2] selftests: nettest: Fix typo in log and error messages for clarity

2025-06-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 15 Jun 2025 01:48:12 -0700 you wrote: > This patch corrects several logging and error message in nettest.c: > - Corrects function name in log messages "setsockopt" -> "getsockopt". > - Closes missing parenthes

Re: [PATCH net-next v3 0/3] vsock/test: Improve transport_uaf test

2025-06-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 11 Jun 2025 21:56:49 +0200 you wrote: > Increase the coverage of a test implemented in commit 301a62dfb0d0 > ("vsock/test: Add test for UAF due to socket unbinding"). Take this > opportunity to factor out som

Re: [PATCH net-next v3 0/8] netpoll: Untangle netconsole and netpoll

2025-06-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 13 Jun 2025 04:31:29 -0700 you wrote: > Initially netpoll and netconsole were created together, and some > functions are in the wrong file. Seperate netconsole-only functions > in netconsole, avoiding exports

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

  1   2   3   4   5   6   7   8   9   >