BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-26 10:44:04 to 2026-05-27 09:02:49 UTC [more...]

[PATCH bpf-next v1] bpf: Use hlist_nulls_replace_rcu() when updating htab elements
 2026-05-27  9:01 UTC  (4+ messages)

improve the kmem_cache_alloc_bulk API
 2026-05-27  8:51 UTC  (6+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH RFC bpf-next v3 0/6] bpf: better error reporting when verifier hits 1M instructions limit
 2026-05-27  8:50 UTC  (8+ messages)
` [PATCH RFC bpf-next v3 1/6] bpf: move live registers and scc printout to a standalone function
` [PATCH RFC bpf-next v3 2/6] bpf: compute loops hierarchy
` [PATCH RFC bpf-next v3 3/6] selftests/bpf: test cases for loop hierarchy computation
` [PATCH RFC bpf-next v3 4/6] bpf: report hot simulated callchains when 1M instructions limit is met
` [PATCH RFC bpf-next v3 5/6] bpf: report register diff summary for hot callchains
` [PATCH RFC bpf-next v3 6/6] selftests/bpf: test budget exhaustion profiling report

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-27  8:47 UTC  (3+ messages)

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-27  8:38 UTC  (24+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[PATCH net v3] net: tls: use sync AEAD for sk_msg BPF sockets
 2026-05-27  8:36 UTC  (5+ messages)

[PATCH 6.12] x86/fgraph: Fix return_to_handler regs.rsp value
 2026-05-27  7:36 UTC  (3+ messages)

[PATCH bpf-next 0/5] bpf: Minimize annotations for arena programs
 2026-05-27  7:14 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: libarena: Add "arena" BTF type tag to __arena qualifier
` [PATCH bpf-next 2/5] verifier: parse BTF type tags for function arguments
` [PATCH bpf-next 3/5] selftests/bpf: libarena: make all typedefs pointer-based
` [PATCH bpf-next 4/5] bpf: Allow subprogs to return arena pointers
` [PATCH bpf-next 5/5] selftests/bpf: libarena: Directly "

[PATCH v2] bpf: add bpf_real_inode() kfunc
 2026-05-27  6:36 UTC  (4+ messages)

[PATCH bpf 0/1] bpf: reject overlarge global subprog argument sizes
 2026-05-27  5:25 UTC  (2+ messages)
` [PATCH bpf 1/1] "

[PATCH v3 bpf-next 00/11] bpf: Add SOCK_OPS hooks for TCP AutoLOWAT
 2026-05-27  4:01 UTC  (13+ messages)
` [PATCH v3 bpf-next 03/11] bpf: tcp: Support bpf_skb_load_bytes() for BPF_SOCK_OPS_RCVQ_CB
` [PATCH v3 bpf-next 10/11] bpf: tcp: Add SOCK_OPS rcvlowat hook
` [PATCH v3 bpf-next 11/11] selftest: bpf: Add test for BPF_SOCK_OPS_RCVQ_CB

[PATCH net 1/1] bpf: sockmap: fix tail fragment offset in bpf_msg_push_data
 2026-05-27  3:48 UTC 

bpf-next verifier regression on unsigned bound checking
 2026-05-27  2:32 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-05-27  1:57 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] "

[PATCH net v4 0/5] xsk: fix meta and publish of cq issues
 2026-05-26 23:26 UTC  (12+ messages)

[PATCH RFC bpf-next v2 0/6] bpf: better error reporting when verifier hits 1M instructions limit
 2026-05-26 23:24 UTC  (13+ messages)
` [PATCH RFC bpf-next v2 1/6] bpf: move live registers and scc printout to a standalone function
` [PATCH RFC bpf-next v2 2/6] bpf: compute loops hierarchy
` [PATCH RFC bpf-next v2 3/6] selftests/bpf: test cases for loop hierarchy computation
` [PATCH RFC bpf-next v2 4/6] bpf: report hot simulated callchains when 1M instructions limit is met
` [PATCH RFC bpf-next v2 5/6] bpf: report register diff summary for hot callchains
` [PATCH RFC bpf-next v2 6/6] selftests/bpf: test budget exhaustion profiling report

[PATCH 0/2] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-05-26 22:24 UTC  (7+ messages)
` [PATCH 1/2] bpf: cgroup: fix sysctl new value replacement
` [PATCH 2/2] bpf: cgroup: Use kvfree instead of kfree in __cgroup_bpf_run_filter_sysctl

