messages from 2024-11-07 16:03:46 to 2024-11-10 00:10:19 UTC [more...]
[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: Convert lpm_trie::lock to 'raw_spinlock_t'
2024-11-10 0:04 UTC (4+ messages)
[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)
[PATCH bpf-next v11 0/7] bpf: Support private stack for bpf progs
2024-11-09 20:14 UTC (9+ 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
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
[PATCH bpf v2 0/2] bpf: fix recursive lock and add test
2024-11-09 15:03 UTC (3+ 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-next 0/2] Fix release of struct_ops map
2024-11-09 8:40 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Add test for struct_ops map release
[PATCH net-next v9 0/6] Suspend IRQs during application busy periods
2024-11-09 5:02 UTC (2+ messages)
` [PATCH net-next v9 6/6] docs: networking: Describe irq suspension
[PATCH bpf-next 0/3] Fix lockdep warning for htab of map
2024-11-09 1:55 UTC (11+ messages)
` [PATCH bpf-next 1/3] bpf: Call free_htab_elem() after htab_unlock_bucket()
[PATCH bpf-next v5 1/4] bpf: add bpf_get_cpu_cycles kfunc
2024-11-09 0:41 UTC (4+ messages)
` [PATCH bpf-next v5 2/4] bpf: add bpf_cpu_cycles_to_ns helper
` [PATCH bpf-next v5 3/4] selftests/bpf: add selftest to check rdtsc jit
` [PATCH bpf-next v5 4/4] selftests/bpf: add usage example for cpu cycles kfuncs
Fix build ID parsing logic in stable trees
2024-11-08 23:26 UTC (9+ messages)
[RFC bpf-next 00/11] bpf: inlinable kfuncs for BPF
2024-11-08 23:01 UTC (20+ messages)
` [RFC bpf-next 01/11] bpf: use branch predictions in opt_hard_wire_dead_code_branches()
` [RFC bpf-next 02/11] selftests/bpf: tests for opt_hard_wire_dead_code_branches()
` [RFC bpf-next 03/11] bpf: shared BPF/native kfuncs
` [RFC bpf-next 04/11] bpf: allow specifying inlinable kfuncs in modules
` [RFC bpf-next 05/11] bpf: dynamic allocation for bpf_verifier_env->subprog_info
` [RFC bpf-next 06/11] bpf: KERNEL_VALUE register type
` [RFC bpf-next 07/11] bpf: instantiate inlinable kfuncs before verification
` [RFC bpf-next 08/11] bpf: special rules for kernel function calls inside inlinable kfuncs
` [RFC bpf-next 09/11] bpf: move selected dynptr kfuncs to inlinable_kfuncs.c
` [RFC bpf-next 10/11] selftests/bpf: tests to verify handling of inlined kfuncs
` [RFC bpf-next 11/11] selftests/bpf: dynptr_slice benchmark
[PATCH bpf-next v1 0/2] Handle possible NULL trusted raw_tp arguments
2024-11-08 21:57 UTC (8+ messages)
[PATCH bpf-next v10 0/7] bpf: Support private stack for bpf progs
2024-11-08 21:41 UTC (6+ messages)
` [PATCH bpf-next v10 2/7] bpf: Enable private stack for eligible subprogs
` [PATCH bpf-next v10 6/7] bpf: Support private stack for struct_ops progs
[PATCH bpf] bpf: fix recursive lock when verdict program return SK_PASS
2024-11-08 21:07 UTC
[PATCH] bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
2024-11-08 20:50 UTC (3+ messages)
[PATCH bpf-next] docs/bpf: Document some special sdiv/smod operations
2024-11-08 20:34 UTC (15+ messages)
` [Bpf] "
[BUG] WARNING: at lib/vsprintf.c:2659 format_decode+0x121a/0x1c00
2024-11-08 18:58 UTC (2+ messages)
[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
2024-11-08 18:43 UTC (3+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names
[PATCHv9 bpf-next 00/13] bpf: Add uprobe session support
2024-11-08 18:40 UTC (15+ messages)
` [PATCHv9 bpf-next 01/13] bpf: Allow return values 0 and 1 for kprobe session
` [PATCHv9 bpf-next 02/13] bpf: Force uprobe bpf program to always return 0
` [PATCHv9 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv9 bpf-next 04/13] bpf: Add support for uprobe multi session context
` [PATCHv9 bpf-next 05/13] libbpf: Add support for uprobe multi session attach
` [PATCHv9 bpf-next 06/13] selftests/bpf: Add uprobe session test
` [PATCHv9 bpf-next 07/13] selftests/bpf: Add uprobe session cookie test
` [PATCHv9 bpf-next 08/13] selftests/bpf: Add uprobe session recursive test
` [PATCHv9 bpf-next 09/13] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv9 bpf-next 10/13] selftests/bpf: Add kprobe "
` [PATCHv9 bpf-next 11/13] selftests/bpf: Add uprobe session single consumer test
` [PATCHv9 bpf-next 12/13] selftests/bpf: Add uprobe sessions to "
` [PATCHv9 bpf-next 13/13] selftests/bpf: Add threads "
[PATCH bpf 0/2] tcp_bpf: update the rmem scheduling for ingress redirection
2024-11-08 18:28 UTC (5+ messages)
` [PATCH bpf 2/2] tcp_bpf: add sk_rmem_alloc related logic "
` [External] "
[PATCH dwarves 0/3] Check DW_OP_[GNU_]entry_value for possible parameter matching
2024-11-08 18:05 UTC (4+ messages)
` [PATCH dwarves 1/3] dwarf_loader: Refactor function parameter__new()
` [PATCH dwarves 2/3] dwarf_loader: Refactor function check_dwarf_locations()
` [PATCH dwarves 3/3] dwarf_loader: Check DW_OP_[GNU_]entry_value for possible parameter matching
[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
2024-11-08 17:37 UTC (7+ messages)
[PATCH net-next 0/2] ipv4: Prepare bpf helpers to .flowi4_tos conversion
2024-11-08 16:47 UTC (3+ 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() "
[PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
2024-11-08 16:27 UTC (21+ messages)
` [PATCH net-next v4 01/19] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v4 02/19] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next v4 03/19] unroll: add generic loop unroll helpers
` [PATCH net-next v4 04/19] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v4 05/19] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v4 06/19] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v4 07/19] xdp: register system page pool as an XDP memory model
` [PATCH net-next v4 08/19] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v4 09/19] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v4 10/19] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next v4 11/19] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v4 12/19] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v4 13/19] xsk: align &xdp_buff_xsk harder
` [PATCH net-next v4 14/19] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v4 15/19] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next v4 16/19] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next v4 17/19] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next v4 18/19] libeth: support native XDP and register memory model
` [PATCH net-next v4 19/19] libeth: add a couple of XDP helpers (libeth_xdp)
[PATCH bpf-next/net 0/5] bpf: Add mptcp_subflow bpf_iter support
2024-11-08 15:52 UTC (6+ 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/net 3/5] bpf: Acquire and release mptcp socket
` [PATCH bpf-next/net 4/5] selftests/bpf: More endpoints for endpoint_init
` [PATCH bpf-next/net 5/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest
[BUG] BUG: unable to handle page fault for address: ffffffffa6df0480
2024-11-08 14:26 UTC
[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
2024-11-08 8:18 UTC (20+ messages)
` [RFC bpf-next fanotify 1/5] fanotify: Introduce fanotify "
` [RFC bpf-next fanotify 2/5] samples/fanotify: Add a sample "
` [RFC bpf-next fanotify 5/5] selftests/bpf: Add test for BPF based "
[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
2024-11-08 6:14 UTC (5+ messages)
` [PATCH v2 1/4] perf lock contention: Add and use LCB_F_TYPE_MASK
` [PATCH v2 2/4] perf lock contention: Run BPF slab cache iterator
` [PATCH v2 3/4] perf lock contention: Resolve slab object name using BPF
` [PATCH v2 4/4] perf lock contention: Handle slab objects in -L/--lock-filter option
[PATCH bpf-next v3 0/3] Handle possible NULL trusted raw_tp arguments
2024-11-08 5:12 UTC (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
[PATCH net-next v8 0/6] Suspend IRQs during application busy periods
2024-11-08 4:53 UTC (2+ messages)
` [PATCH net-next v8 6/6] docs: networking: Describe irq suspension
[PATCH bpf-next 0/2] bpf: range_tree for bpf arena
2024-11-08 2:56 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: Introduce range_tree data structure and use it in "
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for arena range tree algorithm
[PATCH net-next v7 0/6] Suspend IRQs during application busy periods
2024-11-08 2:39 UTC (2+ messages)
` [PATCH net-next v7 6/6] docs: networking: Describe irq suspension
[PATCH bpf-next v4 1/4] bpf: add bpf_get_cpu_cycles kfunc
2024-11-08 1:54 UTC (7+ messages)
` [PATCH bpf-next v4 2/4] bpf: add bpf_cpu_cycles_to_ns helper
` [PATCH bpf-next v4 3/4] selftests/bpf: add selftest to check rdtsc jit
` [PATCH bpf-next v4 4/4] selftests/bpf: add usage example for cpu cycles kfuncs
[PATCH v2 bpf-next 0/2] drm, bpf: User drm_mm in bpf
2024-11-08 1:20 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] drm, bpf: Move drm_mm.c to lib to be used by bpf arena
[Patch bpf 1/2] bpf: check negative offsets in __bpf_skb_min_len()
2024-11-08 0:02 UTC (3+ messages)
` [Patch bpf 2/2] selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()
` [External] "
[PATCH 0/2] Check the types of iter arguments
2024-11-07 21:47 UTC (3+ messages)
` [PATCH 1/2] bpf: Check if iter args are stack pointers
` [PATCH 2/2] selftests/bpf: Add a test for the type checking of iter args
[syzbot] [bpf?] WARNING: locking bug in trie_delete_elem
2024-11-07 21:00 UTC (2+ messages)
[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
2024-11-07 19:05 UTC (17+ messages)
` [PATCH net-next v3 02/14] net-timestamp: allow two features to work parallelly
[PATCH 0/4] perf lock contention: Symbolize locks using slab cache names (v1)
2024-11-07 19:04 UTC (4+ messages)
` [PATCH 2/4] perf lock contention: Run BPF slab cache iterator
[PATCH bpf-next v2] docs/bpf: Document some special sdiv/smod operations
2024-11-07 17:09 UTC
[PATCH v5 0/8] uprobes: RCU-protected hot path optimizations
2024-11-07 16:13 UTC (7+ messages)
` [PATCH v5 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
[PATCHv2 bpf-next] selftests/bpf: Fix uprobe consumer test (again)
2024-11-07 16:10 UTC (2+ messages)
[PATCH bpf-next v2] libbpf: stringify error codes in warning messages
2024-11-07 16:03 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox