Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 3 Feb 2025 13:48:50 -0800 you wrote:
> Some selftests need libynl.a. When building it try to skip
> generating the ReST documentation, libynl.a does not depend
> on them.
>
> Signed-off-by: Jakub Kicinski
>
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Fri, 24 Jan 2025 23:14:23 -0800 you wrote:
> From: Tony Ambardar
>
> The runqslower binary from a cross-endian build currently fails to run
> because the included skeleton has host endianness. Fix this by passing
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Mon, 27 Jan 2025 12:41:47 +0200 you wrote:
> The referenced fix is incomplete. It correctly computes
> bond_dev->gso_partial_features across slaves, but unfortunately
> netdev_fix_features discards gso_partial_features fro
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 22 Jan 2025 14:45:03 -0800 you wrote:
> syzbot discovered that we remove the debugfs files after we free
> the netdev. Try to clean up the relevant dir while the device
> is still around.
>
> Reported-by: syzbot+2
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 21 Jan 2025 06:34:23 -0800 you wrote:
> Recent change to add more cases to XFAIL has a broken regex,
> the matching needs a real regex not a glob pattern.
>
> While at it add the cases Willem pointed out during re
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 15 Jan 2025 18:01:05 -0800 you wrote:
> Commit b9d5f5711dd8 ("selftests: net: increase the delay for relative
> cmsg_time.sh test") widened the accepted value range 8x but we still
> see flakes (at a rate of a
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 15 Jan 2025 15:21:29 -0800 you wrote:
> The following tests are failing on debug kernels:
>
> tcp_tcp_info_tcp-info-rwnd-limited.pkt
> tcp_tcp_info_tcp-info-sndbuf-limited.pkt
>
> with reports like:
>
>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 8 Jan 2025 22:28:17 -0500 you wrote:
> No changes for first commit.
> Second commit rework bond_macvlan.sh test to add minimal
> ipvlan over bond testing (asked by Jakub during v1 review).
>
> Etienne Champ
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 6 Jan 2025 18:29:32 -0800 you wrote:
> Most of our tests use rtnetlink to read device stats, so they
> don't expose the drivers much to paths in which device stats
> are read under RCU. Add tests which hammer
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Fri, 3 Jan 2025 06:31:14 -0500 you wrote:
> From: Willem de Bruijn
>
> A few recently added packetdrill tests that are known time sensitive
> (e.g., because testing timestamping) occasionally fail in debug mode:
>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 3 Jan 2025 10:24:58 -0800 you wrote:
> After previous change rshift >= 32 is no longer allowed.
> Modify the test to use 31, the test doesn't seem to send
> any traffic so the exact value shouldn't matter.
>
> Si
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 19 Dec 2024 16:31:16 -0800 you wrote:
> Tests using HW stats wait for them to stabilize, using data from
> ethtool -c as the delay. Not all drivers implement ethtool -c
> so handle the errors gracefully.
>
>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 17 Dec 2024 18:51:57 + you wrote:
> From: Soham Chakradeo
>
> Import tests for the following features (folder names in brackets):
> ECN (ecn) : RFC 3168
> Close (close) : RFC 9293
> TCP_INFO (tcp_info)
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 12 Dec 2024 16:36:03 +0100 you wrote:
> This adds support for receiving KeyUpdate messages (RFC 8446, 4.6.3
> [1]). A sender transmits a KeyUpdate message and then changes its TX
> key. The receiver should r
Hello:
This series was applied to bpf/bpf.git (master)
by Daniel Borkmann :
On Mon, 02 Dec 2024 12:29:22 +0100 you wrote:
> Series takes care of two issues with sockmap update: inconsistent behaviour
> after update with same, and race/refcount imbalance on element replace.
>
> I am hesitant if p
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 5 Dec 2024 17:35:58 +0100 you wrote:
> Danielle Ratson writes:
>
> Currently, the sharedbuffer test fails sometimes because it is reading a
> maximum occupancy that is larger than expected on some different cases
Hello:
This patch was applied to bpf/bpf.git (master)
by Alexei Starovoitov :
On Tue, 19 Nov 2024 17:18:19 +0100 you wrote:
> CONFIG_PREEMPT is a preemtion model the so called "Low-Latency Desktop".
> A different preemption model is PREEMPT_RT the so called "Real-Time".
> Both implement preemptio
Hello:
This series was applied to bpf/bpf.git (master)
by Alexei Starovoitov :
On Mon, 18 Nov 2024 22:03:40 +0100 you wrote:
> Two small fixes for vsock: poll() missing a queue check, and close() not
> invoking sockmap cleanup.
>
> Signed-off-by: Michal Luczaj
> ---
> Michal Luczaj (4):
>
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 14 Nov 2024 16:32:48 -0800 you wrote:
> The sanity checks are going to get silently cast to unsigned
> and always pass. Cast the sizeof to signed size.
>
> Signed-off-by: Jakub Kicinski
> ---
> CC: linux-kse
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 13 Nov 2024 12:13:08 + you wrote:
> From: Edward Cree
>
> The original semantics of ntuple filters with FLOW_RSS were not
> fully understood by all drivers, some ignoring the ring_cookie from
> the fl
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 8 Nov 2024 09:34:24 + you wrote:
> Check number of paths by fib_info_num_path(),
> and update_or_create_fnhe() for every path.
> Problem is that pmtu is cached only for the oif
> that has received icmp me
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 7 Nov 2024 00:13:26 +0100 you wrote:
> When macsec is offloaded to a NIC, we can take advantage of some of
> its features, mainly TSO and checksumming. This increases performance
> significantly. Some featur
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 5 Nov 2024 19:23:49 +0100 you wrote:
> This addresses the infamous unregister_netdevice splat in net selftests;
> the actual fix is carried by the first patch, while the 2nd one
> addresses a related problem
Hello:
This patch was applied to bpf/bpf-next.git (net)
by Martin KaFai Lau :
On Thu, 31 Oct 2024 09:40:46 +0800 you wrote:
> From: Geliang Tang
>
> New netns selftest helpers netns_new() and netns_free() has been added
> in network_helpers.c, let's use them in mptcp selftests too instead of
>
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 29 Oct 2024 12:26:03 -0700 you wrote:
> Commit 19d36d2971e6 ("selftests: netdevsim: Add fib_notifications test")
> added the test but didn't include it in the Makefile.
>
> Signed-off-by: Jakub Kicinski
> --
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Tue, 29 Oct 2024 15:46:27 +0800 you wrote:
> From: Jason Xing
>
> As we can see from the title, when I compiled the selftests/bpf, I
> saw the error:
> implicit declaration of function ‘gettid’ ; did you mean ‘g
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Fri, 18 Oct 2024 12:55:58 +0200 you wrote:
> Set the initial rec_seq to 0x so that it wraps
> immediately. The send() call should fail with EBADMSG.
>
> A bug in this code was fixed in commit cfaa80c9
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Tue, 22 Oct 2024 15:29:00 + you wrote:
> This patch series migrates test cases out of test_sock.c to
> prog_tests-style tests. It moves all BPF_CGROUP_INET4_POST_BIND and
> BPF_CGROUP_INET6_POST_BIND test cas
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Thu, 17 Oct 2024 11:45:42 +0200 you wrote:
> Recently, a defer helper was added to Python selftests. The idea is to keep
> cleanup commands close to their dirtying counterparts, thereby making it
> more transparent w
Hello:
This patch was applied to bpf/bpf.git (master)
by Andrii Nakryiko :
On Tue, 8 Oct 2024 21:07:20 -0700 you wrote:
> Linking of urandom_read and liburandom_read.so prefers LLVM's 'ld.lld' but
> falls back to using 'ld' if unsupported. However, this fallback discards
> any existing makefile
Hello:
This patch was applied to bpf/bpf.git (master)
by Alexei Starovoitov :
On Tue, 8 Oct 2024 16:12:32 -0700 you wrote:
> Existing code calls connect() with a 'struct sockaddr_in6 *' argument
> where a 'struct sockaddr *' argument is declared, yielding compile errors
> when building for mips6
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 7 Oct 2024 18:26:04 +0200 you wrote:
> Tweak the mlxsw-specific RED selftests to increase stability on
> Spectrum-3 and Spectrum-4 machines.
>
> Petr Machata (5):
> selftests: mlxsw: sch_red_ets: Increase
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 3 Oct 2024 03:15:06 -0700 you wrote:
> With the inclusion of commit c259acab839e ("ptp/ioctl: support
> MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDED") clock_gettime()
> now allows retrieval of pre/
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 30 Sep 2024 17:12:50 +0200 you wrote:
> From: Amit Cohen
>
> The test runs "devlink reload" explicitly. Instead, it is better to use
> devlink_reload() which waits for udev events to be processed. Do not sle
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Mon, 16 Sep 2024 01:37:39 -0700 you wrote:
> Hello all,
>
> This patch series targets a long-standing BPF usability issue - the lack
> of general cross-compilation support - by enabling cross-endian usage of
> li
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Thu, 19 Sep 2024 08:43:42 -0400 you wrote:
> From: Willem de Bruijn
>
> Some packetdrill tests are flaky in debug mode. As discussed, increase
> tolerance.
>
> We have been doing this for debug builds outside ksft too.
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 11 Sep 2024 20:52:39 -0400 you wrote:
> From: Willem de Bruijn
>
> 1/3: run in nets, as discussed, and add missing CONFIGs
> 2/3: import tcp/zerocopy
> 3/3: import tcp/slow_start
>
> Willem de Bruijn (3):
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 5 Sep 2024 19:15:50 -0400 you wrote:
> From: Willem de Bruijn
>
> Lay the groundwork to import into kselftests the over 150 packetdrill
> TCP/IP conformance tests on github.com/google/packetdrill.
>
> 1/2
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 6 Sep 2024 00:00:35 +0800 you wrote:
> From: Jason Xing
>
> When I was trying to modify the tx timestamping feature, I found that
> running "./txtimestamp -4 -C -L 127.0.0.1" didn't reflect the error:
> I s
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Mon, 9 Sep 2024 16:39:09 +0300 you wrote:
> When "arg#%d expected pointer to ctx, but got %s" error is printed, both
> template parts actually point to the type of the argument, therefore, it
> will also say "but
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Tue, 3 Sep 2024 09:28:39 +0800 you wrote:
> From: Yuan Chen
>
> When the PROCMAP_QUERY is not defined, a compilation error occurs due to the
> mismatch of the procmap_query()'s params, procmap_query() only be
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 3 Sep 2024 00:06:10 +0800 you wrote:
> From: Jason Xing
>
> Add the SO_PEEK_OFF selftest for UDP. In this patch, I mainly do
> three things:
> 1. rename tcp_so_peek_off.c
> 2. adjust for UDP protocol
> 3.
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Wed, 28 Aug 2024 08:14:23 +0200 you wrote:
> Here is a new batch of fixes for the MPTCP in-kernel path-manager:
>
> Patch 1 ensures the address ID is set to 0 when the path-manager sends
> an ADD_ADDR for the address of
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Tue, 20 Aug 2024 10:36:22 +0800 you wrote:
> From: Hao Ge
>
> Smatch reported the following warning:
> ./tools/testing/selftests/bpf/testing_helpers.c:455 get_xlated_program()
> warn: variable derefere
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 26 Aug 2024 19:11:17 +0200 you wrote:
> Here are different fixes:
>
> Patch 1 closes the subflow after having received a FIN, instead of
> leaving it half-closed until the end of the MPTCP connection. A fix for
>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 23 Aug 2024 23:04:50 +0100 you wrote:
> First 3 patches are more-or-less cleanups/preparations.
>
> Patches 4/5 are fixes for netns file descriptors leaks/open.
>
> Patch 6 was sent to me/contributed off-li
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 26 Aug 2024 19:15:11 +0200 you wrote:
> This test neglects to put ports down on cleanup. Fix it.
>
> Fixes: 90b9566aa5cd ("selftests: forwarding: add a test for
> local_termination.sh")
> Signed-off-by: Petr Mach
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 23 Aug 2024 18:25:37 +0200 you wrote:
> This test neglects to put ports down on cleanup. Fix it.
>
> Fixes: 476a4f05d9b8 ("selftests: forwarding: add a no_forwarding.sh test")
> Signed-off-by: Petr Machata
> ---
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 22 Aug 2024 02:56:39 -0700 you wrote:
> Adds a selftest that creates two virtual interfaces, assigns one to a
> new namespace, and assigns IP addresses to both.
>
> It listens on the destination interface usi
Hello:
This patch was applied to netdev/net-next.git (main)
by Martin KaFai Lau :
On Sat, 24 Aug 2024 10:38:37 -0400 you wrote:
> Turn on the execution bit for the shell script file. The test is skipped
> when downloaded from the linux_mainline source files.
>
> Signed-off-by: David Hunter
> --
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 21 Aug 2024 22:49:00 +0530 you wrote:
> This small series includes fixes for creation of veth pairs for
> networkless kernels & adds tests for turning the different network
> interface features on and off in
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Tue, 20 Aug 2024 18:22:27 -0700 you wrote:
> A few tests check if nettest exists in the $PATH before adding
> $PWD to $PATH and re-checking. They don't discard stderr on
> the first check (and nettest is built as part
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 20 Aug 2024 12:53:47 +0200 you wrote:
> From: Ido Schimmel
>
> Source the ethtool library from the correct path and avoid the following
> error:
>
> ./ethtool_lanes.sh: line 14: ./../../../net/forwarding/ethtool
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 19 Aug 2024 21:45:18 +0200 you wrote:
> Here are more fixes for the MPTCP in-kernel path-manager. In this
> series, the fixes are around the endpoint IDs not being reusable for
> on-going connections when re-creat
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 17 Aug 2024 13:36:59 -0700 you wrote:
> Looking at timestamped output of netdev CI reveals that
> most of the time in forwarding tests for custom route
> hashing is spent on a single case, namely the test whic
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller :
On Thu, 15 Aug 2024 15:59:49 +0800 you wrote:
> There are 2 issues for the current udpgro test. The first one is the testing
> doesn't record all the failures, which may report pass but the test actually
> failed. e.g.
>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 15 Aug 2024 16:37:13 +0100 you wrote:
> Since commit 255c1c7279ab ("tc-testing: Allow test cases to be skipped")
> the variable test_ordinal doesn't exist in call_pre_case().
> So it should not be accessed when an
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller :
On Thu, 15 Aug 2024 03:06:53 +0300 you wrote:
> This is a collection of patches I've gathered over the past several
> months.
>
> Patches 1-6/14 are supporting patches for selftests.
>
> Patch 9/14 fixes PTP TX from a
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 14 Aug 2024 23:01:21 +0530 you wrote:
> The word 'expected' was spelled as 'exepcted'.
> Fixed the typo in this patch.
>
> Signed-off-by: Abhash Jha
> ---
> tools/testing/selftests/net/pmtu.sh | 2 +-
> 1 f
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Tue, 13 Aug 2024 15:39:34 +0200 you wrote:
> When deleting netns, it is possible to still have some tasks running,
> e.g. background tasks like tcpdump running in the background, not
> stopped because the test has been int
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 14 Aug 2024 13:37:43 +0530 you wrote:
> Change expected_buf from (const void *) to (const char *)
> in function __recvpair().
> This change fixes the below warnings during test compilation:
>
> ```
> In file inclu
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Tue, 13 Aug 2024 14:45:04 +0200 you wrote:
> Hello,
> this series brings a new set of test converted to the test_progs framework.
> Since the tests are quite small, I chose to group three tests conversion in
> th
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 6 Aug 2024 08:38:06 -0700 you wrote:
> From: Allison Henderson
>
> Hi All,
>
> This series is a new selftest that Vegard, Chuck and myself have been
> working on to provide some test coverage for rds. I
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 1 Aug 2024 17:03:07 -0700 you wrote:
> Verify that total device stats don't decrease after it has been turned down.
> Also make sure the device doesn't crash when we access per-queue stats
> when it's down (
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 31 Jul 2024 13:05:52 +0200 you wrote:
> When looking at improving the user experience around the MPTCP endpoints
> setup, I noticed that setting an endpoint with both the 'signal' and the
> 'subflow' flags -- as i
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Wed, 31 Jul 2024 08:37:24 +0200 you wrote:
> Hello,
> this small series aims to integrate test_dev_cgroup in test_progs so it
> could be run automatically in CI. The new version brings a few differences
> with th
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Mon, 29 Jul 2024 02:24:17 -0700 you wrote:
> Use the POSIX version of basename() to allow compilation against non-gnu
> libc (e.g. musl). Include ahead of to enable using
> functions from the latter while prefer
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Sat, 27 Jul 2024 12:01:22 +0200 you wrote:
> In all the MPTCP backup related tests, the backup flag was set on one
> side, and the expected behaviour is to have both sides respecting this
> decision. That's also the "natu
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller :
On Sat, 27 Jul 2024 11:03:58 +0200 you wrote:
> Issue #501 [1] showed that the Netlink PM currently doesn't correctly
> support removal and re-add of signal endpoints.
>
> Patches 1 and 2 address the issue: the first on
Hello:
This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Sun, 21 Jul 2024 21:33:02 +0200 you wrote:
> Hello everyone,
>
> this small series is a first step in a larger effort aiming to help improve
> eBPF selftests and the testing coverage in CI. It focuses for now on
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Mon, 22 Jul 2024 22:54:27 -0700 you wrote:
> Hello all,
>
> This series includes the bulk of libc-related compile fixes accumulated to
> support systems using musl, with smaller numbers to follow. These patches
>
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Tue, 23 Jul 2024 16:22:52 +0800 you wrote:
> If the testing kernel doesn't support setting fdb_max_learned or show
> fdb_n_learned, just skip it. Or we will get errors like
>
> ./bridge_fdb_learning_limit.sh: line 218
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Fri, 19 Jul 2024 22:25:35 -0700 you wrote:
> Make log output incorrectly shows 'test_maps' as the binary name for every
> 'CLNG-BPF' build step, apparently picking up the last value defined for the
> $(TRUNNER_BINA
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Mon, 22 Jul 2024 17:13:28 -0700 you wrote:
> From: Tony Ambardar
>
> Update get_sys_includes in Makefile with missing MIPS-related definitions
> to fix many, many compilation errors building selftests/bpf. The f
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Sat, 20 Jul 2024 19:40:02 +0800 you wrote:
> From: Geliang Tang
>
> This set is part 10 of series "use network helpers" all BPF selftests
> wide.
>
> Patches 1-3 drop local functions make_client(), make_socket
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 12 Jul 2024 12:00:15 +0200 you wrote:
> It looks like we missed these two errors recently:
>
> - SC2068: Double quote array expansions to avoid re-splitting elements.
> - SC2145: Argument mixes string and
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 10 Jul 2024 11:04:59 +0200 you wrote:
> There are a couple of places where the test script "sleep"s to wait for
> some external condition to be met.
>
> This is error prone, specially in slow systems (identif
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Wed, 10 Jul 2024 21:10:15 +0800 you wrote:
> From: Geliang Tang
>
> v2:
> - only check the first "link" (link_nl) in test_mixed_links().
> - Drop patch 2 in v1.
>
> Resend patch 1 out of "skip ENOTSUPP BPF s
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Tue, 9 Jul 2024 17:16:16 +0800 you wrote:
> From: Geliang Tang
>
> v11:
> - new patches 2, 4, 6.
> - drop expect_errno from network_helper_opts as Eduard and Martin
>suggested.
> - drop sockmap_ktls pat
Hello:
This patch was applied to bpf/bpf.git (master)
by Daniel Borkmann :
On Wed, 3 Jul 2024 16:39:31 +0800 you wrote:
> From: Geliang Tang
>
> Run this BPF selftests (./test_progs -t sockmap_basic) on a Loongarch
> platform, a kernel panic occurs:
>
> '''
> Oops[#1]:
> CPU: 22 PID: 2824 Com
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Fri, 5 Jul 2024 14:50:09 + you wrote:
> fexit_sleep test runs successfully now on the CI so remove it from the
> deny list.
>
> Signed-off-by: Puranjay Mohan
> ---
> tools/testing/selftests/bpf/DENYLIST.aar
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Mon, 08 Jul 2024 11:52:56 +0200 you wrote:
> I realized this while having a map containing both a struct bpf_timer and
> a struct bpf_wq: the third argument provided to the bpf_wq callback is
> not the struct b
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 4 Jul 2024 10:56:51 +0200 you wrote:
> ** Background **
> Currently, OVS supports several packet sampling mechanisms (sFlow,
> per-bridge IPFIX, per-flow IPFIX). These end up being translated into a
> usersp
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 2 Jul 2024 09:28:27 -0400 you wrote:
> These patches aim to make using the openvswitch testsuite more reliable.
> These should address the major sources of flakiness in the openvswitch
> test suite allowing
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 28 Jun 2024 00:32:37 + you wrote:
> v15:
> https://patchwork.kernel.org/project/netdevbpf/list/?series=865481&state=*
>
>
> No material changes in this version, only a fix to linking against
> liby
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Wed, 26 Jun 2024 20:19:05 -0700 you wrote:
> Delete extra blank lines inside of test_selftest()
>
> Signed-off-by: Zhu Jun
> ---
> tools/testing/selftests/bpf/test_sockmap.c | 1 -
> 1 file changed, 1 deletion(-
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 27 Jun 2024 16:48:37 +0200 you wrote:
> The mirroring selftests work by sending ICMP traffic between two hosts.
> Along the way, this traffic is mirrored to a gretap netdevice, and counter
> taps are then in
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 25 Jun 2024 13:22:38 -0400 you wrote:
> Currently, if a user wants to run pmtu.sh and cover all the provided test
> cases, they need to install the Open vSwitch userspace utilities. This
> dependency is diff
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Sun, 23 Jun 2024 21:17:53 +0800 you wrote:
> Guard close() with extra link_fd[i] >= 0 and fexit_fd[i] >= 0
> check to prevent close(-1).
>
> Signed-off-by: Ma Ke
> ---
> tools/testing/selftests/bpf/prog_tests/fe
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 24 Jun 2024 13:55:39 +0800 you wrote:
> It seems that there is no definition for config IP_GRE, and it is not a
> dependency of other configs, so remove it.
>
> linux$ find -name Kconfig | xargs grep "IP_GRE"
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Fri, 21 Jun 2024 04:16:37 + you wrote:
> amt.sh is written in bash, not sh.
> So, shebang should be bash.
>
> Signed-off-by: Taehee Yoo
> ---
> tools/testing/selftests/net/amt.sh | 2 +-
> 1 file changed, 1
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Fri, 21 Jun 2024 10:15:57 +0800 you wrote:
> From: Geliang Tang
>
> v6:
> - update ASSERT strings in patch 4 as Eduard suggested. (thanks)
>
> v5:
> - update patch 1, add getsockopt(SO_PROTOCOL) in connect
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 19 Jun 2024 08:17:48 +0200 you wrote:
> From: Jiri Pirko
>
> One may use tools/testing/selftests/drivers/net/virtio_net/config
> for example for vng build command like this one:
> $ vng -v -b -f tools/testing/sel
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Tue, 18 Jun 2024 09:29:21 +0200 you wrote:
> Netlink flags, although they don't have payload at the netlink level,
> are represented as having "True" as value in pyroute2.
>
> Without it, trying to add a flow with a f
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 17 Jun 2024 09:28:33 +0100 you wrote:
> openvswitch.sh makes use of substitutions of the form ${ns:0:1}, to
> obtain the first character of $ns. Empirically, this is works with bash
> but not dash. When run with da
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 14 Jun 2024 19:15:29 +0200 you wrote:
> It is important to have fixed (sub)test names in TAP, because these
> names are used to identify them. If they are not fixed, tracking cannot
> be done.
>
> Some subtests fr
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Wed, 12 Jun 2024 09:58:24 -0600 you wrote:
> This patchset enables both detecting as well as dumping compilable
> prototypes for kfuncs.
>
> The first commit instructs pahole to DECL_TAG kfuncs when available.
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 07 Jun 2024 18:31:01 +0200 you wrote:
> The goal of this series is to use helpers from net/lib.sh with MPTCP
> selftests.
>
> - Patches 1 to 4 are some clean-ups and preparation in net/lib.sh:
>
> - Patch
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 07 Jun 2024 17:01:47 +0200 you wrote:
> The different patches here are some unrelated fixes for MPTCP:
>
> - Patch 1 ensures 'snd_una' is initialised on connect in case of MPTCP
> fallback to TCP followed by re
Hello:
This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Thu, 30 May 2024 15:41:07 +0800 you wrote:
> From: Geliang Tang
>
> For moving dctcp test dedicated code out of do_test() into test_dctcp().
> This patchset adds a new helper start_test() in bpf_tcp_ca.c to refa
1 - 100 of 290 matches
Mail list logo