BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-06 06:23:43 to 2024-11-08 00:02:26 UTC [more...]

[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] "

[RFC bpf-next 00/11] bpf: inlinable kfuncs for BPF
 2024-11-07 23:00 UTC  (16+ 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 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

[PATCH bpf-next v4 1/4] bpf: add bpf_get_cpu_cycles kfunc
 2024-11-07 21:12 UTC  (4+ 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

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

[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
 2024-11-07 20:48 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 "

Fix build ID parsing logic in stable trees
 2024-11-07 20:04 UTC  (6+ messages)

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

[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
 2024-11-07 19:05 UTC  (19+ 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 net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-07 16:10 UTC  (20+ 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 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] selftests/bpf: skip the timer_lockup test for single-CPU nodes
 2024-11-07 11:52 UTC 

[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

[PATCH 0/2] Check the types of iter arguments
 2024-11-07  1:14 UTC  (4+ 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

[PATCH bpf-next v3 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-11-07  1:09 UTC  (15+ messages)
` [PATCH bpf-next v3 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v3 2/4] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v3 3/4] bpf/crib: Add struct file related CRIB kfuncs
` [PATCH bpf-next v3 4/4] selftests/bpf: Add tests for "

[PATCH v2 bpf-next 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
 2024-11-07  0:30 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH v2 bpf-next 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH v2 bpf-next 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH v2 bpf-next 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH v2 bpf-next 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH v2 bpf-next 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH v2 bpf-next 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH v2 bpf-next 8/8] bpf, sockmap: Fix sk_msg_reset_curr

[PATCH bpf-next v3 0/3] Handle possible NULL trusted raw_tp arguments
 2024-11-06 22:58 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

[PATCH bpf-next 1/2] selftests/bpf: remove test_skb_cgroup_id.sh from TEST_PROGS
 2024-11-06 22:06 UTC  (4+ messages)

[PATCH 1/2] bpf: Introduce cpu affinity for sockmap
 2024-11-06 21:43 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-11-06 21:05 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v2 3/4] bpf/crib: Add struct file related CRIB kfuncs

[PATCH bpf-next v3 0/3] selftests/bpf: Improve building with extra
 2024-11-06 20:40 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Allow building with extra flags

[PATCH bpf-next v1 0/2] Handle possible NULL trusted raw_tp arguments
 2024-11-06 20:17 UTC  (9+ messages)
` [PATCH bpf-next v1 1/2] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

[PATCHv2 net-next] net: sfc: use ethtool string helpers
 2024-11-06 20:14 UTC  (2+ messages)

[PATCH] bpf: smp_wmb before bpf_ringbuf really commit
 2024-11-06 20:02 UTC  (5+ messages)

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-11-06 19:45 UTC  (5+ messages)

[PATCH v2 bpf-next 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
 2024-11-06 19:31 UTC  (2+ messages)

[PATCH v3 bpf] bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
 2024-11-06 19:20 UTC  (3+ messages)

[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
 2024-11-06 16:27 UTC  (3+ messages)

The state of uprobes work and logistics
 2024-11-06 16:15 UTC  (6+ messages)

[PATCH bpf-next v9 00/10] bpf: Support private stack for bpf progs
 2024-11-06 15:44 UTC  (12+ messages)
` [PATCH bpf-next v9 04/10] bpf: Check potential private stack recursion for progs with async callback

[PATCH bpf-next v3 0/2] Zero overhead PROBE_MEM
 2024-11-06 15:21 UTC  (5+ messages)
` [PATCH bpf-next v3 2/2] bpf, x86: Skip bounds checking for PROBE_MEM with SMAP

[PATCH 5/8] doc: Remove kernel-parameters.txt entry for rcutorture.read_exit
 2024-11-06 14:59 UTC 

[PATCH v4 net-next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-11-06 13:22 UTC  (3+ messages)
` [PATCH v4 net-next 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
  ` [Intel-wired-lan] "

[PATCH RESEND net-next v4 0/9] net: ip: add drop reasons to input route
 2024-11-06 11:59 UTC  (10+ messages)
` [PATCH RESEND net-next v4 6/9] net: ip: make ip_route_input_noref() return drop reasons
` [PATCH RESEND net-next v4 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH RESEND net-next v4 9/9] net: ip: make ip_route_use_hint() "

[PATCH bpf-next 0/3] Fix lockdep warning for htab of map
 2024-11-06 10:05 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: Call free_htab_elem() after htab_unlock_bucket()
` [PATCH bpf-next 3/3] selftests/bpf: Test the update operations for htab of maps

[PATCH bpf v2 0/2] bpf: enhance validation of pointer formatting
 2024-11-06  8:42 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: fix %p% runtime check in bpf_bprintf_prepare

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

[syzbot] [bpf?] possible deadlock in work_grab_pending (2)
 2024-11-06  7:14 UTC 


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