BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-14 20:08:08 to 2025-05-16 23:49:22 UTC [more...]

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-16 23:49 UTC  (15+ messages)

[PATCH v9 00/13] unwind_user: x86: Deferred unwinding infrastructure
 2025-05-16 23:39 UTC  (3+ messages)

[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
 2025-05-16 22:50 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overhead
 2025-05-16 22:50 UTC  (5+ messages)

[PATCH bpf-next/net v3 0/5] bpf: Add mptcp_subflow bpf_iter support
 2025-05-16 22:48 UTC  (5+ messages)
` [PATCH bpf-next/net v3 2/5] bpf: Add mptcp_subflow bpf_iter
` [PATCH bpf-next/net v3 4/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest

[PATCH bpf-next v4 0/3] Task local data
 2025-05-16 22:22 UTC  (7+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Introduce task "
` [PATCH bpf-next v4 2/3] selftests/bpf: Test basic task local data operations
` [PATCH bpf-next v4 3/3] selftests/bpf: Test concurrent task local data key creation

[PATCH net-next] net: mana: Add support for Multi Vports on Bare metal
 2025-05-16 21:45 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next v2 1/2] bpf: Warn with new bpf_unreachable() kfunc maybe due to uninitialized var
 2025-05-16 21:31 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a test with bpf_unreachable() kfunc

[PATCH] net/tun: expose queue utilization stats via ethtool
 2025-05-16 20:21 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: remove unnecessary link dependencies
 2025-05-16 19:55 UTC 

[PATCH v3 0/5] memcg: nmi-safe kmem charging
 2025-05-16 18:32 UTC  (6+ messages)
` [PATCH v3 1/5] memcg: disable kmem charging in nmi for unsupported arch
` [PATCH v3 2/5] memcg: nmi safe memcg stats for specific archs
` [PATCH 3/5] memcg: add nmi-safe update for MEMCG_KMEM
` [PATCH v3 4/5] memcg: nmi-safe slab stats updates
` [PATCH v3 5/5] memcg: make memcg_rstat_updated nmi safe

[PATCH v2 0/5] memcg: nmi-safe kmem charging
 2025-05-16 18:20 UTC  (14+ messages)
` [PATCH 1/5] memcg: disable kmem charging in nmi for unsupported arch
` [PATCH 2/5] memcg: nmi safe memcg stats for specific archs
` [PATCH 3/5] memcg: add nmi-safe update for MEMCG_KMEM
` [PATCH 4/5] memcg: nmi-safe slab stats updates
` [PATCH 5/5] memcg: make memcg_rstat_updated nmi safe

[PATCH bpf-next] selftests/bpf: Fix dynptr/test_probe_read_user_str_dynptr test failure
 2025-05-16 16:23 UTC  (3+ messages)

[PATCH bpf-next v4] bpf: WARN_ONCE on verifier bugs
 2025-05-16 16:14 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Do not include r10 in precision backtracking bookkeeping
 2025-05-16 16:10 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a test with r10 in conditional jmp

[PATCH bpf-next v4 0/4] bpf: Add kfuncs for read-only string operations
 2025-05-16 15:50 UTC  (11+ messages)
` [PATCH bpf-next v4 3/4] "

[PATCH bpf-next v4] bpftool: Add support for custom BTF path in prog load/loadall
 2025-05-16 14:54 UTC  (2+ messages)

[PATCH bpf-next v3] bpftool: Add support for custom BTF path in prog load/loadall
 2025-05-16 14:24 UTC  (3+ messages)

[PATCH bpf-next v6] bpf, sockmap: avoid using sk_socket after free when sending
 2025-05-16 14:17 UTC 

[PATCH net-next 9/9] tools: ynl: add a sample for rt-link
 2025-05-16 11:40 UTC  (2+ messages)

[PATCH 0/2] mm: vmalloc: Actually use the in-place vrealloc region
 2025-05-16  8:28 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: vmalloc: Only zero-init on vrealloc shrink

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-16  7:48 UTC  (31+ messages)
` [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv2 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv2 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv2 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv2 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv2 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv2 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv2 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv2 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv2 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv2 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv2 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv2 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv2 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv2 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv2 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv2 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv2 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv2 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv2 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv2 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv2 22/22] man2: Add uprobe syscall page

[PATCHv2] bpf: add bpf_msleep_interruptible() kfunc
 2025-05-16  3:18 UTC  (3+ messages)

[REGRESSION] bpf verifier slowdown due to vrealloc() change since 6.15-rc6
 2025-05-15 21:39 UTC  (17+ messages)

[PATCH bpf-next v2] bpf: WARN_ONCE on verifier bugs
 2025-05-15 21:10 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] bpf: Implement mprog API on top of existing cgroup progs
 2025-05-15 21:05 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [PATCH bpf-next v2 2/4] bpf: Implement mprog API on top of existing cgroup progs
` [PATCH bpf-next v2 3/4] libbpf: Support link-based cgroup attach with options

[PATCH bpf-next 1/2] bpf: Do not include r10 in precision backtracking bookkeeping
 2025-05-15 19:07 UTC  (6+ messages)

[bug?] s390: kernel panic on specification exception: 0006
 2025-05-15 19:04 UTC 

[PATCH v1 bpf-next] selftest: bpf: Relax TCPOPT_WINDOW validation in test_tcp_custom_syncookie.c
 2025-05-15 18:31 UTC  (4+ messages)

[PATCH] perf lock contention: Reject more than 10ms delays for safety
 2025-05-15 18:18 UTC  (2+ messages)

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-05-15 17:43 UTC  (7+ messages)
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination

[RFC bpf-next 0/3] bpf: handle 0-sized structs properly
 2025-05-15 16:23 UTC  (8+ messages)

[PATCH bpf-next v2] bpftool: Add support for custom BTF path in prog load/loadall
 2025-05-15 16:03 UTC  (4+ messages)

[PATCH v2 0/7] memcg: make memcg stats irq safe
 2025-05-15 15:28 UTC  (9+ messages)
` [PATCH v2 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs

[PATCH bpf-next v3] bpf: WARN_ONCE on verifier bugs
 2025-05-15 15:02 UTC  (2+ messages)

[BUG?] xdp-loader unable to load XDP program with bpf_xdp_adjust_meta() call
 2025-05-15 13:09 UTC 

[PATCH 6.14 000/197] 6.14.7-rc1 review
 2025-05-15 12:04 UTC  (3+ messages)

[PATCH bpf-next v3 0/8] selftests/bpf: Test sockmap/sockhash redirection
 2025-05-15 10:49 UTC  (11+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v3 2/8] selftests/bpf: Add socket_kind_to_str() to socket_helpers
` [PATCH bpf-next v3 3/8] selftests/bpf: Add u32()/u64() to sockmap_helpers
` [PATCH bpf-next v3 4/8] selftests/bpf: Introduce verdict programs for sockmap_redir
` [PATCH bpf-next v3 5/8] selftests/bpf: Add selftest for sockmap/hashmap redirection
` [PATCH bpf-next v3 6/8] selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir tests
` [PATCH bpf-next v3 7/8] selftests/bpf: sockmap_listen cleanup: Drop af_unix "
` [PATCH bpf-next v3 8/8] selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM "

[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-15  7:51 UTC  (2+ messages)

[PATCH bpf-next v5] bpf, sockmap: avoid using sk_socket after free when sending
 2025-05-15  6:04 UTC  (3+ messages)

[PATCH 0/4] memcg: nmi-safe kmem charging
 2025-05-15  1:49 UTC  (7+ messages)

[PATCH nf-next] netfilter: bpf: Remove bpf_nf_func_proto
 2025-05-15  1:32 UTC 

[PATCH bpf-next v1] bpftool: Add support for custom BTF path in prog load/loadall
 2025-05-15  1:11 UTC  (6+ messages)

[PATCH bpf-next 0/2] s390/bpf: Remove the orig_call NULL check
 2025-05-15  1:00 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Pass the same orig_call value to trampoline functions

[PATCH bpf-next] s390/bpf: Store backchain even for leaf progs
 2025-05-15  0:50 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-14 21:59 UTC  (7+ messages)
` [PATCH bpf-next v6 4/5] selftests/bpf: Add test for dmabuf_iter
` [PATCH bpf-next v6 5/5] selftests/bpf: Add test for open coded dmabuf_iter

[PATCH net-next 11/11] tcp: increase tcp_rmem[2] to 32 MB
 2025-05-14 21:28 UTC  (5+ messages)

[PATCH bpf-next v2] bpf, x86: Add support for signed arena loads
 2025-05-14 21:13 UTC  (2+ messages)

[PATCH net-next,v4] net: mana: Add handler for hardware servicing events
 2025-05-14 20:30 UTC 

[PATCH] perf trace: Support --summary-mode=cgroup
 2025-05-14 20:07 UTC  (2+ messages)


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