BPF List
 help / color / mirror / Atom feed
 messages from 2023-12-08 13:16:30 to 2023-12-11 08:12:14 UTC [more...]

WARNING: kmalloc bug in bpf_uprobe_multi_link_attach
 2023-12-11  8:12 UTC 

[PATCH v5 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
 2023-12-11  7:36 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/6] tcp: Move tcp_ns_to_ts() to tcp.h
` [PATCH v5 bpf-next 2/6] tcp: Move skb_steal_sock() to request_sock.h
` [PATCH v5 bpf-next 3/6] bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock()
` [PATCH v5 bpf-next 4/6] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v5 bpf-next 5/6] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v5 bpf-next 6/6] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH bpf-next v2 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-12-11  7:38 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH bpf-next v2 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()

[PATCH bpf-next] bpf: make the verifier trace the "not qeual" for regs
 2023-12-11  5:09 UTC  (2+ messages)

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-12-11  5:04 UTC  (18+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

[PATCH v3 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-11  4:55 UTC  (5+ messages)
` [PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v3 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v3 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v3 4/4] selftest/bpf: Test a perf bpf program that suppresses "

[net-next v1 00/16] Device Memory TCP
 2023-12-11  4:04 UTC  (33+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 06/16] netdev: support binding dma-buf to netdevice
` [net-next v1 07/16] netdev: netdevice devmem allocator
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
` [net-next v1 13/16] tcp: RX path for devmem TCP

[PATCH bpf-next 0/7] BPF Static Keys
 2023-12-11  3:33 UTC  (15+ messages)
` [PATCH bpf-next 6/7] libbpf: BPF Static Keys support

[PATCH bpf-next 0/7] bpf: Fixes for maybe_wait_bpf_programs()
 2023-12-11  3:03 UTC  (13+ messages)
` [PATCH bpf-next 6/7] bpf: Only call maybe_wait_bpf_programs() when at least one map operation succeeds
` [PATCH bpf-next 7/7] bpf: Wait for sleepable BPF program in maybe_wait_bpf_programs()

[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
 2023-12-11  1:23 UTC  (13+ messages)

[PATCH RESEND bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-12-11  1:08 UTC  (7+ messages)
` [PATCH RESEND bpf-next 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH RESEND bpf-next 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()

[PATCH bpf-next] bpf: Simplify checking size of helper accesses
 2023-12-10 22:55 UTC 

[PATCH bpf-next] bpf: Comment on check_mem_size_reg
 2023-12-10 22:51 UTC 

IETF 118 BPF WG summary
 2023-12-10 21:13 UTC  (7+ messages)
` BPF ISA conformance groups
  ` [Bpf] "

[syzbot] [bpf?] WARNING in __mark_chain_precision (3)
 2023-12-10 17:31 UTC  (3+ messages)

[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
 2023-12-10 15:31 UTC  (7+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object

[PATCH bpf-next 0/2] Add new bpf_cpumask_weight() kfunc
 2023-12-10  5:40 UTC  (2+ messages)

[PATCH RESEND bpf-next v1] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
 2023-12-10  5:30 UTC  (2+ messages)

[bug report] until recently, code for bpf_loop callbacks using stack for ctx was mangled by verifier
 2023-12-10  3:45 UTC  (3+ messages)

bpf selftest iters/iter_arr_with_actual_elem_count failure with latest llvm cpu=v4
 2023-12-10  3:43 UTC 

[PATCH bpf-next 1/2] bpf: handle fake register spill to stack with BPF_ST_MEM instruction
 2023-12-10  3:20 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: validate fake register spill/fill precision backtracking logic

[PATCH v4 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-12-10  2:54 UTC  (4+ messages)
` [PATCH v4 3/5] mm, security: Add lsm hook for memory policy adjustment

[PATCH v3 net-next 0/2] add multi-buff support for xdp running in generic mode
 2023-12-09 19:23 UTC  (10+ messages)
` [PATCH v3 net-next 2/2] xdp: "

[RFC PATCH v3] LSM: Officially support appending LSM hooks after boot
 2023-12-09  8:28 UTC 

[PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
 2023-12-09  4:51 UTC  (25+ messages)

[PATCH v4 bpf-next 3/3] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
 2023-12-09  1:27 UTC  (3+ messages)

[PATCH] tools/lib/bpf: add pr_warn() to more -EINVAL cases
 2023-12-09  1:20 UTC  (4+ messages)
` [PATCH v2] libbpf: add pr_warn() for EINVAL cases in linker_sanity_check_elf

[PATCH bpf-next 0/3] bpf: Expand bpf_cgrp_storage to support cgroup1 non-attach case
 2023-12-09  1:12 UTC  (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: Add selftests for cgroup1 local storage

[PATCH bpf-next] selftests/bpf: fix timer/test_bad_ret subtest on test_progs-cpuv4 flavor
 2023-12-09  1:00 UTC  (2+ messages)

[PATCH bpf-next v12 00/14] Registrating struct_ops types from modules
 2023-12-09  0:28 UTC  (2+ messages)

[PATCH bpf-next v13 00/14] Registrating struct_ops types from modules
 2023-12-09  0:27 UTC  (15+ messages)
` [PATCH bpf-next v13 01/14] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v13 02/14] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v13 03/14] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v13 04/14] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v13 05/14] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v13 06/14] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v13 07/14] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v13 08/14] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v13 09/14] bpf: validate value_type
` [PATCH bpf-next v13 10/14] bpf, net: switch to dynamic registration
` [PATCH bpf-next v13 11/14] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v13 12/14] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v13 13/14] selftests/bpf: test case for register_bpf_struct_ops()
` [PATCH bpf-next v13 14/14] bpf: pass btf object id in bpf_map_info

[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-09  0:07 UTC  (8+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c
    ` [devel-ipsec] "
