BPF List
 help / color / mirror / Atom feed
 messages from 2025-01-16 21:55:17 to 2025-01-21 01:29:46 UTC [more...]

[RFC PATCH net-next v6 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-01-21  1:28 UTC  (7+ messages)
` [RFC PATCH net-next v6 01/13] net-timestamp: add support for bpf_setsockopt()
` [RFC PATCH net-next v6 02/13] net-timestamp: prepare for timestamping callbacks use
` [RFC PATCH net-next v6 03/13] bpf: stop UDP sock accessing TCP fields in bpf callbacks
` [RFC PATCH net-next v6 04/13] bpf: stop UDP sock accessing TCP fields in sock_op BPF CALLs
` [RFC PATCH net-next v6 05/13] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [RFC PATCH net-next v6 06/13] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension

[PATCH bpf] bpf: trace: send signals asynchronously if !preemptible
 2025-01-21  1:26 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] Free htab element out of bucket lock
 2025-01-21  1:15 UTC  (13+ messages)
` [PATCH bpf-next v3 1/5] bpf: Free special fields after unlock in htab_lru_map_delete_node()
` [PATCH bpf-next v3 2/5] bpf: Bail out early in __htab_map_lookup_and_delete_elem()
` [PATCH bpf-next v3 3/5] bpf: Free element after unlock "
` [PATCH bpf-next v3 4/5] bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
` [PATCH bpf-next v3 5/5] selftests/bpf: Add test case for the freeing of bpf_timer

[PATCH bpf] samples/bpf: fix broken vmlinux path for VMLINUX_BTF
 2025-01-21  0:42 UTC  (4+ messages)

[GIT PULL] BPF changes for v6.14
 2025-01-21  0:37 UTC 

[PATCH net-next v2 0/3] net: ethernet: ti: am65-cpsw: streamline RX/TX queue creation and cleanup
 2025-01-20 23:10 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error path
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanup
` [PATCH net-next v2 3/3] net: ethernet: ti: am65-cpsw: streamline TX "

[RFC PATCH bpf-next 0/7] bpf: BPF internal fine-grained permission management (BPF internal capabilities)
 2025-01-20 21:49 UTC  (9+ messages)
` [RFC PATCH bpf-next 2/7] bpf: Add enum bpf_capability
` [RFC PATCH bpf-next 6/7] sched_ext: Make SCX use BPF capabilities

[PATCH v1] samples/bpf: Add a trace tool with perf PMU counters
 2025-01-20 21:37 UTC  (6+ messages)

[PATCH] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-20 21:34 UTC  (21+ messages)

[PATCH bpf-next v2 0/3] bpf: Allow 'may_goto 0' instruction
 2025-01-20 17:49 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: Allow 'may_goto 0' instruction in verifier
` [PATCH bpf-next v2 2/3] bpf: Remove 'may_goto 0' instruction in opt_remove_nops()
` [PATCH bpf-next v2 3/3] selftests/bpf: Add some tests related to 'may_goto 0' insns

[LSF/MM/BPF TOPIC] time to reconsider tracepoints in the vfs?
 2025-01-20 17:15 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-20 16:09 UTC  (23+ messages)
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH bpf v7 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-20 10:13 UTC  (11+ messages)
` [PATCH bpf v7 1/5] strparser: add read_sock callback
` [PATCH bpf v7 2/5] bpf: fix wrong copied_seq calculation
` [PATCH bpf v7 3/5] bpf: disable non stream socket for strparser

[PATCH bpf-next v6 0/4] xsk: TX metadata Launch Time support
 2025-01-20 10:08 UTC  (6+ messages)
` [PATCH bpf-next v6 4/4] igc: Add launch time support to XDP ZC

[syzbot] Monthly bpf report (Jan 2025)
 2025-01-20  8:14 UTC 

[syzbot] [bpf?] possible deadlock in bpf_map_mmap
 2025-01-20  4:06 UTC 

[PATCH net-next v2 0/4] virtio_net: Link queues to NAPIs
 2025-01-20  1:58 UTC  (4+ messages)
` [PATCH net-next v2 3/4] virtio_net: Map NAPIs to queues

[PATCH net-next v5 00/15] net-timestamp: bpf extension to equip applications transparently
 2025-01-19 13:38 UTC  (23+ messages)
` [PATCH net-next v5 03/15] bpf: introduce timestamp_used to allow UDP socket fetched in bpf prog
` [PATCH net-next v5 05/15] net-timestamp: add strict check in some BPF calls
` [PATCH net-next v5 08/15] net-timestamp: support sw SCM_TSTAMP_SND for bpf extension

[PATCH bpf-next v2 0/2] Arena Queued Spin Lock
 2025-01-18 17:43 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Introduce qspinlock for BPF arena
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for qspinlock in "

[net-next PATCH v4 3/6] octeontx2-pf: AF_XDP zero copy receive support
 2025-01-18  9:43 UTC  (2+ messages)

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-18  8:04 UTC  (8+ messages)

[PATCH bpf] bpf: use attach_btf instead of vmlinux in bpf_sk_storage_tracing_allowed
 2025-01-18  0:37 UTC  (4+ messages)

[PATCH bpf-next v6 0/5] net/smc: Introduce smc_ops
 2025-01-18  0:37 UTC  (7+ messages)
` [PATCH bpf-next v6 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v6 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v6 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH bpf-next v1 0/2] Arena Queued Spin Lock
 2025-01-17 22:37 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Introduce qspinlock for BPF arena
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for qspinlock in "

[PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
 2025-01-17 22:02 UTC  (12+ messages)

[PATCH bpf-next v5 0/7] bpf, mm: Introduce try_alloc_pages()
 2025-01-17 20:33 UTC  (7+ messages)
` [PATCH bpf-next v5 1/7] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v5 2/7] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v5 3/7] locking/local_lock: Introduce local_trylock_irqsave()

[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
 2025-01-17 18:26 UTC  (4+ messages)

Announcement: GCC BPF is now being tested on BPF CI
 2025-01-17 18:09 UTC  (13+ messages)

[PATCH bpf v2 1/4] selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test
 2025-01-17 17:59 UTC  (6+ messages)
` [PATCH bpf v2 4/4] selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDED

Crash when attaching uretprobes to processes running in Docker
 2025-01-17 17:53 UTC  (16+ messages)

[net-next PATCH v4 0/6] Add af_xdp support for cn10k
 2025-01-17 17:47 UTC  (3+ messages)
` [net-next PATCH v4 1/6] octeontx2-pf: Don't unmap page pool buffer

[PATCH bpf-next v5 4/7] memcg: Use trylock to access memcg stock_lock
 2025-01-17 17:36 UTC  (3+ messages)

[PATCH net 1/1] tools: Sync if_xdp.h uapi tooling header
 2025-01-17 15:08 UTC  (3+ messages)

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-01-17 14:59 UTC 

[PATCH bpf-next] libbpf: work around kernel inconsistently stripping '.llvm.' suffix
 2025-01-17 14:20 UTC  (3+ messages)

[PATCH net-next v3 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-17 12:58 UTC  (20+ messages)
` [PATCH net-next v3 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v3 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
` [PATCH net-next v3 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH net-next v3 4/8] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH net-next v3 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH net-next v3 6/8] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH net-next v3 7/8] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH net-next v3 8/8] xdp: remove xdp_alloc_skb_bulk()

[syzbot] [cgroups?] possible deadlock in console_lock_spinning_enable (5)
 2025-01-17 12:34 UTC 

[PATCH bpf-next 0/4] expose number of map entries to userspace
 2025-01-17 10:35 UTC  (9+ messages)

[PATCH bpf-next] bpf: Alloc bpf_async_cb by using bpf_global_ma under PREEMPT_RT
 2025-01-17  8:42 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] bpf: Introduce global percpu data
 2025-01-17  6:24 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/2] "

[PATCH bpf-next 0/3] bpf: Allow 'may_goto 0' instruction
 2025-01-17  3:43 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: Remove "

[PATCH bpf-next v7 0/5] Support eliding map lookup nullness
 2025-01-17  2:10 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Optimizing Skmsg Performance
 2025-01-17  1:09 UTC 

[PATCH net-next 0/4] net: ethernet: ti: am65-cpsw: streamline RX/TX queue creation and cleanup
 2025-01-17  0:49 UTC  (5+ messages)
` [PATCH net-next 2/4] net: ethernet: ti: am65-cpsw: streamline .probe() error handling

Crash when attaching uretprobes to processes running in Docker
 2025-01-17  0:48 UTC  (11+ messages)

[PATCH dwarves] btf_encoder: always initialize func_state to 0
 2025-01-17  0:14 UTC  (6+ messages)

[PATCH rcu 0/17] SRCU updates, including SRCU-fast
 2025-01-17  0:07 UTC  (9+ messages)
` [PATCH rcu 13/17] srcu: Add SRCU-fast readers

[PATCH bpf-next/net v2 0/7] bpf: Add mptcp_subflow bpf_iter support
 2025-01-17  0:06 UTC  (3+ messages)

[PATCH bpf-next v1] veristat: load struct_ops programs only once
 2025-01-16 23:40 UTC  (4+ messages)

[PATCH bpf v1] selftests/bpf: Fix undefined UINT_MAX in veristat.c
 2025-01-16 23:30 UTC  (2+ messages)

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2025-01-16 23:19 UTC  (11+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names

[RFC PATCH v2 0/2] libbpf: Add support for dynamic tracepoints
 2025-01-16 23:05 UTC  (4+ messages)


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