bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-18 04:49:33 to 2024-05-22 01:00:10 UTC [more...]

[PATCH v5 00/68] Define _GNU_SOURCE for sources using
 2024-05-22  0:56 UTC  (14+ messages)
` [PATCH v5 01/68] selftests: Compile with -D_GNU_SOURCE when including lib.mk
` [PATCH v5 02/68] kselftest: Desecalate reporting of missing _GNU_SOURCE
` [PATCH v5 03/68] selftests/arm64: Drop define _GNU_SOURCE
` [PATCH v5 04/68] selftests/arm64: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 05/68] selftests/bpf: Drop define _GNU_SOURCE
` [PATCH v5 06/68] selftests/breakpoints: "
` [PATCH v5 07/68] selftests/cachestat: "
` [PATCH v5 08/68] selftests/capabilities: "
` [PATCH v5 09/68] selftests/cgroup: "
` [PATCH v5 10/68] selftests/clone3: "
` [PATCH v5 11/68] selftests/core: "
` [PATCH v5 12/68] selftests/damon: "
` [PATCH v5 13/68] selftests/drivers: "

[PATCH bpf-next v3 0/7] Notify user space when a struct_ops object is detached/unregistered
 2024-05-22  0:31 UTC  (11+ messages)
` [PATCH bpf-next v3 2/7] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v3 3/7] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v3 6/7] selftests/bpf: detach a struct_ops link from the subsystem managing it

[PATCH] bpf, sockmap: defer sk_psock_free_link() using RCU
 2024-05-21 22:59 UTC  (3+ messages)

[PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
 2024-05-21 22:59 UTC  (19+ messages)
` [PATCH v4 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v4 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
` [PATCH v4 bpf-next 07/11] libbpf: split BTF relocation
` [PATCH v4 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel

[PATCH bpf-next v4 0/7] Notify user space when a struct_ops object is detached/unregistered
 2024-05-21 22:51 UTC  (8+ messages)
` [PATCH bpf-next v4 1/7] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops
` [PATCH bpf-next v4 2/7] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v4 3/7] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v4 4/7] bpf: export bpf_link_inc_not_zero
` [PATCH bpf-next v4 5/7] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v4 6/7] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v4 7/7] selftests/bpf: make sure bpf_testmod handling racing link destroying well

BPF timers in hard irq context?
 2024-05-21 21:59 UTC 

[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-21 20:57 UTC  (18+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv6 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv6 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv6 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv6 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv6 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv6 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv6 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv6 9/9] man2: Add uretprobe syscall page

[syzbot] [net?] [bpf?] possible deadlock in sock_hash_delete_elem (2)
 2024-05-21 20:55 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] bpf: make trusted args nullable
 2024-05-21 19:49 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: verifier: make kfuncs args nullalble
` [PATCH bpf-next v2 2/4] bpf: crypto: make state and IV dynptr nullable
` [PATCH bpf-next v2 3/4] selftests: bpf: crypto: use NULL instead of 0-sized dynptr
` [PATCH bpf-next v2 4/4] selftests: bpf: crypto: adjust bench to use nullable IV

[syzbot] [wireless?] INFO: rcu detected stall in sys_sendto (7)
 2024-05-21 18:44 UTC 