` [PATCH bpf-next v4 02/10] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc

[PATCH v8 0/5] Reduce overhead of LSMs with static calls
 2023-12-08 23:27 UTC  (15+ messages)
` [PATCH v8 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[PATCH bpf v5 0/3] bpf: fix accesses to uninit stack slots
 2023-12-08 23:10 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] bpf: add some comments to stack representation
` [PATCH bpf-next v5 3/3] bpf: minor cleanup around stack bounds

[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-12-08 22:39 UTC  (4+ messages)
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object

Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
 2023-12-08 22:32 UTC  (3+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2023-12-08 21:01 UTC  (2+ messages)

[PATCH bpf-next 0/1] use preserve_static_offset in bpf uapi headers
 2023-12-08 20:54 UTC  (15+ messages)
` [PATCH bpf-next 1/1] bpf: Mark virtual BPF context structures as preserve_static_offset

[PATCH net-next v9 00/15] Introducing P4TC
 2023-12-08 20:07 UTC  (5+ messages)
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs

[PATCH bpf-next v7 0/4] Relax tracing prog recursive attach rules
 2023-12-08 18:55 UTC  (5+ messages)
` [PATCH bpf-next v7 1/4] bpf: "
` [PATCH bpf-next v7 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v7 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v7 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach

[PATCH bpf-next v4] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-08 18:26 UTC  (9+ messages)

[PATCH bpf-next v5] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-08 18:16 UTC  (2+ messages)

[PATCH bpf 2/3] net: fix usage of multi-buffer BPF helper for ZC AF_XDP
 2023-12-08 17:53 UTC  (4+ messages)

[PATCH] bpf: add __printf() to for printf fmt strings
 2023-12-08 17:26 UTC  (3+ messages)

[PATCH bpf-next] bpf: Load vmlinux btf for any struct_ops map
 2023-12-08 17:40 UTC  (2+ messages)

[PATCH v2 0/3] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-08 17:09 UTC  (8+ messages)
` [PATCH v2 3/3] selftest/bpf: Test a perf bpf program that suppresses side effects

[PATCH bpf-next] bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list
 2023-12-08 15:32 UTC 

[syzbot] Monthly bpf report (Dec 2023)
 2023-12-08 13:16 UTC 


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