Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 29 Oct 2024 11:47:13 +0100 you wrote:
> Notable changes from v10:
> * extended commit message of 23/23 with brief description of the output
> * Link to v10:
> https://lore.kernel.org/r/20241025-b4-ovpn-v10-0
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 30 Oct 2024 08:59:43 +0800 you wrote:
> ```
> readonly STATS="$(mktemp -p /tmp ns-XX)"
> readonly BASE=`basename $STATS`
> ```
> It could be a mistake to write to $BASE rather than $STATS, where $STATS
> i
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Thu, 19 Sep 2024 16:13:51 +0800 you wrote:
> Currently, the virtio-net driver will perform a pre-dma-mapping for
> small or mergeable RX buffer. But for small packets, a mismatched address
> without VIRTNET_RX_PAD and xdp_
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Palmer Dabbelt :
On Tue, 24 Sep 2024 13:54:57 -0400 you wrote:
> Turn on the executable bit for the following script files. These scripts
> are set to TEST_PROGS in their respective Makefiles, but currently, when
> these tests are run,
Hello:
This series was applied to bpf/bpf-next.git (net)
by Martin KaFai Lau :
On Thu, 26 Sep 2024 19:30:21 +0200 you wrote:
> In this series from Geliang, modifying MPTCP BPF selftests, we have:
>
> - A new MPTCP subflow BPF program setting socket options per subflow: it
> looks better to hav
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Tue, 24 Sep 2024 12:55:34 +0800 you wrote:
> From: zhang jiao
>
> There is no va_end after va_copy, just add it.
>
> Signed-off-by: zhang jiao
> ---
> tools/testing/selftests/bpf/test_progs.c | 1 +
> 1 file c
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 27 Sep 2024 12:13:49 +0800 you wrote:
> The include.sh file is generated for inclusion and should not be executable.
> Otherwise, it will be added to kselftest-list.txt. Additionally, add the
> executable bit for t
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Fri, 27 Sep 2024 12:00:50 +0800 you wrote:
> From: zhang jiao
>
> There is no va_end after va_copy, just add it.
>
> Signed-off-by: zhang jiao
> ---
> tools/testing/selftests/net/tcp_ao/lib/aolib.h | 1 +
> 1 fil
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 14 Oct 2024 16:37:59 +0100 you wrote:
> Some protocol family create() implementations have an error path after
> allocating the sk object and calling sock_init_data(). sock_init_data()
> attaches the allocate
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Mon, 4 Nov 2024 16:57:02 +0800 you wrote:
> With this patch set, RSS updates with queue_pairs changing:
> - When virtnet_probe, init default rss and commit
> - When queue_pairs changes _without_ user rss configuration, u
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Wed, 20 Nov 2024 08:43:10 +0100 you wrote:
> Hello,
> this is the revision 3 of test_flow_dissector_migration.sh into
> test_progs. This revision addresses comments from Stanislas, especially
> about proper reu
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Sun, 24 Nov 2024 07:32:43 + you wrote:
> The test.py should not be run separately. It should be run via run.sh,
> which will do some sanity checks first. Move the test.py from TEST_PROGS
> to TEST_FILES.
>
> Reported-
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 18 Nov 2024 11:09:08 +0800 you wrote:
> 1. fix recursive lock when ebpf prog return SK_PASS.
> 2. add selftest to reproduce recursive lock.
>
> Note that the test code can reproduce the 'dead-lock' and if just
>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Fri, 15 Nov 2024 00:55:17 +0530 you wrote:
> The series of patches are for doing basic tests
> of NIC driver. Test comprises checks for auto-negotiation,
> speed, duplex state and throughput between local NIC and
> p
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Tue, 19 Nov 2024 11:30:11 +0800 you wrote:
> page_frag test module is an out of tree module, but built
> using KDIR as the main kernel tree, the mm test suite is
> just getting skipped if newly added page_frag test mo
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 28 Nov 2024 15:38:43 +0100 you wrote:
> serial_test_flow_dissector_namespace manipulates both the root net
> namespace and a dedicated non-root net namespace. If for some reason a
> program attach on root n
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Wed, 20 Nov 2024 09:51:06 + you wrote:
> Currently the temporary address is not removed when mngtmpaddr is deleted
> or becomes unmanaged. The patch set fixed this issue and add a related
> test.
>
> v2:
> 1) delete
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 27 Nov 2024 15:58:28 -0700 you wrote:
> This patchset fixes a bug where bnxt driver was failing to report that
> an ntuple rule is redirecting to an RSS context. First commit is the
> fix, then second commit exten
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 4 Dec 2024 07:28:44 +0900 you wrote:
> Currently, sendmmsg is implemented in udpgso_bench_tx.c,
> but it is not called by any test script.
>
> This patch adds a test for sendmmsg in udpgso_bench.sh.
> This a
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Tue, 3 Dec 2024 09:06:53 -0600 you wrote:
> Parameters were created using wrong C types, which caused them to be of
> wrong size on some architectures, causing problems.
>
> The problem with SO_RCVLOWAT was found on s39
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Mon, 2 Dec 2024 12:45:30 -0800 you wrote:
> Commit f803bcf9208a ("selftests/bpf: Prevent client connect before
> server bind in test_tc_tunnel.sh") added code that waits for the
> netcat server to start before
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Mon, 9 Dec 2024 12:27:20 +0530 you wrote:
> With CONFIG_KPROBES_ON_FTRACE enabled on powerpc, ftrace_location_range
> returns ftrace location for bpf_fentry_test1 at offset of 4 bytes from
> function entry. This i
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 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 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 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 series was applied to netdev/net.git (main)
by Paolo Abeni :
On Fri, 6 Dec 2024 10:10:41 +0900 you wrote:
> When virtnet_close is followed by virtnet_open, some TX completions can
> possibly remain unconsumed, until they are finally processed during the
> first NAPI poll after the ne
Hello:
This series was applied to bpf/bpf-next.git (net)
by Martin KaFai Lau :
On Fri, 13 Dec 2024 16:06:19 +0100 you wrote:
> Hi all,
>
> This patch series continues the work to migrate the script tests into
> prog_tests.
>
> test_xdp_meta.sh uses the BPF programs defined in progs/test_xdp_met
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 17 Dec 2024 22:16:51 +0100 you wrote:
> Fix the way tcpdump is executed by:
> - Using the right variable for the namespace. Currently the use of the
> empty "ns" makes the command fail.
> - Waiting until it start
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
Hello:
This patch was applied to bpf/bpf-next.git (net)
by Martin KaFai Lau :
On Thu, 5 Dec 2024 12:42:58 +0800 you wrote:
> set XDP_UMEM_TX_METADATA_LEN flag to reserve tx_metadata_len bytes of
> per-chunk metadata.
>
> Fixes: d5e726d9143c ("xsk: Require XDP_UMEM_TX_METADATA_LEN to actuate
>
Hello:
This patch was applied to bpf/bpf-next.git (net)
by Martin KaFai Lau :
On Thu, 5 Dec 2024 13:19:36 +0800 you wrote:
> Currently, user needs to manually enable transmit hardware timestamp
> feature of certain Ethernet drivers, e.g. stmmac and igc drivers, through
> following command after
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 4 Dec 2024 16:32:39 + you wrote:
> Fix various integer type conversions by using strtoull and a temporary
> variable which is bounds checked before being casted into the
> appropriate cfg_* variable for u
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 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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.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.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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 (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, 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 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.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 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 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 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 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-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 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 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 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 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 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
701 - 800 of 868 matches
Mail list logo