bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH perf/core 00/11] uprobes: Add unique uprobe
 2025-09-03  3:32 UTC  (16+ messages)
` [PATCH perf/core 01/11] uprobes: Add unique flag to uprobe consumer
` [PATCH perf/core 02/11] uprobes: Skip emulate/sstep on unique uprobe when ip is changed
` [PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
` [PATCH perf/core 04/11] bpf: Add support to attach uprobe_multi "
` [PATCH perf/core 05/11] bpf: Allow uprobe program to change context registers
` [PATCH perf/core 06/11] libbpf: Add support to attach unique uprobe_multi uprobe
` [PATCH perf/core 07/11] libbpf: Add support to attach generic unique uprobe
` [PATCH perf/core 08/11] selftests/bpf: Add uprobe multi context registers changes test
` [PATCH perf/core 09/11] selftests/bpf: Add uprobe multi context ip register change test
` [PATCH perf/core 10/11] selftests/bpf: Add uprobe multi unique attach test
` [PATCH perf/core 11/11] selftests/bpf: Add uprobe "

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-09-03  3:32 UTC  (6+ messages)
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs

[PATCHSET V2 bpf-next 0/2] cpuidle, bpf: Introduce BPF-ext cpuidle governor policy via struct_ops
 2025-09-03  3:06 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/2] cpuidle: Implement BPF extensible cpuidle governor class
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for cpuidle_gov_ext

[PATCH v8 bpf] xsk: fix immature cq descriptor production
 2025-09-03  2:29 UTC  (2+ messages)

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-09-03  2:10 UTC  (20+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted

[PATCH v1 00/14] mm: BPF OOM
 2025-09-03  0:29 UTC  (12+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[PATCH bpf-next v5 0/4] bpf: report arena faults to BPF streams
 2025-09-03  0:01 UTC  (11+ messages)
` [PATCH bpf-next v5 1/4] bpf: arm64: simplify exception table handling
` [PATCH bpf-next v5 2/4] bpf: core: introduce main_prog_aux for stream access
` [PATCH bpf-next v5 3/4] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next v5 4/4] selftests/bpf: Add tests for arena fault reporting

[PATCH bpf-next v3 1/2] bpf: add bpf_strcasecmp kfunc
 2025-09-02 23:49 UTC  (5+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test kfunc bpf_strcasecmp

[PATCH bpf-next v4 1/2] bpf: add bpf_strcasecmp kfunc
 2025-09-02 23:48 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test kfunc bpf_strcasecmp

[PATCH bpf-next v4 0/2] bpf: Add kfunc bpf_strcasecmp()
 2025-09-02 23:46 UTC 

[PATCH bpf-next v5] selftests/bpf: add BPF program dump in veristat
 2025-09-02 23:35 UTC 

[PATCH v4 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-09-02 22:46 UTC  (18+ messages)
` [PATCH v4 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v4 2/5] arm64: "
` [PATCH v4 3/5] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait
` [PATCH v4 4/5] asm-generic: barrier: Add smp_cond_load_acquire_timewait()
` [PATCH v4 5/5] rqspinlock: use smp_cond_load_acquire_timewait()

[PATCH v1 0/3] Fix use-after-free race in bpf_prog_info synthesis
 2025-09-02 22:33 UTC  (6+ messages)
` [PATCH v1 1/3] perf bpf-event: Fix use-after-free in synthesis
` [PATCH v1 2/3] perf bpf-utils: Constify bpil_array_desc
` [PATCH v1 3/3] perf bpf-utils: Harden get_bpf_prog_info_linear

[PATCH v4 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-02 20:49 UTC  (16+ messages)
` [PATCH v4 bpf-next/net 1/5] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v4 bpf-next/net 2/5] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v4 bpf-next/net 3/5] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v4 bpf-next/net 4/5] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v4 bpf-next/net 5/5] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-09-02 18:20 UTC  (9+ messages)

[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
 2025-09-02 17:36 UTC  (6+ messages)

[PATCH v7 bpf] xsk: fix immature cq descriptor production
 2025-09-02 17:26 UTC  (11+ messages)

[PATCH net-next v4 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2025-09-02 16:30 UTC  (6+ messages)

[PATCH v2 bpf-next] bpf: Replace kvfree with kfree for kzalloc memory
 2025-09-02 15:40 UTC  (2+ messages)

[bpf-next v2 0/5] powerpc64/bpf: Add support for bpf arena and arena atomics
 2025-09-02 15:33 UTC  (2+ messages)

[PATCH v8 0/2] bpftool: Refactor config parsing and add CET symbol matching
 2025-09-02 15:30 UTC  (4+ messages)

[PATCH bpf-next v2 00/14] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-09-02 12:50 UTC  (15+ messages)
` [PATCH bpf-next v2 01/14] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v2 02/14] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH bpf-next v2 03/14] selftests/bpf: test_xsk: Fix memory leaks
` [PATCH bpf-next v2 04/14] selftests/bpf: test_xsk: Wrap test clean-up in functions
` [PATCH bpf-next v2 05/14] selftests/bpf: test_xsk: Release resources when swap fails
` [PATCH bpf-next v2 06/14] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH bpf-next v2 07/14] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH bpf-next v2 08/14] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH bpf-next v2 09/14] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH bpf-next v2 10/14] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH bpf-next v2 11/14] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH bpf-next v2 12/14] selftests/bpf: test_xsk: Move exit_with_error to xskxceiver.c
` [PATCH bpf-next v2 13/14] selftests/bpf: test_xsk: Isolate flaky tests
` [PATCH bpf-next v2 14/14] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework

[PATCH] ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
 2025-09-02 12:23 UTC  (3+ messages)

[PATCH v15 net-next 00/14] AccECN protocol patch series
 2025-09-02 12:23 UTC  (6+ messages)
` [PATCH v15 net-next 10/14] tcp: accecn: AccECN option

[PATCH bpf-next v3 0/2] bpf: Add kfunc bpf_strcasecmp()
 2025-09-02  9:18 UTC 

[PATCH bpf-next v2 1/2] bpf: add bpf_strcasecmp kfunc
 2025-09-02  9:21 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test kfunc bpf_strcasecmp

[PATCHSET V1 0/2] cpuidle, bpf: Introduce BPF-based extensible cpuidle policy via struct_ops
 2025-09-02  9:17 UTC  (6+ messages)

[PATCH bpf-next v2 0/2] bpf: Add kfunc bpf_strcasecmp()
 2025-09-02  7:54 UTC 

[PATCH bpf-next 1/2] bpf: add bpf_strcasecmp kfunc
 2025-09-02  7:14 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test kfunc bpf_strcasecmp

[PATCH v15 0/8] perf: Support the deferred unwinding infrastructure
 2025-09-02  7:07 UTC  (5+ messages)
` [PATCH v15 7/8] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v15 8/8] perf tools: Merge deferred user callchains

[PATCH bpf] MAINTAINERS: add Shung-Hsi as reviewer for BPF CORE
 2025-09-02  6:30 UTC  (3+ messages)

[PATCH v4 next-next] net/cls_cgroup: Fix task_get_classid() during qdisc run
 2025-09-02  6:29 UTC 

[PATCH bpf-next 0/2] bpf: Add kfunc bpf_strcasecmp()
 2025-09-02  6:17 UTC 

[PATCH bpf-next v2 0/2] bpf: Introduce bpf_in_interrupt kfunc
 2025-09-02  2:29 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH bpf-next v4 0/3] bpf: Report arena faults to BPF streams
 2025-09-02  2:18 UTC  (9+ messages)
` [PATCH bpf-next v4 2/3] bpf: Report arena faults to BPF stderr

[syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve (2)
 2025-09-01 22:10 UTC  (2+ messages)

[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
 2025-09-01 19:53 UTC  (5+ messages)

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-09-01 14:31 UTC  (8+ messages)
` [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF

[PATCH bpf-next v2] bpf: Return an error pointer for skb metadata when CONFIG_NET=n
 2025-09-01 13:27 UTC 

[PATCH] riscv, bpf: Sign extend struct ops return values properly
 2025-09-01 13:23 UTC  (5+ messages)

[PATCH] tools/bpf/bpftool: fix buffer handling in get_fd_type()
 2025-09-01 11:54 UTC  (3+ messages)

[PATCH net-next v2 0/6] Add AF_XDP zero copy support
 2025-09-01 10:02 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next v2 2/6] net: ti: icssg-prueth: Add XSK pool helpers
` [PATCH net-next v2 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
` [PATCH net-next v2 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
` [PATCH net-next v2 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
` [PATCH net-next v2 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features

[PATCH bpf-next] bpf: stub out skb metadata dynptr read/write ops when CONFIG_NET=n
 2025-09-01  9:27 UTC  (3+ messages)

[PATCH v8 0/5] Add support for long task name
 2025-09-01  5:28 UTC  (4+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH bpf-next v3 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-09-01  3:42 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH bpf-next v3 2/3] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next v3 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all

[BUG] Deadlock triggered by bpfsnoop funcgraph feature
 2025-09-01  2:38 UTC  (12+ messages)

[PATCH bpf-next v5 1/2] bpf: refactor max_depth computation in bpf_get_stack()
 2025-09-01  1:10 UTC  (7+ messages)
` [PATCH bpf-next v5 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()

[PATCH v2] net/cls_cgroup: Fix task_get_classid() during qdisc run
 2025-08-31  3:20 UTC  (5+ messages)

[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
 2025-08-30 19:03 UTC  (27+ messages)
` [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace

[PATCH v6 bpf] xsk: fix immature cq descriptor production
 2025-08-30 10:32 UTC  (5+ messages)

[PATCH v1] perf bpf-filter: Fix opts declaration on older libbpfs
 2025-08-30  5:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).