BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-09 02:46:19 to 2024-11-12 08:37:41 UTC [more...]

[PATCH v2 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-12  8:37 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: lsm: Remove hook to bpf_task_storage_free
` [PATCH v2 bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH v2 bpf-next 3/4] bpf: Add recursion prevention logic for inode storage
` [PATCH v2 bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-12  8:35 UTC  (8+ messages)
` [PATCH bpf-next 1/4] bpf: lsm: Remove hook to bpf_task_storage_free
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH bpf-next 3/4] bpf: Add recursion avoid logic for inode storage
` [PATCH bpf-next 3/4] bpf: Add recursion prevention "
` [PATCH bpf-next 4/4] selftest/bpf: Add test for inode local storage recursion
` [PATCH bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention

[PATCH] bpftool: Fix incorrect format specifier for var
 2024-11-12  7:37 UTC  (5+ messages)
  ` [PATCH] bpftool: Cast variable `var` to long long

[PATCH bpf-next v5 1/4] bpf: add bpf_get_cpu_cycles kfunc
 2024-11-12  5:50 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: use common instruction history across all states
 2024-11-12  5:50 UTC  (2+ messages)

[PATCH rcu 08/15] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
 2024-11-12  4:42 UTC  (7+ messages)
` [PATCH rcu 11/15] rcutorture: Add reader_flavor parameter for SRCU readers

[PATCH bpf-next v3 0/4] libbpf: stringify error codes in log messages
 2024-11-12  4:40 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] libbpf: introduce errstr() for stringifying errno
` [PATCH bpf-next v3 2/4] libbpf: stringify errno in log messages in libbpf.c
` [PATCH bpf-next v3 3/4] libbpf: stringify errno in log messages in btf*.c
` [PATCH bpf-next v3 4/4] libbpf: stringify errno in log messages in the remaining code

[PATCH bpf-next] bpf: replace the document for PTR_TO_BTF_ID_OR_NULL
 2024-11-12  4:20 UTC  (2+ messages)

[PATCH] tools/bpf_jit_disasm: Fix the wrong format specifier
 2024-11-12  4:10 UTC  (2+ messages)

[PATCH] kbuild,bpf: pass make jobs' value to pahole
 2024-11-12  4:10 UTC  (2+ messages)

[PATCH bpf-next v11 0/7] bpf: Support private stack for bpf progs
 2024-11-12  3:42 UTC  (13+ messages)
` [PATCH bpf-next v11 1/7] bpf: Find eligible subprogs for private stack support
` [PATCH bpf-next v11 2/7] bpf: Enable private stack for eligible subprogs
` [PATCH bpf-next v11 3/7] bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
` [PATCH bpf-next v11 4/7] bpf, x86: Support private stack in jit
` [PATCH bpf-next v11 5/7] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v11 6/7] bpf: Support private stack for struct_ops progs
` [PATCH bpf-next v11 7/7] selftests/bpf: Add struct_ops prog private stack tests

[PATCH rcu 06/12] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
 2024-11-12  3:15 UTC  (6+ messages)

[PATCH net-next 0/2] ipv4: Prepare bpf helpers to .flowi4_tos conversion
 2024-11-12  3:04 UTC  (6+ messages)
` [PATCH net-next 1/2] bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future "
` [PATCH net-next 2/2] bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() "

[bpf-next 0/2] bpf: Add flag for batch operation
 2024-11-12  3:01 UTC  (5+ messages)
` [bpf-next 1/2] bpf: Add flag to continue "
` [bpf-next 2/2] selftests/bpf: Add a test for batch operation flag

[PATCH net-next v9 0/6] Suspend IRQs during application busy periods
 2024-11-12  3:00 UTC  (3+ messages)
` [PATCH net-next v9 6/6] docs: networking: Describe irq suspension

[PATCH] perf bpf-filter: Return -1 directly when pfi allocation fails
 2024-11-12  2:28 UTC 

[syzbot] [bpf?] WARNING: locking bug in trie_delete_elem
 2024-11-12  2:24 UTC  (2+ messages)

[PATCH dwarves 0/3] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-12  1:51 UTC  (13+ messages)
` [PATCH dwarves 1/3] dwarf_loader: Refactor function parameter__new()
` [PATCH dwarves 3/3] dwarf_loader: Check DW_OP_[GNU_]entry_value for possible parameter matching

[PATCH net-next v4 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-11-12  1:29 UTC  (14+ messages)
` [PATCH net-next v4 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v4 02/13] virtio_ring: split: record extras for indirect buffers
` [PATCH net-next v4 03/13] virtio_ring: packed: "
` [PATCH net-next v4 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next v4 05/13] virtio_ring: introduce add api for premapped
` [PATCH net-next v4 06/13] virtio-net: rq submits premapped per-buffer
` [PATCH net-next v4 07/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next v4 08/13] virtio_net: refactor the xmit type
` [PATCH net-next v4 09/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next v4 10/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v4 11/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v4 12/13] virtio_net: update tx timeout record
` [PATCH net-next v4 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-11-12  1:29 UTC  (5+ messages)
` [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-11-12  1:04 UTC  (6+ messages)
` [PATCH v4 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH net-next v3 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-11-12  0:51 UTC  (11+ messages)
` [PATCH net-next v3 02/13] virtio_ring: split: record extras for indirect buffers
` [PATCH net-next v3 03/13] virtio_ring: packed: "
` [PATCH net-next v3 05/13] virtio_ring: introduce add api for premapped
` [PATCH net-next v3 06/13] virtio-net: rq submits premapped per-buffer

[PATCH bpf-next/net 0/5] bpf: Add mptcp_subflow bpf_iter support
 2024-11-12  0:50 UTC  (5+ messages)
` [PATCH bpf-next/net 1/5] bpf: Register mptcp common kfunc set
` [PATCH bpf-next/net 2/5] bpf: Add mptcp_subflow bpf_iter

[PATCH bpf-next v3 0/2] Add kernel symbol for struct_ops trampoline
 2024-11-11 23:04 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Use function pointers count as struct_ops links count
` [PATCH bpf-next v3 2/2] bpf: Add kernel symbol for struct_ops trampoline

[PATCH bpf-next] bpf: use common instruction history across all states
 2024-11-11 22:31 UTC  (6+ messages)

[PATCH bpf-next 0/2] Fix release of struct_ops map
 2024-11-11 21:30 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for struct_ops map release

[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
 2024-11-11 19:46 UTC  (2+ messages)

[RFC bpf-next 00/11] bpf: inlinable kfuncs for BPF
 2024-11-11 18:42 UTC  (8+ messages)
` [RFC bpf-next 03/11] bpf: shared BPF/native kfuncs

[PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-11 16:39 UTC  (3+ messages)
` [PATCH net-next v4 12/19] xdp: add generic xdp_build_skb_from_buff()

linux-next: Signed-off-by missing for commit in the bpf-next tree
 2024-11-11 16:24 UTC  (2+ messages)

[PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
 2024-11-11 16:21 UTC  (2+ messages)

[PATCH v2] bpftool: Set srctree correctly when not building out of source tree
 2024-11-11 15:39 UTC  (2+ messages)

[PATCH nf-next] netfilter: bpf: Pass string literal as format argument of request_module()
 2024-11-11 14:47 UTC 

[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
 2024-11-11 14:09 UTC  (5+ messages)
` [RFC bpf-next fanotify 1/5] fanotify: Introduce fanotify "

[PATCH] bpftool: Set srctree correctly when not building out of source tree
 2024-11-11 13:42 UTC  (2+ messages)

[PATCH bpf-next v3] selftests/bpf: Consolidate kernel modules into common directory
 2024-11-11 11:36 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Consolidate kernel modules into common directory
 2024-11-11 10:50 UTC  (3+ messages)

[PATCH] samples/bpf: Remove unused variables
 2024-11-11  6:23 UTC 

[PATCH] samples: bpf: Remove unused variable
 2024-11-11  6:15 UTC 

[PATCH net-next v2 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-11-11  1:27 UTC  (7+ messages)
` [PATCH net-next v2 02/13] virtio_ring: split: record extras for indirect buffers

[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-10 17:16 UTC  (25+ messages)
` [PATCH v19 01/19] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v19 02/19] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v19 03/19] fgraph: Pass ftrace_regs to retfunc
` [PATCH v19 04/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v19 05/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v19 06/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v19 07/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v19 08/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v19 09/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v19 10/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v19 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v19 13/19] fprobe: Add fprobe_header encoding feature
` [PATCH v19 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v19 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v19 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v19 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[PATCH bpf v2 0/2] bpf: fix recursive lock and add test
 2024-11-10  8:36 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf: fix recursive lock when verdict program return SK_PASS
` [PATCH bpf v2 2/2] selftests/bpf: Add some tests with sockmap SK_PASS
` [PATCH bpf v2 0/2] bpf: fix recursive lock and add test - updated to [PATCH bpf v3]

[PATCH bpf v3 0/2] bpf: fix recursive lock and add test
 2024-11-10  8:24 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf: fix recursive lock when verdict program return SK_PASS
` [PATCH bpf v3 2/2] selftests/bpf: Add some tests with sockmap SK_PASS

[PATCH bpf] bpf: fix recursive lock when verdict program return SK_PASS
 2024-11-10  5:04 UTC  (2+ messages)

[PATCH] bpf: Convert lpm_trie::lock to 'raw_spinlock_t'
 2024-11-10  2:08 UTC  (5+ messages)

[PATCH bpf-next v6 0/2] Refactor lock management
 2024-11-10  0:10 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: Refactor active "
` [PATCH bpf-next v6 2/2] bpf: Drop special callback reference handling

[PATCH bpf-next v5 0/2] Refactor lock management
 2024-11-09 23:02 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: Refactor active "
` [PATCH bpf-next v5 2/2] bpf: Drop special callback reference handling

[PATCH bpf-next v4] bpf: Refactor active lock management
 2024-11-09 22:53 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: skip the timer_lockup test for single-CPU nodes
 2024-11-09 20:20 UTC  (4+ messages)

Using gcc-bpf for bpftool: problems with CO-RE feature detection
 2024-11-09 19:00 UTC  (3+ messages)

[PROBLEM] selftests/bpf/progs/test_tunnel_kern.c: 678: 41-47: ERROR: application of sizeof to pointer
 2024-11-09 18:53 UTC 

[PATCHv2 net-next] net: sfc: use ethtool string helpers
 2024-11-09 17:50 UTC  (2+ messages)

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-09 15:10 UTC  (13+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature


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