BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-22 23:34:04 to 2025-09-24 00:10:25 UTC [more...]

[PATCH 0/34] Implement RCU Tasks Trace in terms of SRCU-fast and optimize
 2025-09-24  0:10 UTC  (38+ messages)
` [PATCH 01/34] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
` [PATCH 02/34] rcu: Remove unused ->trc_ipi_to_cpu and ->trc_blkd_cpu from task_struct
` [PATCH 03/34] rcu: Remove ->trc_blkd_node "
` [PATCH 04/34] rcu: Remove ->trc_holdout_list "
` [PATCH 05/34] rcu: Remove rcu_tasks_trace_qs() and the functions that it calls
` [PATCH 06/34] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH 07/34] rcu: Remove ->trc_reader_special from task_struct
` [PATCH 08/34] rcu: Remove now-empty RCU Tasks Trace functions and calls to them
` [PATCH 09/34] rcu: Remove unused rcu_tasks_trace_lazy_ms and trc_stall_chk_rdr struct
` [PATCH 10/34] rcu: Remove now-empty show_rcu_tasks_trace_gp_kthread() function
` [PATCH 11/34] rcu: Remove now-empty rcu_tasks_trace_get_gp_data() function
` [PATCH 12/34] rcu: Remove now-empty rcu_tasks_trace_torture_stats_print() function
` [PATCH 13/34] rcu: Remove now-empty get_rcu_tasks_trace_gp_kthread() function
` [PATCH 14/34] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH 15/34] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH 16/34] rcu: Remove now-unused rcu_task_ipi_delay and TASKS_TRACE_RCU_READ_MB
` [PATCH 17/34] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH 18/34] rcu: Use smp_mb() only when necessary in RCU Tasks Trace readers
` [PATCH 19/34] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH 20/34] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH 22/34] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH 23/34] srcu: Create an srcu_expedite_current() function
` [PATCH 24/34] rcutorture: Test srcu_expedite_current()
` [PATCH 25/34] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH 26/34] rcutorture: Test rcu_tasks_trace_expedite_current()
` [PATCH 27/34] srcu: Make DEFINE_SRCU_FAST() available to modules
` [PATCH 28/34] srcu: Make SRCU-fast available to heap srcu_struct structures
` [PATCH 29/34] srcu: Make grace-period determination use ssp->srcu_reader_flavor
` [PATCH 30/34] rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH 31/34] refscale: "
` [PATCH 32/34] srcu: Require special srcu_struct define/init for SRCU-fast readers
` [PATCH 33/34] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH 34/34] doc: Update for SRCU-fast definitions and initialization

[PATCH 1/2] tracing: fprobe: rename fprobe_entry to fprobe_fgraph_entry
 2025-09-23 23:07 UTC  (10+ messages)
` [PATCH 2/2] tracing: fprobe: optimization for entry only case

[PATCH 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-09-23 21:51 UTC  (10+ messages)
` [PATCH 1/9] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCH 2/9] ftrace: Add register_ftrace_direct_hash function
` [PATCH 3/9] ftrace: Add unregister_ftrace_direct_hash function
` [PATCH 4/9] ftrace: Add modify_ftrace_direct_hash function
` [PATCH 5/9] ftrace: Export some of hash related functions
` [PATCH 6/9] ftrace: Use direct hash interface in direct functions
` [PATCH 7/9] bpf: Add trampoline ip hash table
` [PATCH 8/9] ftrace: Factor ftrace_ops ops_func interface
` [PATCH 9/9] bpf, x86: Use single ftrace_ops for direct calls

[PATCH RFC 0/4] Add XDP RX queue index metadata via kfuncs
 2025-09-23 21:00 UTC  (6+ messages)
` [PATCH RFC 1/4] netlink: specs: Add XDP RX queue index to XDP metadata
` [PATCH RFC 2/4] net: xdp: Add xmo_rx_queue_index callback
` [PATCH RFC 3/4] uapi: netdev: Add XDP RX queue index metadata flags
` [PATCH RFC 4/4] net: veth: Implement RX queue index XDP hint

[PATCH bpf-next v3 0/2] bpf: Allow union argument in trampoline based programs
 2025-09-23 19:44 UTC  (2+ messages)

[PATCH v2] docs/bpf: clarify ret handling in LSM BPF programs
 2025-09-23 19:32 UTC  (4+ messages)

[PATCH bpf-next] bpftool: Add bash completion for program signing options
 2025-09-23 19:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: remove is_return in struct bpf_session_run_ctx
 2025-09-23 19:23 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] Signed loads from Arena
 2025-09-23 19:10 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf, x86: Add support for signed arena loads
