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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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.
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_
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
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 ++--
>
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
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
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
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
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
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]
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
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
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
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
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
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
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
>
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.
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
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
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
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
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
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
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
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
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
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
> > #
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
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
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
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
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
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 '
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_
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
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
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
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
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
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
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
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 (
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
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
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' (
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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_
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
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
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
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 - 100 of 828 matches
Mail list logo