org.kernel.vger.bpf archive
1369 archived articles, newest first (page 5 of 14). Latest articles →
[PATCH net-next 09/14] selftests/bpf: Test skb_ext read from kfree_skb tracepoint
Fri, 14 Aug 2026 10:14:10 +0200[PATCH net-next 07/14] selftests/bpf: Test skb_ext read from cgroup_skb and sk_filter hooks
Fri, 14 Aug 2026 10:14:08 +0200[PATCH net-next 05/14] selftests/bpf: Test skb_ext on cloned skbs
Fri, 14 Aug 2026 10:14:06 +0200[PATCH net-next 03/14] bpf: Make BPF skb extension survive packet scrubbing
Fri, 14 Aug 2026 10:14:04 +0200[PATCH net-next 06/14] selftests/bpf: Test skb_ext survival across veth and GRE
Fri, 14 Aug 2026 10:14:07 +0200[PATCH net-next 04/14] selftests/bpf: Add tests for bpf_dynptr_from_skb_ext
Fri, 14 Aug 2026 10:14:05 +0200[PATCH net-next 01/14] bpf: Introduce per-packet metadata storage for BPF programs
Fri, 14 Aug 2026 10:14:02 +0200[PATCH net-next 02/14] bpf: Allow access to bpf_sock_ops_kern->skb
Fri, 14 Aug 2026 10:14:03 +0200[PATCH net-next 00/14] skb extension for BPF metadata
Fri, 14 Aug 2026 10:14:01 +0200Re: [PATCH bpf-next 2/4] bpf: Merge pointer types also when both are PTR_TO_MEM
Fri, 14 Aug 2026 10:10:06 +0200Re: [PATCH v3 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
Fri, 14 Aug 2026 08:09:24 +0000Re: [PATCH v3 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
Fri, 14 Aug 2026 08:01:15 +0000[PATCH v3 4/4] selftests/sched_ext: build BPF schedulers via the shared lib.bpf.mk
Fri, 14 Aug 2026 00:50:54 -0700[PATCH v3 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
Fri, 14 Aug 2026 00:50:52 -0700Re: [PATCH bpf-next v4 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
Wed, 12 Aug 2026 15:12:52 -0700Re: [PATCH bpf-next v4 06/13] bpf: Reject callbacks returning more than 8 bytes
Wed, 12 Aug 2026 14:41:59 -0700Re: [PATCH bpf-next v4 12/13] selftests/bpf: Add tests for callbacks returning more than 8 bytes
Wed, 12 Aug 2026 14:22:11 -0700Re: [PATCH bpf-next v4 05/13] bpf: Account R2 of register-pair returns in live register analysis
Wed, 12 Aug 2026 14:21:05 -0700Re: [PATCH bpf-next v4 04/13] bpf: Track R2 of register-pair returns in precision backtracking
Wed, 12 Aug 2026 14:16:16 -0700Re: [PATCH bpf-next v4 11/13] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
Wed, 12 Aug 2026 14:08:54 -0700Re: [PATCH bpf-next v2 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
Wed, 12 Aug 2026 20:57:44 +0000 (UTC)Re: [PATCH bpf-next v4 10/13] selftests/bpf: Add C tests for 16-byte returns in R0:R2
Wed, 12 Aug 2026 13:49:46 -0700Re: [PATCH bpf-next v2 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes
Wed, 12 Aug 2026 20:42:29 +0000 (UTC)Re: [PATCH bpf-next v4 03/13] bpf: Wire up JIT support for 16-byte kfunc returns
Wed, 12 Aug 2026 13:42:09 -0700Re: [PATCH bpf-next v4 09/13] bpf: Enable aggregate return types up to 16 bytes
Wed, 12 Aug 2026 13:29:41 -0700Re: [PATCH bpf-next v4 08/13] bpf: Reject register-pair returns when the subprog BTF is unreliable
Wed, 12 Aug 2026 13:26:44 -0700Re: [PATCH bpf-next v4 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
Wed, 12 Aug 2026 13:12:08 -0700Re: [PATCH bpf-next v4 02/13] bpf: Add helpers to describe the R0:R2 return register pair
Wed, 12 Aug 2026 13:07:07 -0700Re: [PATCH bpf-next v4 05/13] bpf: Account R2 of register-pair returns in live register analysis
Wed, 12 Aug 2026 12:55:59 -0700Re: [PATCH bpf-next v4 03/13] bpf: Wire up JIT support for 16-byte kfunc returns
Wed, 12 Aug 2026 12:48:53 -0700[PATCH bpf-next v2 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes
Wed, 12 Aug 2026 21:38:41 +0200[PATCH bpf-next v2 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
Wed, 12 Aug 2026 21:38:40 +0200[PATCH bpf-next v2 0/2] Add resolve_btfids support for __arena kfunc suffix
Wed, 12 Aug 2026 21:38:39 +0200Re: [PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
Wed, 12 Aug 2026 19:34:44 +0000Re: [PATCH bpf-next v4 02/13] bpf: Add helpers to describe the R0:R2 return register pair
Wed, 12 Aug 2026 12:31:56 -0700Re: [PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
Wed, 12 Aug 2026 14:29:55 -0500Re: [PATCH] sched_ext: Gate cid kfuncs behind the SCX struct_ops check
Wed, 12 Aug 2026 09:20:12 -1000Re: [PATCH bpf-next v3 12/15] bpf: tcp: Support parse/len/write header option hooks in bpf_tcp_ops
Wed, 12 Aug 2026 11:58:52 -0700Re: [PATCH bpf v3 1/2] selftests/bpf: keep polling connection that is still in progress
Wed, 12 Aug 2026 11:46:32 -0700Re: [PATCH bpf-next 3/3] selftests/bpf: Test linux_binprm user memory kfuncs
Wed, 12 Aug 2026 14:42:44 -0400Re: [PATCH bpf-next v3 11/15] bpf: tcp: Support selected sock_ops callbacks as struct_ops
Wed, 12 Aug 2026 11:41:23 -0700Re: [PATCH bpf-next 2/3] bpf: Add user memory access kfuncs for linux_binprm
Wed, 12 Aug 2026 14:40:23 -0400Re: [PATCH bpf-next v2 0/4] selftest related fixes
Wed, 12 Aug 2026 18:36:43 +0000Re: [PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
Wed, 12 Aug 2026 18:30:31 +0000Re: [PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
Wed, 12 Aug 2026 13:03:20 -0500Re: [PATCH bpf-next v3 09/15] bpf: Add infrastructure to support attaching struct_ops to cgroups
Wed, 12 Aug 2026 11:03:38 -0700Re: [PATCH net] net/sched: add get_fill_size callbacks for actions missing them
Wed, 12 Aug 2026 14:53:15 -0300Re: [PATCH bpf-next v3 1/6] bpf: Derive the atomic load register in one place
Wed, 12 Aug 2026 17:40:15 +0000Re: [PATCH bpf-next v6 2/5] bpf: Add ksock kfuncs
Wed, 12 Aug 2026 17:39:05 +0000 (UTC)Re: [PATCH v2 1/2] x86/shstk: support via prctl
Wed, 12 Aug 2026 17:32:51 +0000Re: [PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
Wed, 12 Aug 2026 17:29:54 +0000Re: [PATCH bpf-next v6 3/5] selftests/bpf: Add ksock kfunc test
Wed, 12 Aug 2026 17:25:42 +0000 (UTC)Re: [PATCH bpf-next v6 5/5] selftests/bpf: Add ksock test for async callback guard
Wed, 12 Aug 2026 17:25:40 +0000 (UTC)Re: [PATCH bpf-next v6 1/5] net: Add connect_socket() helper
Wed, 12 Aug 2026 17:25:37 +0000 (UTC)[PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
Wed, 12 Aug 2026 12:19:40 -0500[PATCH v2 1/2] x86/shstk: support via prctl
Wed, 12 Aug 2026 12:19:39 -0500[PATCH bpf-next] bpf: Trim special_kfunc_list in verifier
Thu, 13 Aug 2026 00:48:43 +0800[PATCH net v3 1/1] ip: orphan prefetched skbs before multicast forwarding
Thu, 13 Aug 2026 00:36:38 +0800[PATCH net v3 0/1] ip: orphan prefetched skbs before multicast forwarding
Thu, 13 Aug 2026 00:36:37 +0800Re: [PATCH bpf-next v6 5/5] selftests/bpf: Add ksock test for async callback guard
Wed, 12 Aug 2026 09:25:25 -0700Re: [PATCH bpf-next v6 2/5] bpf: Add ksock kfuncs
Wed, 12 Aug 2026 09:19:35 -0700Re: [PATCH bpf-next v6 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
Wed, 12 Aug 2026 09:18:54 -0700[PATCH bpf-next v6 5/5] selftests/bpf: Add ksock test for async callback guard
Wed, 12 Aug 2026 15:43:28 +0000[PATCH bpf-next v6 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
Wed, 12 Aug 2026 15:43:27 +0000[PATCH bpf-next v6 3/5] selftests/bpf: Add ksock kfunc test
Wed, 12 Aug 2026 15:43:26 +0000[PATCH bpf-next v6 2/5] bpf: Add ksock kfuncs
Wed, 12 Aug 2026 15:43:25 +0000[PATCH bpf-next 09/13] selftests/bpf: Add tracing_multi bpf prog attach failure tests
Sun, 9 Aug 2026 23:01:07 +0800[PATCH bpf-next 08/13] selftests/bpf: Add tracing_multi bpf prog attach test
Sun, 9 Aug 2026 23:01:06 +0800[PATCH bpf-next 07/13] bpf: Add tracing_multi link info support for bpf progs
Sun, 9 Aug 2026 23:01:05 +0800[PATCH bpf-next 05/13] libbpf: Add tracing_multi link support for bpf progs
Sun, 9 Aug 2026 23:01:03 +0800[PATCH bpf-next 06/13] bpf: Add tracing_multi link fdinfo support for bpf progs
Sun, 9 Aug 2026 23:01:04 +0800[PATCH bpf-next 04/13] bpf: Add tracing_multi link support for bpf progs
Sun, 9 Aug 2026 23:01:02 +0800[PATCH bpf-next 03/13] bpf: Drop unnecessary ftrace_location() in update_fentry_multi()
Sun, 9 Aug 2026 23:01:01 +0800[PATCH bpf-next 02/13] bpf: Factor out update_fentry_multi helper
Sun, 9 Aug 2026 23:01:00 +0800[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
Sun, 9 Aug 2026 23:00:58 +0800[PATCH bpf-next 01/13] bpf: Initialize ftrace_managed in bpf_trampoline_get
Sun, 9 Aug 2026 23:00:59 +0800Re: [PATCH bpf-next v1 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
Sun, 09 Aug 2026 16:08:01 +0200Re: [PATCH bpf-next v1 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes
Sun, 09 Aug 2026 16:07:41 +0200Re: [PATCH bpf-next v1 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
Sun, 9 Aug 2026 10:10:18 +0000 (UTC)Re: [PATCH bpf-next v1 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes
Sun, 9 Aug 2026 09:57:20 +0000 (UTC)[PATCH net] net/sched: cls_bpf: reject dev-bound programs bound to a different device
Sun, 9 Aug 2026 05:44:18 -0400[PATCH bpf-next v1 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes
Sun, 9 Aug 2026 10:51:54 +0200[PATCH bpf-next v1 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
Sun, 9 Aug 2026 10:51:53 +0200[PATCH bpf-next v1 0/2] Add resolve_btfids support for __arena kfunc suffix
Sun, 9 Aug 2026 10:51:52 +0200Re: [PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
Sun, 9 Aug 2026 12:09:22 +0800Re: [PATCH bpf-next v3 06/13] bpf: Reject callbacks returning more than 8 bytes
Sat, 08 Aug 2026 19:45:38 +0000Re: [PATCH bpf-next v3 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
Sat, 08 Aug 2026 19:41:19 +0000Re: [PATCH bpf-next v3 03/13] bpf: Wire up JIT support for 16-byte kfunc returns
Sat, 08 Aug 2026 19:39:53 +0000Re: [PATCH bpf-next v3 04/13] bpf: Track R2 of register-pair returns in precision backtracking
Sat, 08 Aug 2026 19:29:04 +0000Re: [PATCH bpf-next v3 10/13] selftests/bpf: Add C tests for 16-byte returns in R0:R2
Sat, 08 Aug 2026 19:27:26 +0000Re: [PATCH bpf-next v2 1/4] selftests/bpf: map_kptr: expect BPF_ST reject msg on cpuv4 toolchains
Sat, 8 Aug 2026 12:16:00 -0700Re: [PATCH bpf-next v2 1/4] selftests/bpf: map_kptr: expect BPF_ST reject msg on cpuv4 toolchains
Sat, 8 Aug 2026 12:10:08 -0700[PATCH bpf-next v3 11/13] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
Sat, 8 Aug 2026 12:04:18 -0700[PATCH bpf-next v3 12/13] selftests/bpf: Add tests for callbacks returning more than 8 bytes
Sat, 8 Aug 2026 12:04:23 -0700[PATCH bpf-next v3 13/13] Documentation/bpf: Document up to 16-byte kfunc return values in R0:R2
Sat, 8 Aug 2026 12:04:28 -0700[PATCH bpf-next v3 10/13] selftests/bpf: Add C tests for 16-byte returns in R0:R2
Sat, 8 Aug 2026 12:04:13 -0700[PATCH bpf-next v3 09/13] bpf: Enable aggregate return types up to 16 bytes
Sat, 8 Aug 2026 12:04:08 -0700[PATCH bpf-next v3 08/13] bpf: Reject register-pair returns when the subprog BTF is unreliable
Sat, 8 Aug 2026 12:04:03 -0700[PATCH bpf-next v3 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
Sat, 8 Aug 2026 12:03:58 -0700[PATCH bpf-next v3 06/13] bpf: Reject callbacks returning more than 8 bytes
Sat, 8 Aug 2026 12:03:53 -0700
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.