BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-05 16:45:19 to 2025-09-08 19:29:45 UTC [more...]

[PATCH bpf-next v2 0/2] bpf: Reject bpf_timer for PREEMPT_RT
 2025-09-08 19:29 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Skip timer cases when bpf_timer is not supported

[PATCH bpf-next v2 0/7] Add kfunc bpf_xdp_pull_data
 2025-09-08 19:27 UTC  (11+ messages)
` [PATCH bpf-next v2 1/7] net/mlx5e: Fix generating skb from nonlinear xdp_buff
` [PATCH bpf-next v2 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v2 3/7] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v2 4/7] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v2 5/7] bpf: Support specifying linear xdp packet data size in test_run
` [PATCH bpf-next v2 6/7] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v2 7/7] selftests: drv-net: Pull data before parsing headers

[PATCH bpf-next 0/4] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
 2025-09-08 19:16 UTC  (11+ messages)
` [PATCH bpf-next 2/4] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN

[PATCH bpf-next v6 0/5] bpf: report arena faults to BPF streams
 2025-09-08 18:59 UTC  (10+ messages)
` [PATCH bpf-next v6 1/5] bpf: arm64: simplify exception table handling
` [PATCH bpf-next v6 2/5] bpf: core: introduce main_prog_aux for stream access
` [PATCH bpf-next v6 3/5] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next v6 4/5] selftests: bpf: introduce __stderr and __stdout
` [PATCH bpf-next v6 5/5] selftests/bpf: Add tests for arena fault reporting

[PATCH bpf-next v3 0/7] bpf: Introduce deferred task context execution
 2025-09-08 18:23 UTC  (32+ messages)
` [PATCH bpf-next v3 1/7] bpf: refactor special field-type detection
` [PATCH bpf-next v3 2/7] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v3 3/7] bpf: htab: extract helper for freeing special structs
` [PATCH bpf-next v3 4/7] bpf: bpf task work plumbing
` [PATCH bpf-next v3 5/7] bpf: extract map key pointer calculation
` [PATCH bpf-next v3 6/7] bpf: task work scheduling kfuncs
` [PATCH bpf-next v3 7/7] selftests/bpf: BPF task work scheduling tests

[PATCH bpf-next 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
 2025-09-08 18:00 UTC  (6+ messages)
` [syzbot ci] "

[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
 2025-09-08 17:53 UTC  (5+ messages)
` [PATCH v16 1/4] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v16 2/4] perf record: Enable defer_callchain for user callchains
` [PATCH v16 3/4] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v16 4/4] perf tools: Merge deferred user callchains

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-08 17:39 UTC  (15+ messages)

[PATCH bpf-next v5 0/9] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-08 17:36 UTC  (12+ messages)
` [PATCH bpf-next v5 1/9] bpf: Generalize data copying "
` [PATCH bpf-next v5 2/9] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v5 3/9] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v5 4/9] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps data copying
` [PATCH bpf-next v5 5/9] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v5 6/9] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v5 7/9] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage maps
` [PATCH bpf-next v5 8/9] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v5 9/9] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags

[PATCH v17 net-next 00/14] AccECN protocol patch series
 2025-09-08 17:34 UTC  (15+ messages)
` [PATCH v17 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v17 net-next 02/14] tcp: fast path functions later
` [PATCH v17 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v17 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v17 net-next 05/14] tcp: AccECN core
` [PATCH v17 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v17 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v17 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v17 net-next 09/14] tcp: sack option handling improvements
` [PATCH v17 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v17 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v17 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v17 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v17 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH bpf] bpf/helpers: Use __GFP_HIGH instead of GFP_ATOMIC in __bpf_async_init()
 2025-09-08 17:32 UTC  (3+ messages)

[PATCHv2 perf/core 0/4] uprobe,bpf: Allow to change app registers from uprobe registers
 2025-09-08 17:20 UTC  (7+ messages)
` [PATCHv2 perf/core 1/4] bpf: Allow uprobe program to change context registers
` [PATCHv2 perf/core 2/4] uprobe: Do not emulate/sstep original instruction when ip is changed
` [PATCHv2 perf/core 3/4] selftests/bpf: Add uprobe context registers changes test
` [PATCHv2 perf/core 4/4] selftests/bpf: Add uprobe context ip register change test

[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
 2025-09-08 17:21 UTC  (6+ messages)
` [RESEND][PATCH v15 1/4] unwind deferred: Add unwind_user_get_cookie() API
` [RESEND][PATCH v15 2/4] perf: Support deferred user callchains
` [RESEND][PATCH v15 3/4] perf: Have the deferred request record the user context cookie
` [RESEND][PATCH v15 4/4] perf: Support deferred user callchains for per CPU events

[PATCH v3 bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-09-08 17:10 UTC  (2+ messages)

[PATCH 0/3] bpf: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-08 17:10 UTC  (4+ messages)

[PATCH net-next 0/2] net: xdp: handle frags with unreadable memory
 2025-09-08 12:02 UTC  (5+ messages)
` [PATCH net-next 1/2] net: xdp: pass full flags to xdp_update_skb_shared_info()
` [PATCH net-next 2/2] net: xdp: handle frags with unreadable memory

[PATCH bpf-next 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
 2025-09-08 11:36 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case

[PATCH perf/core 0/3] uprobes/x86: change error path for uprobe syscall
 2025-09-08 11:25 UTC  (6+ messages)
` [PATCH perf/core 1/3] uprobes/x86: Return error from uprobe syscall when not called from trampoline
` [PATCH perf/core 2/3] selftests/bpf: Fix uprobe_sigill test for uprobe syscall error value
` [PATCH 3/3] man2: Add uprobe syscall page

[PATCH 0/4] bpf: Fast-Path approach for BPF program termination
 2025-09-08  7:14 UTC  (7+ messages)
` [PATCH 1/4] bpf: Introduce new structs and struct fields for fast path termination
` [PATCH 2/4] bpf: Creating call sites table to stub instructions during runtime
` [PATCH 3/4] bpf: runtime part of fast-path termination approach
` [PATCH 4/4] selftests/bpf: Adds selftests to check termination of long running nested bpf loops

[PATCH bpf-next v3] riscv, bpf: Sign extend struct ops return values properly
 2025-09-08  6:31 UTC  (2+ messages)

[RFC bpf-next v2 0/1] libbpf: add compile-time OOB warning to bpf_tail_call_static
 2025-09-08  4:56 UTC  (7+ messages)
` [RFC bpf-next v2 1/1] "

[PATCH v9 bpf] xsk: fix immature cq descriptor production
 2025-09-08  2:26 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] cpuidle: Implement BPF extensible cpuidle governor class
 2025-09-07  6:15 UTC  (2+ messages)

[PATCH v16 net-next 00/14] AccECN protocol patch series
 2025-09-06 16:28 UTC  (15+ messages)
` [PATCH v16 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v16 net-next 02/14] tcp: fast path functions later
` [PATCH v16 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v16 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v16 net-next 05/14] tcp: AccECN core
` [PATCH v16 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v16 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v16 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v16 net-next 09/14] tcp: sack option handling improvements
` [PATCH v16 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v16 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v16 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v16 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v16 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH v1 0/4] perf/tools build related fixes
 2025-09-06 14:35 UTC  (6+ messages)
` [PATCH v1 1/4] perf bench futex: Add missing stdbool.h
` [PATCH v1 2/4] tools bitmap: Add missing asm-generic/bitsperlong.h include
` [PATCH v1 3/4] tools include: Replace tools linux/gfp_types.h with kernel version
` [PATCH v1 4/4] tools include: Add headers to make tools builds more hermetic

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

[syzbot] [bpf?] WARNING in reg_bounds_sanity_check (2)
 2025-09-06  1:58 UTC  (2+ messages)

[PATCH bpf] bpf/helpers: Skip memcg accounting in __bpf_async_init()
 2025-09-05 23:51 UTC  (9+ messages)

[PATCH bpf-next v7] selftests/bpf: add BPF program dump in veristat
 2025-09-05 22:00 UTC  (8+ messages)

[PATCH v5 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-05 21:56 UTC  (6+ messages)
` [PATCH v5 bpf-next/net 4/5] net-memcg: Allow decoupling memcg from global protocol memory accounting

[PATCH v2 bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-09-05 21:46 UTC  (2+ messages)

[PATCH] seccomp: Add SECCOMP_CLONE_FILTER operation
 2025-09-05 21:03 UTC  (3+ messages)

[PATCH 0/5] perf trace: Fix parallel execution
 2025-09-05 19:48 UTC  (4+ messages)
` [PATCH 1/5] perf trace: use standard syscall tracepoint structs for augmentation

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-09-05 18:44 UTC  (12+ messages)
` [PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe

[PATCH bpf-next v5 0/4] bpf: report arena faults to BPF streams
 2025-09-05 18:38 UTC  (5+ messages)
` [PATCH bpf-next v5 4/4] selftests/bpf: Add tests for arena fault reporting

[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
 2025-09-05 17:20 UTC  (5+ messages)


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