` [PATCH bpf-next v4 2/3] bpf, arm64: "
` [PATCH bpf-next v4 3/3] selftests: bpf: Add tests for signed loads from arena

[syzbot] [bpf?] general protection fault in print_reg_state
 2025-09-23 18:52 UTC  (5+ messages)
` [PATCH 1/1] bpf: fix NULL pointer dereference in print_reg_state()
` [PATCH v2] "

[RFC PATCH] memcg: introduce kfuncs for fetching memcg stats
 2025-09-23 18:02 UTC  (2+ messages)

[PATCH bpf-next v5 1/3] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
 2025-09-23 16:58 UTC  (3+ messages)
` [PATCH bpf-next v5 2/3] selftests/bpf: Refactor stacktrace_map case with skeleton
` [PATCH bpf-next v5 3/3] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case

[RFC PATCH bpf-next v2 0/6] bpf: Extend bpf syscall with common attributes support
 2025-09-23 16:40 UTC  (21+ messages)
` [RFC PATCH bpf-next v2 1/6] "
` [RFC PATCH bpf-next v2 2/6] libbpf: Add support for extended bpf syscall
` [RFC PATCH bpf-next v2 3/6] bpf: Add common attr support for prog_load and btf_load
` [RFC PATCH bpf-next v2 4/6] bpf: Add common attr support for map_create
` [RFC PATCH bpf-next v2 5/6] libbpf: "

[PATCH net-next 00/20] netkit: Support for io_uring zero-copy and AF_XDP
 2025-09-23 16:26 UTC  (33+ messages)
` [PATCH net-next 01/20] net, ynl: Add bind-queue operation
` [PATCH net-next 02/20] net: Add peer to netdev_rx_queue
` [PATCH net-next 03/20] net: Add ndo_queue_create callback
` [PATCH net-next 04/20] net: Add ndo_{peer,unpeer}_queues callback
` [PATCH net-next 05/20] net, ynl: Implement netdev_nl_bind_queue_doit
` [PATCH net-next 06/20] net, ynl: Add peer info to queue-get response
` [PATCH net-next 07/20] net, ethtool: Disallow mapped real rxqs to be resized
` [PATCH net-next 19/20] netkit: Add xsk support for af_xdp applications
` [PATCH net-next 20/20] tools, ynl: Add queue binding ynl sample application

[PATCH v5 00/25] Legacy hardware/cache events as json
 2025-09-23 15:52 UTC  (27+ messages)
` [PATCH v5 01/25] perf stat: Allow retry for default events
` [PATCH v5 02/25] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v5 03/25] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v5 04/25] perf record: Skip don't fail for events that don't open
` [PATCH v5 05/25] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v5 06/25] perf pmu: Don't eagerly parse event terms
` [PATCH v5 07/25] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v5 08/25] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v5 09/25] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v5 10/25] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v5 11/25] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v5 12/25] perf pmu: Add and use legacy_terms in alias information
` [PATCH v5 13/25] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v5 14/25] perf print-events: Remove print_hwcache_events
` [PATCH v5 15/25] perf print-events: Remove print_symbol_events
` [PATCH v5 16/25] perf parse-events: Remove hard coded legacy hardware and cache parsing
` [PATCH v5 17/25] perf record: Use evlist__new_default when no events specified
` [PATCH v5 18/25] perf top: "
` [PATCH v5 19/25] perf evlist: Avoid scanning all PMUs for evlist__new_default
` [PATCH v5 20/25] perf evsel: Improvements to __evsel__match
` [PATCH v5 21/25] perf test parse-events: Use evsel__match for legacy events
` [PATCH v5 22/25] perf test parse-events: Remove cpu PMU requirement
` [PATCH v5 23/25] perf test parse-events: Without a PMU use cpu-cycles rather than cycles
` [PATCH v5 24/25] perf stat: Avoid wildcarding PMUs for default events
` [PATCH v5 25/25] perf test: Switch cycles event to cpu-cycles

[PATCH bpf-next v8 0/9] bpf: Introduce deferred task context execution
 2025-09-23 15:50 UTC  (13+ messages)
