public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-07 03:42:09 to 2024-11-08 21:57:15 UTC [more...]

[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

[RFC bpf-next 00/11] bpf: inlinable kfuncs for BPF
 2024-11-08 21:25 UTC  (19+ 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] 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] "

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

[PATCH bpf-next 0/3] Fix lockdep warning for htab of map
 2024-11-08 19:55 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Call free_htab_elem() after htab_unlock_bucket()

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

[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

Fix build ID parsing logic in stable trees
 2024-11-08 17:55 UTC  (8+ messages)

[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] selftests/bpf: skip the timer_lockup test for single-CPU nodes
 2024-11-08  4:41 UTC  (2+ messages)

[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)

[BUG] Soft lockup on powerpc when running arena selftests
 2024-11-07 15:46 UTC  (2+ messages)

[PATCH v3 dwarves 4/5] btf_encoder: store a list of elf_function per function name
 2024-11-07 15:45 UTC  (3+ messages)

[PATCH 0/1] BPF verifier documentation cleanup
 2024-11-07 15:40 UTC  (3+ messages)
` [PATCH 1/1] docs: bpf: verifier: remove trailing whitespace

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-11-07 15:05 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
 2024-11-07 14:32 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] bpf, x64: Introduce two tailcall enhancements
 2024-11-07 13:45 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf, x64: Propagate tailcall info only for subprogs
` [PATCH bpf-next v3 2/2] bpf, verifier: Check trampoline target is tail_call_reachable subprog

[PATCH net-next v5 0/9] net: ip: add drop reasons to input route
 2024-11-07 12:56 UTC  (10+ messages)
` [PATCH net-next v5 1/9] net: ip: make fib_validate_source() support drop reasons
` [PATCH net-next v5 2/9] net: ip: make ip_route_input_mc() return drop reason
` [PATCH net-next v5 3/9] net: ip: make ip_mc_validate_source() "
` [PATCH net-next v5 4/9] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH net-next v5 5/9] net: ip: make ip_route_input_rcu() "
` [PATCH net-next v5 6/9] net: ip: make ip_route_input_noref() "
` [PATCH net-next v5 7/9] net: ip: make ip_route_input() "
` [PATCH net-next v5 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH net-next v5 9/9] net: ip: make ip_route_use_hint() "

[PATCH bpf-next v2] selftests/bpf: Consolidate kernel modules into common directory
 2024-11-07 10:33 UTC 

[PATCH] tools: Override makefile ARCH variable if defined, but empty
 2024-11-07 10:09 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix uprobe consumer test (again)
 2024-11-07  9:42 UTC  (3+ messages)

[PATCH net-next v3 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-11-07  8:55 UTC  (14+ messages)
` [PATCH net-next v3 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [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 04/13] virtio_ring: perform premapped operations based on per-buffer
` [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 net-next v3 07/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next v3 08/13] virtio_net: refactor the xmit type
` [PATCH net-next v3 09/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next v3 10/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v3 11/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v3 12/13] virtio_net: update tx timeout record
` [PATCH net-next v3 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY


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