Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Tue, 12 Sep 2023 16:16:25 +0200 you wrote:
> tls.sendmsg_large and tls.sendmsg_multiple are trying to send through
> the self->cfd socket (only configured with TLS_RX) and to receive through
> the self->fd socket (only
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 7 Sep 2023 23:05:41 + you wrote:
> Changes in V2 -> V3
> - Added comments at places where there could be confustion.
> - In the patch for DIV64, fix the if-else case that would never run.
> - In the s
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Wed, 4 Oct 2023 13:09:02 +0200 you wrote:
> From: Björn Töpel
>
> Commit 08d0ce30e0e4 ("riscv: Implement syscall wrappers") introduced
> some regressions in libbpf, and the kselftests BPF suite, which are
> fix
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Wed, 4 Oct 2023 14:27:18 +0200 you wrote:
> From: Björn Töpel
>
> Yet another "more cross-building support for RISC-V" series.
>
> An example how to invoke a gen_tar build:
>
> | make ARCH=riscv CROSS_COMPI
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Thu, 5 Oct 2023 15:21:50 +0800 you wrote:
> v2:
> - rename c0/c1 to cli0/cli1, p0/p1 to peer0/perr1 as Daniel suggested.
>
> Two cleanups for sockmap_listen selftests: enable a kconfig and add a
> new helper.
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Fri, 6 Oct 2023 18:32:16 +0800 you wrote:
> Extract duplicate code from these four functions
>
> unix_redir_to_connected()
> udp_redir_to_connected()
> inet_unix_redir_to_connected()
> unix_inet_redir_to_con
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Mon, 9 Oct 2023 13:06:07 +0300 you wrote:
> The merge commit 92716869375b ("Merge branch 'br-flush-filtering'") added
> support for FDB flushing in bridge driver. Extend VXLAN driver to support
> FDB flushing als
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 10 Oct 2023 16:44:00 +0200 you wrote:
> From: Jiri Pirko
>
> The file name used in flash test was "dummy" because at the time test
> was written, drivers were responsible for file request and as netdevsim
>
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller :
On Wed, 11 Oct 2023 15:49:35 -0400 you wrote:
> A number of corner cases were caught when trying to run the selftests on
> older systems. Missed skip conditions, some error cases, and outdated
> python setups would all
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Sun, 15 Oct 2023 23:30:39 -0700 you wrote:
> These variables are never referenced in the code, just remove them
>
> Signed-off-by: zhujun2
> ---
> tools/testing/selftests/net/af_unix/scm_pidfd.c | 1 -
> to
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 16 Oct 2023 15:27:19 +0200 you wrote:
> Introduce a limit on the amount of learned FDB entries on a bridge,
> configured by netlink with a build time default on bridge creation in
> the kernel config.
>
> Fo
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 23 Oct 2023 18:04:22 +0530 you wrote:
> Change ifconfig with ip command,
> on a system where ifconfig is
> not used this script will not
> work correcly.
>
> Test result with this patchset:
>
> [...]
Here i
Hello:
This series was applied to bpf/bpf.git (master)
by Alexei Starovoitov :
On Wed, 01 Nov 2023 13:33:50 +0100 you wrote:
> Immediate is incorrectly cast to u32 before being spilled, losing sign
> information. The range information is incorrect after load again. Fix
> immediate spill by remove
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Sat, 28 Oct 2023 10:54:13 +0530 you wrote:
> As it was pointed out by Yonghong Song [1], in the bpf selftests the use
> of the ASSERT_* series of macros is preferred over the CHECK macro.
> This patch replaces
Hello:
This patch was applied to bpf/bpf.git (master)
by Alexei Starovoitov :
On Thu, 2 Nov 2023 11:35:37 +0100 you wrote:
> From: Björn Töpel
>
> There are architectures where char is not signed. If so, the following
> error is triggered:
>
> | xdp_hw_metadata.c:435:42: error: result of co
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Tue, 31 Oct 2023 11:47:32 +0800 you wrote:
> In the PMTU test, when all previous tests are skipped and the new test
> passes, the exit code is set to 0. However, the current check mistakenly
> treats this as an assignm
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Fri, 3 Nov 2023 23:09:12 +0100 you wrote:
> Building an arm64 kernel and seftests/bpf with defconfig +
> selftests/bpf/config and selftests/bpf/config.aarch64 the fragment
> CONFIG_DEBUG_INFO_REDUCED is enabled in
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Sat, 11 Nov 2023 18:30:10 -0800 you wrote:
> This is a follow up to:
> commit b8e3a87a627b ("bpf: Add crosstask check to __bpf_get_stack").
>
> This test ensures that the task iterator only gets a single
> user st
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 14 Nov 2023 00:16:12 +0100 you wrote:
> Here are a few fixes related to MPTCP:
>
> - Patch 1 limits GSO max size to ~64K when MPTCP is being used due to a
> spec limit. 'gso_max_size' can exceed the max value s
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 14 Nov 2023 10:11:31 -0500 you wrote:
> The sockets used by udpgso_bench_tx aren't always ready when
> udpgso_bench_tx transmits packets. This issue is more prevalent in -rt
> kernels, but can occur in both.
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 16 Nov 2023 15:34:43 -0500 you wrote:
> From: Willem de Bruijn
>
> Commit 29f834aa326e ("net_sched: sch_fq: add 3 bands and WRR
> scheduling") introduces multiple traffic bands, and per-band maximum
> packet
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Tue, 21 Nov 2023 05:33:14 +0530 you wrote:
> Multiple files/programs in `tools/testing/selftests/bpf/prog_tests/` still
> heavily use the `CHECK` macro, even when better `ASSERT_` alternatives are
> available.
>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 24 Nov 2023 12:15:18 -0500 you wrote:
> From: Willem de Bruijn
>
> Observed a clang warning when backporting cmsg_sender.
> Ran the same build against all the .c files under selftests/net.
>
> This is clang-14
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 24 Nov 2023 12:42:43 -0300 you wrote:
> Address the recommendations from the previous series and cleanup some
> leftovers.
>
> Pedro Tammela (5):
> selftests: tc-testing: remove buildebpf plugin
> selfte
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Sat, 25 Nov 2023 17:42:49 +0900 you wrote:
> When linking statically, libraries may require other dependencies to be
> included to ld flags. In particular, libelf may require libzstd. Use
> pkg-config to determine
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Wed, 29 Nov 2023 19:24:20 -0300 you wrote:
> Follow-up on a feedback from Jakub and random cleanups from related
> net/sched patches
>
> Pedro Tammela (4):
> selftests: tc-testing: remove spurious nsPlugin u
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 29 Nov 2023 19:24:20 -0300 you wrote:
> Follow-up on a feedback from Jakub and random cleanups from related
> net/sched patches
>
> Pedro Tammela (4):
> selftests: tc-testing: remove spurious nsPlugin usag
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Mon, 4 Dec 2023 09:39:40 + you wrote:
> There is a spelling mistake in an ASSERT_GT message. Fix it.
>
> Signed-off-by: Colin Ian King
> ---
> tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c | 2 +
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Sat, 2 Dec 2023 10:00:56 +0800 you wrote:
> As Guillaume pointed, many selftests create namespaces with very common
> names (like "client" or "server") or even (partially) run directly in
> init_net.
> This makes t
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Wed, 6 Dec 2023 15:07:52 +0800 you wrote:
> Here is the 2nd part of converting net selftests to run in unique namespace.
> This part converts all bridge, vxlan, vrf tests.
>
> Here is the part 1 link:
> https:/
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 7 Dec 2023 16:52:31 -0800 you wrote:
> Major changes in v1:
> --
>
> 1. Implemented MVP queue API ndos to remove the userspace-visible
>driver reset.
>
> 2. Fixed issues in the napi_pp_put_
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 14 Dec 2023 15:49:01 -0700 you wrote:
> This patchset adds two kfunc helpers, bpf_xdp_get_xfrm_state() and
> bpf_xdp_xfrm_state_release() that wrap xfrm_state_lookup() and
> xfrm_state_put(). The intent is
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 13 Dec 2023 14:08:43 +0800 you wrote:
> Here is the 3rd part of converting net selftests to run in unique namespace.
> This part converts all srv6 and fib tests.
>
> Note that patch 06 is a fix for testing f
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 14 Dec 2023 15:56:24 -0700 you wrote:
> Two small improves to BPF exceptions in this patchset:
>
> 1. Allow throwing exceptions in XDP progs
> 2. Add some macros to help release references before throwing
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller :
On Fri, 15 Dec 2023 17:04:23 +0100 you wrote:
> Here are a few fixes related to MPTCP:
>
> Patch 1 avoids skipping some subtests of the MPTCP Join selftest by
> mistake when using older versions of GCC. This fixes a pat
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Tue, 19 Dec 2023 21:47:56 +0800 you wrote:
> For now, the reg bounds is not handled for BPF_JNE case, which can cause
> the failure of following case:
>
> /* The type of "a" is u32 */
> if (a > 0 && a < 10
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Mon, 18 Dec 2023 13:30:22 + you wrote:
> There are a handful of spelling mistakes in test messages in the
> TCP-AIO selftests. Fix these.
>
> Signed-off-by: Colin Ian King
> ---
> tools/testing/selftests/ne
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 19 Dec 2023 02:03:05 + you wrote:
> Trivial fix for out-of-tree build that I wasn't testing previously:
>
> 1. Create a directory for library object files, fixes:
> > gcc lib/kconfig.c -Wall -O2 -g -D_GN
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 19 Dec 2023 17:48:48 +0800 you wrote:
> Here is the last part of converting net selftests to run in unique namespace.
> This part converts all left tests. After the conversion, we can run the net
> sleftests
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 19 Dec 2023 13:54:04 +0800 you wrote:
> No functional modification involved.
>
> ./tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:121:2-3: Unneeded
> semicolon.
>
> Reported-by: Abaci Robot
> Clos
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 19 Dec 2023 12:57:55 +0200 you wrote:
> Hi,
>
> This series adds mqprio qdisc offload in channel mode,
> Frame Preemption MAC merge support and RX/TX coalesing
> for AM65 CPSW driver.
>
> In v11 following
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Tue, 19 Dec 2023 22:31:03 +0100 you wrote:
> Patch 1 is a cleanup one: mptcp_is_tcpsk() helper was modifying sock_ops
> in some cases which is unexpected with that name.
>
> Patch 2 to 4 add support for two sock
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Fri, 22 Dec 2023 01:59:05 + you wrote:
> Note that there's another post-merge fix for TCP-AO selftests, but that
> doesn't conflict with these, so I don't resend that:
>
> https://lore.kernel.org/all/2023121
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Fri, 22 Dec 2023 13:47:21 +0100 you wrote:
> This MIB counter is similar to the one of TCP -- CurrEstab -- available
> in /proc/net/snmp. This is useful to quickly list the number of MPTCP
> connections without h
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 29 Dec 2023 21:19:31 +0800 you wrote:
> The patch set [1] added a general lib.sh in net selftests, and converted
> several test scripts to source the lib.sh.
>
> unicast_extensions.sh (converted in [1]) and p
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 3 Jan 2024 15:36:41 +0100 you wrote:
> This series attempts to reduce the parsing overhead of IPv6 extension
> headers in GRO and GSO, by removing extension header specific code and
> enabling the frag0 fast
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 4 Jan 2024 09:11:09 -0500 you wrote:
> The expression "source ../lib.sh" added to net/forwarding/lib.sh in commit
> 25ae948b4478 ("selftests/net: add lib.sh") does not work for tests outside
> net/forwarding
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller :
On Wed, 10 Jan 2024 09:14:34 -0500 you wrote:
> From: Benjamin Poirier
>
> Two small fixes for net selftests.
>
> These patches were carved out of the following RFC series:
> https://lore.kernel.org/netdev/20231222135
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 10 Jan 2024 21:34:10 + you wrote:
> The rules to link selftests are:
>
> > $(OUTPUT)/%_ipv4: %.c
> > $(LINK.c) $^ $(LDLIBS) -o $@
> >
> > $(OUTPUT)/%_ipv6: %.c
> > $(LINK.c) -DIPV6_TEST $^ $(LDLIBS) -o
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 10 Jan 2024 09:14:34 -0500 you wrote:
> From: Benjamin Poirier
>
> Two small fixes for net selftests.
>
> These patches were carved out of the following RFC series:
> https://lore.kernel.org/netdev/202312221358
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Mon, 8 Jan 2024 22:51:54 +0200 you wrote:
> From: Maxim Mikityanskiy
>
> The goal of this series is to extend the verifier's capabilities of
> tracking scalars when they are spilled to stack, especially when
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Wed, 10 Jan 2024 09:14:34 -0500 you wrote:
> From: Benjamin Poirier
>
> Two small fixes for net selftests.
>
> These patches were carved out of the following RFC series:
> https://lore.kernel.org/netdev/20231222135836.
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Sun, 14 Jan 2024 14:47:48 -0800 you wrote:
> ethtool CLI has changed its output. Make the test compatible.
>
> Signed-off-by: Jakub Kicinski
> ---
> CC: sh...@kernel.org
> CC: linux-kselftest@vger.kernel.org
>
> [...]
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Sun, 14 Jan 2024 14:47:26 -0800 you wrote:
> Number of tests are failing when netdev renaming is active
> on the system. Add udevadm settle in logic determining
> the names.
>
> Fixes: 242aaf03dc9b ("selftests: add a test
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 15 Jan 2024 18:02:01 -0800 you wrote:
> bonding tests also try to create bridge, veth and dummy
> interfaces. These are not currently listed in config.
>
> Fixes: bbb774d921e2 ("net: Add tests for bonding and team
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Tue, 16 Jan 2024 07:43:11 -0800 you wrote:
> netdevsim tests aren't very well integrated with kselftest,
> which has its advantages and disadvantages. But regardless
> of the intended integration - a config file to know wh
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Tue, 16 Jan 2024 10:49:26 -0500 you wrote:
> As a followup to commit 03fb8565c880 ("selftests: bonding: add missing
> build configs"), add more networking-specific config options which are
> needed for bonding tests.
>
>
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Wed, 17 Jan 2024 19:12:32 -0500 you wrote:
> When tests are run by runner.sh, bond_options.sh gets killed before
> it can complete:
>
> make -C tools/testing/selftests run_tests TARGETS="drivers/net/bonding"
> [
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 22 Jan 2024 12:35:28 -0800 you wrote:
> We are missing a lot of config options from net selftests,
> it seems:
>
> tun/tap: CONFIG_TUN, CONFIG_MACVLAN, CONFIG_MACVTAP
> fib_tests: CONFIG_NET_SCH_FQ_CODEL
> l
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 22 Jan 2024 11:58:15 -0800 you wrote:
> If there is more than 32 cpus the bitmask will start to contain
> commas, leading to:
>
> ./rps_default_mask.sh: line 36: [: ,: integer expression
> expecte
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 22 Jan 2024 22:05:29 -0800 you wrote:
> This test is missing a whole bunch of checks for interface
> renaming and one ifup. Presumably it was only used on a system
> with renaming disabled and NetworkManager runnin
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 24 Jan 2024 11:25:50 -0800 you wrote:
> Still a bit unclear whether each directory should have its own
> config file, but assuming they should lets add one for tcp_ao.
>
> The following tests still fail with this
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 24 Jan 2024 22:33:19 +0100 you wrote:
> This series address self-tests failures for udp gro-related tests.
>
> The first patch addresses the main problem I observe locally - the XDP
> program required by such tes
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 24 Jan 2024 15:36:30 -0800 you wrote:
> The default timeout for tests is 45sec, bench-lookups_ipv6
> seems to take around 50sec when running in a VM without
> HW acceleration. Give it a 2x margin and set the timeou
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 24 Jan 2024 15:19:28 -0300 you wrote:
> Patches 1 and 3 are fixes for tdc that were discovered when running it
> using defconfig + tc-testing config and against the latest iproute2.
>
> Patch 2 improves the
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 24 Jan 2024 14:13:44 +0800 you wrote:
> The busywait timeout value is a millisecond, not a second. So the
> current setting 2 is too small. On slow/busy host (or VMs) the
> current timeout can expire even on "corre
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 25 Jan 2024 19:09:06 +0100 you wrote:
> The gro.sh test-case relay on the gro_flush_timeout to ensure
> that all the segments belonging to any given batch are properly
> aggregated.
>
> The other end, the sender i
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Sun, 28 Jan 2024 19:43:57 +0800 you wrote:
> From: Geliang Tang
>
> bpf_testmod_exit() should not have a return value, so this patch drops this
> useless 'return' in it.
>
> Acked-by: Jiri Olsa
> Signed-off-by:
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 26 Jan 2024 12:13:08 -0800 you wrote:
> Modern OSes use iptables implementation with nf_tables as a backend,
> e.g.:
>
> $ iptables -V
> iptables v1.8.8 (nf_tables)
>
> Pablo points out that we need CONFIG_NFT_CO
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Fri, 26 Jan 2024 18:21:17 -0500 you wrote:
> After commit 25ae948b4478 ("selftests/net: add lib.sh") but before commit
> 2114e83381d3 ("selftests: forwarding: Avoid failures to source
> net/lib.sh"), some net sel
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Fri, 26 Jan 2024 21:33:03 -0500 you wrote:
> From: Willem de Bruijn
>
> This test validates per-band packet limits in FQ. Packets are dropped
> rather than enqueued if the limit for their band is reached.
>
> T
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 26 Jan 2024 21:31:51 -0500 you wrote:
> From: Willem de Bruijn
>
> The test sends packets and compares enqueue, transmit and Ack
> timestamps with expected values. It installs netem delays to increase
> late
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Wed, 31 Jan 2024 09:08:43 -0500 you wrote:
> Some small fixes for net selftests which follow from these recent commits:
> dd2d40acdbb2 ("selftests: bonding: Add more missing config options")
> 49078c1b80b6 ("se
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Sun, 28 Jan 2024 18:24:05 -0700 you wrote:
> === Description ===
>
> This is a bpf-treewide change that annotates all kfuncs as such inside
> .BTF_ids. This annotation eventually allows us to automatically gen
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 30 Jan 2024 03:51:51 + you wrote:
> Changes in v2:
> - Dropped "selftests/net: Clean-up double assignment", going to send it
> to net-next with other changes (Simon)
> - Added a patch to rectify RST selftest
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 30 Jan 2024 18:47:15 +0100 you wrote:
> This series try to address CI failures for the pmtu.sh tests. It
> does _not_ attempt to enable all the currently skipped cases, to
> avoid adding more entropy.
>
> Tested
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 31 Jan 2024 08:56:05 -0800 you wrote:
> amt test uses the TTL iptables module:
>
> ip netns exec "${RELAY}" iptables -t mangle -I PREROUTING \
> -d 239.0.0.1 -j TTL --ttl-set 2
>
> Fixes: c08e8baea78e ("s
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 31 Jan 2024 09:08:43 -0500 you wrote:
> Some small fixes for net selftests which follow from these recent commits:
> dd2d40acdbb2 ("selftests: bonding: Add more missing config options")
> 49078c1b80b6 ("selftests:
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 31 Jan 2024 22:49:45 +0100 you wrote:
> This series of 9 patches fixes issues mostly identified by CI's not
> managed by the MPTCP maintainers. Thank you Linero (LKFT) and Netdev
> maintainers (NIPA) for running o
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Wed, 31 Jan 2024 17:08:22 +1300 you wrote:
> Add a test case for regression in openvswitch nat that was fixed by
> commit e6345d2824a3 ("netfilter: nf_nat: fix action not being set for
> all ct states").
>
> Link
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Sat, 27 Jan 2024 19:52:31 +0200 you wrote:
> From: Maxim Mikityanskiy
>
> The goal of this series is to extend the verifier's capabilities of
> tracking scalars when they are spilled to stack, especially when th
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 1 Feb 2024 19:42:37 +0100 you wrote:
> Another small bunch of fixes, addressing issues outlined by the
> netdev CI.
>
> The first 2 patches are just rebased.
>
> The following 2 are new fixes, for even more pro
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 1 Feb 2024 16:11:54 -0800 you wrote:
> Paolo points out that ifconfig is legacy and we should not use it.
>
> Signed-off-by: Jakub Kicinski
> ---
> CC: sh...@kernel.org
> CC: ho...@kernel.org
> CC: linux-k
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Fri, 2 Feb 2024 17:06:59 +0100 you wrote:
> In very slow environments, most big TCP cases including
> segmentation and reassembly of big TCP packets have a good
> chance to fail: by default the TCP client uses write s
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Thu, 1 Feb 2024 11:21:19 -0500 you wrote:
> From: Willem de Bruijn
>
> This test is time sensitive. It may fail on virtual machines and for
> debug builds.
>
> Continue to run in these environments to get code cov
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Fri, 2 Feb 2024 02:24:59 + you wrote:
> Selftests here check not only that connect()/accept() for
> TCP-AO/TCP-MD5/non-signed-TCP combinations do/don't establish
> connections, but also counters: those are per-AO-key,
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Sun, 4 Feb 2024 08:56:18 -0800 you wrote:
> cmsg_ipv6 test requests tcpdump to capture 4 packets,
> and sends until tcpdump quits. Only the first packet
> is "real", however, and the rest are basic UDP packets.
> So i
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 7 Feb 2024 18:31:10 +0100 you wrote:
> The reuseport_addr_any.sh is currently skipping DCCP tests and
> pmtu.sh is skipping all the FOU/GUE related cases: add the missing
> options.
>
> Signed-off-by: Paolo Abeni
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 8 Feb 2024 18:55:38 +0200 you wrote:
> The two tests that make use of multicast routig (router.sh and
> router_multicast.sh) are currently failing in the netdev CI because the
> kernel is missing multicast rou
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 8 Feb 2024 14:31:10 +0200 you wrote:
> The test toggles the carrier of a bridge port in order to test the
> bridge backup port feature.
>
> Due to the linkwatch delayed work the carrier change is not always
> refl
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 8 Feb 2024 17:55:25 +0200 you wrote:
> Fix various problems in the forwarding selftests so that they will pass
> in the netdev CI instead of being ignored. See commit messages for
> details.
>
> Ido Schimmel (4):
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 7 Feb 2024 08:24:14 -0500 you wrote:
> Open vSwitch module accepts actions as a list from the netlink socket
> and then creates a copy which it uses in the action set processing.
> During processing of the action
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 7 Feb 2024 10:42:45 +0100 you wrote:
> The altnames test uses the forwarding/lib.sh and that dependency
> currently causes failures when running the test after install:
>
> make -C tools/testing/selftests/
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Wed, 7 Feb 2024 13:26:17 +0100 you wrote:
> In various performance profiles of kernels with BPF programs attached,
> bpf_local_storage_lookup() appears as a significant portion of CPU
> cycles spent. To enable th
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 8 Feb 2024 18:57:49 +0100 you wrote:
> This test is time sensitive. It may fail on virtual machines and for
> debug builds.
>
> Similar to commit c41dfb0dfbec ("selftests/net: ignore timing errors in
> so_t
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 9 Feb 2024 16:25:11 +0300 you wrote:
> Older glibc's netinet/in.h may leave IPPROTO_MPTCP undefined when
> building ip_local_port_range.c, that leads to "error: use of undeclared
> identifier 'IPPROTO_MPTCP'".
>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 12 Feb 2024 10:43:31 +0100 you wrote:
> The mentioned test is failing in slow environments:
>
> # SO_TXTIME ipv4 clock monotonic
> # ./so_txtime: recv: timeout: Resource temporarily unavailable
> not ok 1 se
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 12 Feb 2024 10:39:41 +0100 you wrote:
> The gro self-tests sends the packets to be aggregated with
> multiple write operations.
>
> When running is slow environment, it's hard to guarantee that
> the GRO engine wi
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 12 Feb 2024 11:19:22 +0100 you wrote:
> The mentioned test is still flaky, unusally enough in 'fast'
> environments.
>
> Patch 2/2 [try to] address the existing issues, while patch 1/2
> introduces more strict te
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 13 Feb 2024 06:20:55 -0800 you wrote:
> Test runners on debug kernels occasionally fail with:
>
> # # RUN tls_err.13_aes_gcm.poll_partial_rec_async ...
> # # tls.c:1883:poll_partial_rec_async:Expected
1 - 100 of 376 matches
Mail list logo