` [PATCH bpf-next v8 1/9] bpf: refactor special field-type detection
` [PATCH bpf-next v8 2/9] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v8 3/9] bpf: htab: extract helper for freeing special structs
` [PATCH bpf-next v8 4/9] bpf: verifier: permit non-zero returns from async callbacks
` [PATCH bpf-next v8 5/9] bpf: bpf task work plumbing
` [PATCH bpf-next v8 6/9] bpf: extract map key pointer calculation
` [PATCH bpf-next v8 7/9] bpf: task work scheduling kfuncs
` [PATCH bpf-next v8 8/9] selftests/bpf: BPF task work scheduling tests
` [PATCH bpf-next v8 9/9] selftests/bpf: add bpf task work stress tests

[PATCH bpf-next 0/3] xsk: refactors around generic xmit side
 2025-09-23 15:43 UTC  (11+ messages)
` [PATCH bpf-next 1/3] xsk: avoid overwriting skb fields for multi-buffer traffic
` [PATCH bpf-next 2/3] xsk: remove @first_frag from xsk_build_skb()
` [PATCH bpf-next 3/3] xsk: wrap generic metadata handling onto separate function

[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
 2025-09-23 15:32 UTC  (3+ messages)

[PATCH v2 bpf-next 00/13] BPF indirect jumps
 2025-09-23 15:14 UTC  (9+ messages)
` [PATCH v2 bpf-next 03/13] bpf, x86: add new map type: instructions array

[PATCH bpf-next v4 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
 2025-09-23 13:09 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case

[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
 2025-09-23 12:36 UTC  (10+ messages)
` [RESEND][PATCH v15 2/4] perf: Support deferred user callchains
        ` [RESEND][PATCH v15 2/4] perf: Support deferred user callchainshttps://lore.kernel.org/linux-trace-kernel/20250827193644.527334838@kernel.org/

[PATCH 0/1] bpftool: Formatting defined by user:fmt: decl tag
 2025-09-23 11:22 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v3 0/3] Signed loads from Arena
 2025-09-23 10:52 UTC  (4+ messages)
` [PATCH bpf-next v3 2/3] bpf, arm64: Add support for signed arena loads

[PATCH v2 net-next 00/14] AccECN protocol case handling series
 2025-09-23 10:52 UTC  (15+ messages)
` [PATCH v2 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v2 net-next 03/14] tcp: accecn: Add ece_delta to rate_sample
` [PATCH v2 net-next 04/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v2 net-next 05/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v2 net-next 06/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v2 net-next 11/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v2 net-next 13/14] tcp: accecn: stop sending AccECN opt when loss ACK w/ option

[PATCH] sched_ext: Verify RCU protection in scx_bpf_cpu_curr()
 2025-09-23 10:38 UTC  (2+ messages)

Some unpriv verifier tests failed due to bpf_jit_bypass_spec_v1
 2025-09-23  9:52 UTC 

[PATCH bpf-next v7 0/5] Signed BPF programs
 2025-09-23  8:39 UTC  (7+ messages)
` [PATCH bpf-next v7 4/5] bpftool: Add support for signing "

[PATCH v2 0/1] riscv: bpf: Fix uninitialized symbol 'retval_off'
 2025-09-23  7:34 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH bpf-next] bpf: Add preempt_disable to protect get_perf_callchain
 2025-09-23  2:53 UTC  (2+ messages)

[PATCH bpf-next v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-23  2:45 UTC  (8+ messages)
` [PATCH bpf-next v7 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps

[PATCH bpf-next v7 0/9] bpf: Introduce deferred task context execution
 2025-09-23  2:38 UTC  (3+ messages)
` [PATCH bpf-next v7 1/9] bpf: refactor special field-type detection

[PATCH bpf v3 0/9] Fixes for LPM trie
 2025-09-23  1:33 UTC  (4+ messages)
` [PATCH bpf v3 6/9] bpf: Switch to bpf mem allocator "

[PATCH v10 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-23  1:26 UTC  (5+ messages)
` [PATCH v10 bpf-next/net 3/6] net-memcg: Introduce net.core.memcg_exclusive sysctl

[PATCH v2] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-23  0:00 UTC  (9+ messages)

[PATCH bpf-next v7 0/8] Add kfunc bpf_xdp_pull_data
 2025-09-22 23:33 UTC  (4+ messages)
` [PATCH bpf-next v7 6/8] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v7 7/8] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v7 8/8] selftests: drv-net: Pull data before parsing headers


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