Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 9 Sep 2025 18:54:14 +0200 you wrote:
> Two patches here, first fixes the issue where tunnel core doesn't
> actually extract DF bit from the outer IP header, even though both
> OVS and TC flower allow matching on
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 4 Sep 2025 11:27:10 -0700 you wrote:
> devmem test fails on NIPA. Most likely we get skb(s) with readable
> frags (why?) but the failure manifests as an OOM. The OOM happens
> because ncdevmem spams the follo
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Thu, 4 Sep 2025 03:05:23 + you wrote:
> Remove unused 'elf' and 'path' parameters from parse_usdt_note function
> signature. These parameters are not referenced within the function body
> and only add unnecess
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Thu, 28 Aug 2025 15:48:30 -0300 you wrote:
> Currently, even if some subtests fails, the end result will still yield
> "ok 1 selftests: bpf: test_xsk.sh". Fix it by exiting with 1 if there are
> any failures.
>
>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 02 Sep 2025 23:11:32 +0200 you wrote:
> This series contains 4 independent new features:
>
> - Patch 1: use HMAC-SHA256 library instead of open-coded HMAC.
>
> - Patch 2: selftests: check for unexpected fal
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Wed, 3 Sep 2025 07:47:10 +0800 you wrote:
> From: Rong Tao
>
> bpf_strcasecmp() function performs same like bpf_strcmp() except ignoring
> the case of the characters.
>
> Signed-off-by: Rong Tao
>
> [...]
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 4 Sep 2025 10:10:08 +0800 you wrote:
> Add the benchmark testcase "kprobe-multi-all", which will hook all the
> kernel functions during the testing.
>
> This series is separated out from [1].
>
> Change
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Fri, 29 Aug 2025 16:33:49 -0300 you wrote:
> Commit 4b302092553c ("selftests/xsk: Add tail adjustment tests and support
> check") added a new global to xsk_xdp_progs.c, but left out the access in
> the testapp_xdp_
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 1 Sep 2025 13:45:57 +0800 you wrote:
> From: Zongmin Zhou
>
> The buffer be used without free,fix it to avoid memory leak.
>
> Signed-off-by: Zongmin Zhou
> ---
> Changes in v3:
> - move freeaddrinfo() to
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 01 Sep 2025 03:00:07 -0700 you wrote:
> This patch improves the utils.py module by removing unused imports
> (errno, random), simplifying the fd_read_timeout() function by
> eliminating unnecessary else clause
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 28 Aug 2025 22:11:00 +0100 you wrote:
> Fix several spelling and grammatical mistakes in output messages from
> the net selftests to improve readability.
>
> Only the message strings for the test output have
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 28 Aug 2025 16:39:38 +0800 you wrote:
> Remove unnecessary semicolons.
>
> Signed-off-by: Liao Yuanhong
> ---
> Changes in v2:
> - Remove fixes tag.
>
> [...]
Here is the summary with links:
- [net
Hello:
This series was applied to bpf/bpf.git (master)
by Andrii Nakryiko :
On Sat, 30 Aug 2025 00:30:16 +0800 you wrote:
> From: Rong Tao
>
> Fix bpf_strnstr() wrong 'len' parameter, bpf_strnstr("open", "open", 4)
> should return 0 instead of -ENOENT. And fix a more general case when s2
> is a
Hello:
This patch was applied to netdev/net.git (main)
by Michael S. Tsirkin :
On Thu, 28 Aug 2025 18:36:18 +0200 you wrote:
> From: Junnan Wu
>
> "Use after free" issue appears in suspend once race occurs when
> napi poll scheduls after `netif_device_detach` and before napi disables.
>
> For
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Thu, 28 Aug 2025 10:12:33 -0300 you wrote:
> Commit e9fc3ce99b34 ("libbpf: Streamline error reporting for high-level
> APIs") redefined the way that bpf_prog_detach2() returns. Therefore, adapt
> the usage in test_
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 21 Aug 2025 17:06:02 +0800 you wrote:
> migrate_disable() and rcu_read_lock() are used to together in many case in
> bpf. However, when PREEMPT_RCU is not enabled, rcu_read_lock() will
> disable preemption
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 18 Aug 2025 19:03:53 +0100 you wrote:
> Hi all,
>
> Here are a couple of patches fixing the vsock error-handling regression
> found by syzbot [1] that I introduced during the recent merge window.
>
> Cheers,
>
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 19 Aug 2025 10:45:57 +0800 you wrote:
> From: Cryolitia PukNgae
>
> To free memory and close fd after use
>
> Suggested-by: Jun Zhan
> Signed-off-by: Cryolitia PukNgae
>
> [...]
Here is the summary with
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Fri, 15 Aug 2025 06:19:57 + you wrote:
> This patch fixes unstable LACP negotiation when bonding is configured in
> passive mode (`lacp_active=off`).
>
> Previously, the actor would stop sending LACPDUs after initial
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 18 Aug 2025 19:52:27 -0700 you wrote:
> socket.c: In function ‘run_tests’:
> socket.c:59:25: warning: ignoring return value of ‘strerror_r’ \
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 12 Aug 2025 20:38:23 +0100 you wrote:
> Extend the existing netconsole cmdline selftest to also validate that
> interface selection can be performed via MAC address.
>
> The test now validates that netconsole
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 12 Aug 2025 09:59:29 +0800 you wrote:
> Previous commit 230b183921ec ("net: Use standard structures for generic
> socket address structures.") use 'struct sockaddr_storage address;'
> to replace 'char address[
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 7 Aug 2025 16:09:32 +0800 you wrote:
> The `__WORDSIZE` macro, defined in the non-standard ``
> header, is a GNU extension and not universally available with all
> toolchains, such as Clang when used with mus
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 9 Aug 2025 14:20:13 +0800 you wrote:
> The get_next_frame() function in psock_tpacket.c was missing a return
> statement in its default switch case, leading to a compiler warning.
>
> This was caused by a `b
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 28 Jul 2025 10:35:24 +0200 you wrote:
> Handle the case for v5.1 and v5.5 instead of returning "0.0".
>
> Also reword the comment below since I don't see any evidence of such a
> check happening, and - since 5.5 h
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 24 Jul 2025 23:14:50 +0800 you wrote:
> Show precise rejected function when attaching fexit/fmod_ret to __noreturn
> functions.
> Add log for attaching tracing programs to functions in deny list.
> Add sel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 25 Jul 2025 11:50:28 +0800 you wrote:
> The esp4_offload module, loaded during IPsec offload tests, should
> be reset to its default settings after testing.
> Otherwise, leaving it enabled could unintentionall
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 25 Jul 2025 09:38:08 +0800 you wrote:
> The local variable 'vm_addr' is always not NULL, no need to check it.
>
> Signed-off-by: Wang Liang
> ---
> net/vmw_vsock/af_vsock.c | 5 -
> 1 file changed, 5 de
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 23 Jul 2025 10:35:06 -0700 you wrote:
> Extend the `check_for_dependencies()` function in `lib_netcons.sh` to check
> whether IPv6 is enabled by verifying the existence of
> `/proc/net/if_inet6`. Having IPv6 i
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 23 Jul 2025 15:47:14 -0700 you wrote:
> Cosmin reports the following locking issue:
>
> # BUG: sleeping function called from invalid context at
> kernel/locking/mutex.c:275
> # dump_stack_lvl+0x4f/0x
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 22 Jul 2025 12:13:29 +0300 you wrote:
> From: Carolina Jubran
>
> The devlink_nl_rate_tc_bw_parse function uses a large stack array for
> devlink attributes, which triggers a warning about excessive stack
>
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 18 Jul 2025 22:16:12 +0800 you wrote:
> From: Li Shuang
>
> Add test cases to tc_flower.sh to validate generic matching on ERSPAN
> options. Both ERSPAN Type II and Type III are covered.
>
> Also add check_
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 15 Jul 2025 20:43:27 +0200 you wrote:
> mptcp_connect.sh can be executed manually with "-m " and "-C" to
> make sure everything works as expected when using "mmap" and "sendfile"
> modes instead of "poll", and wit
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 16 Jul 2025 19:57:17 +0800 you wrote:
> The deadlock appears in a stack trace like:
>
> virtnet_probe()
> rtnl_lock()
> virtio_config_changed_work()
> netdev_notify_peers()
> rtnl_lock()
>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Wed, 09 Jul 2025 10:36:54 +0200 you wrote:
> Hello,
> this series follows up on the one introducing 9+ args for tracing
> programs [1]. It has been observed with this series that there are cases
> for which we
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 14 Jul 2025 02:56:47 -0700 you wrote:
> I am submitting a new selftest for the netpoll subsystem specifically
> targeting the case where the RX is polling in the TX path, which is
> a case that we don't have
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 10 Jul 2025 10:32:08 +0800 you wrote:
> From: Liming Wu
>
> Consolidate the two nested if conditions for checking tx queue wake
> conditions into a single combined condition. This improves code
> readability
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 8 Jul 2025 11:33:42 +0800 you wrote:
> ND_PRINTK with val > 1 only works when the ND_DEBUG was set in compilation
> phase. Replace it with dynamic debug. Convert ND_PRINTK with val <= 1 to
> net_{err,warn}_rat
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 8 Jul 2025 13:17:01 +0200 you wrote:
> From: Stefano Garzarella
>
> In test_stream_transport_change_client(), the client sends CONTROL_CONTINUE
> on each iteration, even when connect() is unsuccessful. This
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 5 Jul 2025 14:55:14 +0700 you wrote:
> This commit does not do any functional changes. It moves xdp->data
> adjustment for buffer other than first buffer to buf_to_xdp() helper so
> that the xdp_buff adjustme
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 03 Jul 2025 17:18:17 +0200 you wrote:
> transport_{h2g,g2h,dgram,local} may become NULL on vsock_core_unregister().
> Make sure a poorly timed `rmmod transport` won't lead to a NULL/stale
> pointer dereference.
>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 02 Jul 2025 03:06:32 -0700 you wrote:
> Refactors the netpoll UDP transmit path to improve code clarity,
> maintainability, and protocol-layer encapsulation.
>
> Function netpoll_send_udp() has more than 100
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 3 Jul 2025 13:23:29 +0200 you wrote:
> From: Stefano Garzarella
>
> From commit 634f1a7110b4 ("vsock: support sockmap"), `struct proto
> vsock_proto`, defined in af_vsock.c, is not static anymore, since it's
> u
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Sat, 5 Jul 2025 21:09:06 +0200 you wrote:
> Fix cur_aux()->nospec_result test after do_check_insn() referring to the
> to-be-analyzed (potentially unsafe) instruction, not the
> already-analyzed (safe) instruc
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Mon, 7 Jul 2025 12:47:35 +0530 you wrote:
> BPF selftest fails to build with below error:
>
> CLNG-BPF [test_progs] lsm_cgroup.bpf.o
> progs/lsm_cgroup.c:105:21: error: variable has incomplete type 'struct
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Tue, 1 Jul 2025 14:22:54 +0200 you wrote:
> From: HarshaVardhana S A
>
> In vmci_transport_packet_init memset the vmci_transport_packet before
> populating the fields to avoid any uninitialised data being left in the
>
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Mon, 30 Jun 2025 22:13:13 +0700 you wrote:
> Hi everyone,
>
> This series contains 2 patches for the zerocopy XDP receive path in virtio
> net
> - Patch 1: there is a difference between first buffer and the following
> b
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Mon, 30 Jun 2025 21:42:09 +0700 you wrote:
> Hi everyone,
>
> This series contains fixes for XDP receive path in virtio-net
> - Patch 1: add a missing check for the received data length with our
> allocated buffer size i
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 1 Jul 2025 09:03:51 +0800 you wrote:
> With f95f0f95cfb7("net, xdp: Introduce xdp_init_buff utility routine"),
> buffer length could be stored as frame size so there's no need to have
> a dedicated tun_xdp_h
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 30 Jun 2025 18:33:02 +0200 you wrote:
> This series introduces a new test that checks for a null pointer
> dereference that may happen when there is a transport change[1]. This
> bug was fixed in [2].
>
> No
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 27 Jun 2025 20:04:51 + you wrote:
> linux/version.h was used by the out-of-tree version, but not needed in
> the upstream one anymore.
>
> While I'm at it, sort the includes.
>
> Reported-by: kernel tes
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko :
On Mon, 30 Jun 2025 13:55:28 +0100 you wrote:
> There are spelling mistakes in description text. Fix these.
>
> Signed-off-by: Colin Ian King
> ---
> tools/testing/selftests/bpf/progs/verifier_bounds.c | 4 ++--
>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 23 Jun 2025 12:00:53 +0200 you wrote:
> From: Stefano Garzarella
>
> If a userspace application just include will fail
> to build with the following errors:
>
> /usr/include/linux/vm_sockets.h:182:39: error
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 19 Jun 2025 18:15:18 + you wrote:
> From: Jesper Dangaard Brouer
>
> We frequently consult with Jesper's out-of-tree page_pool benchmark to
> evaluate page_pool changes.
>
> Import the benchmark into th
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Thu, 19 Jun 2025 16:08:53 +0200 you wrote:
> With a rootfs built using libbpf's BPF CI [1], we can run specific tests
> as follows:
>
> $ ../libbpf-ci/rootfs/mkrootfs_debian.sh --arch ppc64el --distro noble
> $
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 19 Jun 2025 12:51:16 +0900 you wrote:
> This commit adds a new kernel selftest to verify RTNLGRP_IPV6_ACADDR
> notifications. The test works by adding/removing a dummy interface,
> enabling packet forwarding,
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov :
On Sat, 21 Jun 2025 01:18:11 +1000 you wrote:
> Modify several functions in tools/bpf/bpftool/common.c to allow
> specification of requested access for file descriptors, such as
> read-only access.
>
> Update bpf
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 18 Jun 2025 01:32:41 -0700 you wrote:
> The netdevsim driver previously lacked RX statistics support, which
> prevented its use with the GenerateTraffic() test framework, as this
> framework verifies traffic
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 16 Jun 2025 09:21:11 -0700 you wrote:
> Recently bnxt had to grow back a bunch of rtnl dependencies because
> of udp_tunnel's infra. Add separate (global) mutext to protect
> udp_tunnel state.
>
> v5:
> - re
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sun, 15 Jun 2025 20:35:09 + you wrote:
> Trivial fix to a couple of outdated netmem comments. No code changes,
> just more accurately describing current code.
>
> Signed-off-by: Mina Almasry
>
> ---
>
> [.
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 14 Jun 2025 14:35:22 +0900 you wrote:
> This commit adds a new kernel selftest to verify RTNLGRP_IPV4_MCADDR
> and RTNLGRP_IPV6_MCADDR notifications. The test works by adding and
> removing a dummy interface a
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sun, 15 Jun 2025 01:48:12 -0700 you wrote:
> This patch corrects several logging and error message in nettest.c:
> - Corrects function name in log messages "setsockopt" -> "getsockopt".
> - Closes missing parenthes
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 11 Jun 2025 21:56:49 +0200 you wrote:
> Increase the coverage of a test implemented in commit 301a62dfb0d0
> ("vsock/test: Add test for UAF due to socket unbinding"). Take this
> opportunity to factor out som
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 13 Jun 2025 04:31:29 -0700 you wrote:
> Initially netpoll and netconsole were created together, and some
> functions are in the wrong file. Seperate netconsole-only functions
> in netconsole, avoiding exports
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
1 - 100 of 892 matches
Mail list logo