[PATCH bpf-next v6 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-21 18:31 UTC  (13+ messages)
` [PATCH bpf-next v6 1/9] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next v6 2/9] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next v6 3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var()
` [PATCH bpf-next v6 4/9] bpf: create repeated fields for arrays
` [PATCH bpf-next v6 5/9] bpf: look into the types of the fields of a struct type recursively
` [PATCH bpf-next v6 6/9] bpf: limit the number of levels of a nested struct type
` [PATCH bpf-next v6 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields
` [PATCH bpf-next v6 8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types
` [PATCH bpf-next v6 9/9] selftests/bpf: Test global bpf_list_head arrays

[RFC v4 00/13] First try to replace page_frag with page_frag_cache
 2024-05-21 18:31 UTC  (3+ messages)
` [RFC v4 11/13] net: "

[PATCH bpf-next] selftests/bpf: Fix prog numbers in test_sockmap
 2024-05-21 18:20 UTC  (2+ messages)

[PATCH bpf] MAINTAINERS: Add myself as reviewer of ARM64 BPF JIT
 2024-05-21 18:10 UTC  (2+ messages)

[RFC PATCH v8 00/20] bpf qdisc
 2024-05-21 17:57 UTC  (5+ messages)
` [RFC PATCH v8 17/20] selftests: Add a basic fifo qdisc test

[PATCH bpf-next v2] bpf: Remove unused variable "prev_state"
 2024-05-21 17:50 UTC  (2+ messages)

[PATCH] bpftool: un-const bpf_func_info to fix it for llvm 17 and newer
 2024-05-21 17:40 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] use network helpers, part 5
 2024-05-21 17:02 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v2 2/4] selftests/bpf: Use start_server_addr in bpf_tcp_ca

[linux-next:master] BUILD REGRESSION 124cfbcd6d185d4f50be02d5f5afe61578916773
 2024-05-21 16:43 UTC  (2+ messages)

[PATCH] riscv, bpf: Introduce shift add helper with Zba optimization
 2024-05-21 16:39 UTC  (2+ messages)

[PATCH] riscv, bpf: try RVC for reg move within BPF_CMPXCHG JIT
 2024-05-21 16:35 UTC  (2+ messages)

[PATCH v2 bpf 0/5] Fix BPF multi-uprobe PID filtering logic
 2024-05-21 16:34 UTC  (6+ messages)
` [PATCH v2 bpf 1/5] bpf: fix "
` [PATCH v2 bpf 2/5] bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
` [PATCH v2 bpf 3/5] libbpf: detect broken PID filtering logic for multi-uprobe
` [PATCH v2 bpf 4/5] selftests/bpf: extend multi-uprobe tests with child thread case
` [PATCH v2 bpf 5/5] selftests/bpf: extend multi-uprobe tests with USDTs

[PATCH bpf 0/5] Fix BPF multi-uprobe PID filtering logic
 2024-05-21 16:13 UTC  (14+ messages)
` [PATCH bpf 1/5] bpf: fix "
` [PATCH bpf 2/5] bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
` [PATCH bpf 3/5] libbpf: detect broken PID filtering logic for multi-uprobe
` [PATCH bpf 4/5] selftests/bpf: extend multi-uprobe tests with child thread case
` [PATCH bpf 5/5] selftests/bpf: extend multi-uprobe tests with USDTs

[PATCH] uprobes: prevent mutex_lock() under rcu_read_lock()
 2024-05-21 14:31 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-21 13:21 UTC  (12+ messages)
` [PATCH bpf-next v2 1/4] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH bpf-next v2 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
` [PATCH bpf-next v2 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
` [PATCH bpf-next v2 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-05-21 12:35 UTC  (12+ messages)
                    ` On the NACKs on P4TC patches

[PATCH 6.6.y] bpf: Add missing BPF_LINK_TYPE invocations
 2024-05-21 10:18 UTC 

[PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
 2024-05-21 10:11 UTC  (13+ messages)

[PATCH] bpf: constify member bpf_sysctl_kern::table
 2024-05-21  6:02 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
 2024-05-21  2:20 UTC  (4+ messages)
` [Bpf] "
  ` [Bpf] "

[PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-05-21  1:52 UTC  (9+ messages)
          ` [PATCH net-next 14/15 v2] "

[PATCH v2 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-21  1:04 UTC  (4+ messages)
` [PATCH v2 1/3] perf bpf filter: Give terms their own enum
` [PATCH v2 2/3] perf bpf filter: Add uid and gid terms
` [PATCH v2 3/3] perf top: Allow filters on events

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-21  0:19 UTC  (8+ messages)

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-20 23:56 UTC  (8+ messages)
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe

[PATCH bpf-next v3 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
 2024-05-20 23:52 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs

[PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
 2024-05-20 23:43 UTC  (5+ messages)
  ` [Bpf] "

[PATCH net] sock_map: avoid race between sock_map_close and sk_psock_put
 2024-05-20 21:41 UTC 

bpftool does not print full names with LLVM 17 and newer
 2024-05-20 21:31 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] SLUB: what's next?
 2024-05-20 20:52 UTC  (2+ messages)

[PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-20 20:27 UTC  (5+ messages)
` [PATCH v1 1/3] perf bpf filter: Give terms their own enum

[PATCH bpf-next] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
 2024-05-20 20:08 UTC  (3+ messages)
  ` [Bpf] "

[linux-next:master] BUILD REGRESSION 632483ea8004edfadd035de36e1ab2c7c4f53158
 2024-05-20 16:25 UTC 

[PATCH v4 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-05-20 15:59 UTC  (2+ messages)

[PATCH bpf-next v5 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-20 15:55 UTC  (13+ messages)
` [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields

[PATCH v2 bpf-next 0/3] Fix and improvement for bpf_sysctl_set_new_value
 2024-05-20 14:59 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] net: Fix "
` [PATCH v2 bpf-next 2/3] net: Improvement "
` [PATCH v2 bpf-next 3/3] net: new cgrp_sysctl test suite

[syzbot] [bpf?] possible deadlock in get_page_from_freelist
 2024-05-20 11:44 UTC  (6+ messages)

[ANN] bpf development stats for 6.10
 2024-05-20  3:04 UTC 

[syzbot] [bpf?] [net?] KMSAN: uninit-value in dev_map_hash_lookup_elem
 2024-05-18 21:05 UTC 

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-18 18:57 UTC  (4+ messages)
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice

[PATCH bpf-next 0/3] Fix and improvement for bpf_sysctl_set_new_value
 2024-05-18 18:05 UTC  (3+ messages)
` [PATCH bpf-next 3/3] net: new cgrp_sysctl test suite

[PATCH 0/2] selftests: harness: refactor __constructor_order
 2024-05-18 17:18 UTC  (5+ messages)
` [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()

[PATCH bpf-next v2 0/3] Use bpf_prog_pack for RV64 bpf trampoline
 2024-05-18  9:29 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use precise image size for struct_ops trampoline
` [PATCH bpf-next v2 2/3] riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
` [PATCH bpf-next v2 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline

[PATCH v12 0/5] Reduce overhead of LSMs with static calls
 2024-05-18  6:01 UTC  (2+ messages)

bpf_map_update_elem returns -ENOMEM
 2024-05-18  4:32 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).