[RFC PATCH bpf-next 09/12] bpf: Add infrastructure to support attaching struct_ops to cgroups
 2026-05-26 22:23 UTC  (6+ messages)

[PATCH bpf-next v7 0/7] bpf: add icmp_send kfunc
 2026-05-26 22:10 UTC  (19+ messages)
` [PATCH bpf-next v7 1/7] net: move netfilter nf_reject_fill_skb_dst to core ipv4
` [PATCH bpf-next v7 2/7] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
` [PATCH bpf-next v7 3/7] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v7 4/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb tests
` [PATCH bpf-next v7 5/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb IPv6 tests
` [PATCH bpf-next v7 6/7] selftests/bpf: add bpf_icmp_send kfunc tc tests
` [PATCH bpf-next v7 7/7] selftests/bpf: add bpf_icmp_send recursion test

linux-next: build failure after merge of the bpf-next tree
 2026-05-26 22:08 UTC  (2+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-26 21:46 UTC  (26+ messages)
` [PATCHv4 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv4 06/13] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv4 07/13] libbpf: Detect uprobe syscall with new error
` [PATCHv4 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv4 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv4 10/13] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv4 11/13] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv4 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv4 13/13] selftests/bpf: Add tests for forked/cloned optimized uprobes

[PATCH net-next v9 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-05-26 20:34 UTC  (3+ messages)
` [PATCH net-next v9 1/2] "
` [PATCH net-next v9 2/2] selftests: net: add local ECMP rehash test

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-05-26 19:57 UTC  (18+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 02/12] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v2 03/12] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v2 04/12] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 06/12] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 08/12] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v2 09/12] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "

[PATCH v3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
 2026-05-26 19:53 UTC 

[PATCH 6.12] tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
 2026-05-26 19:20 UTC 

[PATCH 1/2] dwarf_loader: Extract die__add_btf_type_tag() helper
 2026-05-26 18:18 UTC  (2+ messages)
` [PATCH 2/2] Add support for DW_TAG_GNU_annotation

[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-05-26 16:44 UTC  (5+ messages)
` [PATCH RESEND 1/2] "
` [PATCH RESEND 2/2] selftest: seccomp: Adjust test for using both `STRICT` and `FILTER`

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-26 16:27 UTC  (3+ messages)

[PATCH bpf-next 00/13] Signed BPF + IPE Policies
 2026-05-26 16:23 UTC  (3+ messages)

[PATCH v3 0/3] libbpf: support STRUCT_OPS in light skeletons
 2026-05-26 15:28 UTC  (10+ messages)
` [PATCH v3 1/3] libbpf: load vmlinux BTF in gen_loader mode for struct_ops
` [PATCH v3 2/3] libbpf: zero out btf_key_type_id for STRUCT_OPS maps
` [PATCH v3 3/3] libbpf: plumb btf_vmlinux_value_type_id and btf_fd in gen_loader

[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-26 14:30 UTC  (10+ messages)
` [PATCHv3 05/12] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv3 07/12] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch

[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
 2026-05-26 14:29 UTC  (12+ messages)

[PATCH v2 0/3] libbpf: support STRUCT_OPS in light skeletons
 2026-05-26 13:57 UTC  (5+ messages)
` [PATCH v2 1/3] libbpf: load vmlinux BTF in gen_loader mode for struct_ops
` [PATCH v2 2/3] libbpf: zero out btf_key_type_id for STRUCT_OPS maps
` [PATCH v2 3/3] libbpf: plumb btf_vmlinux_value_type_id and btf_fd in gen_loader

[PATCH v5 00/14] module: Introduce hash-based integrity checking
 2026-05-26 13:14 UTC  (14+ messages)
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms

[PATCH 0/2] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-05-26 13:08 UTC 

[PATCH bpf] bpf: add rcu_read_lock_trace to bpf_timer_cb
 2026-05-26 12:53 UTC  (2+ messages)

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-26 12:45 UTC  (3+ messages)
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page

[PATCH RFC bpf-next 5/6] bpf: report register diff summary for hot callchains
 2026-05-26 11:36 UTC  (3+ messages)

[PATCH RFC bpf-next 4/6] bpf: report hot simulated callchains when 1M instructions limit is met
 2026-05-26 11:31 UTC  (5+ messages)

[PATCH RFC bpf-next 3/6] selftests/bpf: test cases for loop hierarchy computation
 2026-05-26 11:22 UTC  (3+ messages)

[PATCH RFC bpf-next 2/6] bpf: compute loops hierarchy
 2026-05-26 11:18 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox