BPF List
 help / color / mirror / Atom feed
 messages from 2023-10-28 09:52:28 to 2023-10-31 18:44:54 UTC [more...]

[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-10-31 18:44 UTC  (13+ messages)
` [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-10-31 18:41 UTC  (50+ messages)
` [PATCH v5 bpf-next 03/23] bpf: derive smin/smax from umin/max bounds
` [PATCH v5 bpf-next 04/23] bpf: derive smin32/smax32 from umin32/umax32 bounds
` [PATCH v5 bpf-next 05/23] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
` [PATCH v5 bpf-next 06/23] bpf: add special smin32/smax32 derivation from 64-bit bounds
` [PATCH v5 bpf-next 07/23] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v5 bpf-next 09/23] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v5 bpf-next 11/23] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v5 bpf-next 12/23] bpf: generalize is_branch_taken() to work with two registers
` [PATCH v5 bpf-next 14/23] bpf: generalize is_branch_taken to handle all conditional jumps in one place
` [PATCH v5 bpf-next 15/23] bpf: unify 32-bit and 64-bit is_branch_taken logic
` [PATCH v5 bpf-next 17/23] bpf: generalize reg_set_min_max() to handle two sets of two registers
` [PATCH v5 bpf-next 19/23] bpf: generalize is_scalar_branch_taken() logic
` [PATCH v5 bpf-next 20/23] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic

BTF_TYPE_ID_LOCAL off by one?
 2023-10-31 18:38 UTC  (2+ messages)

bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
 2023-10-31 18:24 UTC  (4+ messages)

[PATCH v1 bpf-next] bpf: Add __bpf_kfunc_{start,end}_defs macros
 2023-10-31 18:23 UTC  (6+ messages)

[PATCH bpf-next v2] net, xdp: allow metadata > 32
 2023-10-31 17:57 UTC 

[PATCH bpf-next v8 00/10] Registrating struct_ops types from modules
 2023-10-31 17:46 UTC  (20+ messages)
` [PATCH bpf-next v8 01/10] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v8 02/10] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v8 03/10] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v8 04/10] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v8 05/10] bpf: validate value_type
` [PATCH bpf-next v8 06/10] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v8 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v8 08/10] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v8 09/10] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v8 10/10] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-31 17:32 UTC  (7+ messages)
` [PATCH bpf-next v6 11/18] ice: put XDP meta sources assignment under a static key condition

[PATCH bpf-next] bpf: fix compilation error without CGROUPS
 2023-10-31 17:05 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-10-31 15:58 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests: bpf: crypto skcipher algo selftests

[syzbot] [perf?] general protection fault in inherit_task_group
 2023-10-31 12:16 UTC  (2+ messages)

[PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
 2023-10-31 11:37 UTC  (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter

[net PATCH] octeontx2-pf: Free pending and dropped SQEs
 2023-10-31 11:23 UTC 

[PATCH bpf-next] net, xdp: allow metadata > 32
 2023-10-31  9:39 UTC  (3+ messages)

[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
 2023-10-31  8:01 UTC  (2+ messages)

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2023-10-31  7:57 UTC  (4+ messages)
` CVE-2023-39191 - Dynptr fixes - reg

[PATCH bpf-next] selftests/bpf: fix test_bpffs
 2023-10-31  6:29 UTC  (2+ messages)

[RFC bpf-next 0/6] Add bpf_xdp_get_xfrm_state() kfunc
 2023-10-31  6:25 UTC  (9+ messages)
` [RFC bpf-next 1/6] bpf: xfrm: "
` [RFC bpf-next 5/6] bpf: selftests: test_tunnel: Disable CO-RE relocations

[PATCH bpf-next 0/6] bpf: Add seccomp program type
 2023-10-31  1:24 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: Introduce BPF_PROG_TYPE_SECCOMP
` [PATCH bpf-next 2/6] bpf: Add test_run support for seccomp program type
` [PATCH bpf-next 3/6] seccomp: Refactor filter copy/create for reuse
` [PATCH bpf-next 4/6] seccomp: Support attaching BPF_PROG_TYPE_SECCOMP progs
` [PATCH bpf-next 5/6] selftests/bpf: Add seccomp verifier tests
` [PATCH bpf-next 6/6] selftests/bpf: Test BPF_PROG_TYPE_SECCOMP

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-10-31  5:22 UTC  (9+ messages)
` [PATCH bpf-next 1/7] bpf: use common jump (instruction) history across all states
` [PATCH bpf-next 2/7] bpf: support non-r10 register spill/fill to/from stack in precision tracking
` [PATCH bpf-next 3/7] bpf: enforce precision for r0 on callback return
` [PATCH bpf-next 4/7] bpf: fix check for attempt to corrupt spilled pointer
` [PATCH bpf-next 5/7] bpf: preserve STACK_ZERO slots on partial reg spills
` [PATCH bpf-next 6/7] bpf: preserve constant zero when doing partial register restore
` [PATCH bpf-next 7/7] bpf: track aligned STACK_ZERO cases as imprecise spilled registers

[RFC bpf 0/2] bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
 2023-10-31  5:22 UTC  (7+ messages)
` [RFC bpf 1/2] "
` [RFC bpf 2/2] selftests/bpf: precision tracking test "

[PATCH bpf-next v4 0/3] Relax allowlist for open-coded css_task iter
 2023-10-31  5:04 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf: Relax allowlist for "
` [PATCH bpf-next v4 2/3] selftests/bpf: Add tests for css_task iter combining with cgroup iter
` [PATCH bpf-next v4 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs

[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-31  4:22 UTC  (17+ messages)
` [PATCH v3 bpf-next 01/11] cgroup: Remove unnecessary list_empty()
` [PATCH v3 bpf-next 02/11] cgroup: Make operations on the cgroup root_list RCU safe
` [PATCH v3 bpf-next 03/11] cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
` [PATCH v3 bpf-next 04/11] cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root()
` [PATCH v3 bpf-next 05/11] cgroup: Add a new helper for cgroup1 hierarchy
` [PATCH v3 bpf-next 06/11] bpf: Add a new kfunc "
` [PATCH v3 bpf-next 07/11] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH v3 bpf-next 08/11] selftests/bpf: Add parallel support for classid
` [PATCH v3 bpf-next 09/11] selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
` [PATCH v3 bpf-next 10/11] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
` [PATCH v3 bpf-next 11/11] selftests/bpf: Add selftests for cgroup1 hierarchy

bpf selftest pyperf180.c compilation failure with latest last llvm18 (in development)
 2023-10-31  3:58 UTC 

[PATCH bpf-next v3 0/3] Relax allowlist for open-coded css_task iter
 2023-10-31  2:41 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpf: Relax allowlist for "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add tests for css_task iter combining with cgroup iter
` [PATCH bpf-next v3 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs

[PATCH v1 bpf-next 0/6] Allow bpf_refcount_acquire of mapval
 2023-10-31  2:38 UTC  (4+ messages)
` [PATCH v1 bpf-next 5/6] bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref

[PATCH net] veth: Fix RX stats for bpf_redirect_peer() traffic
 2023-10-30 21:51 UTC  (6+ messages)

[PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-10-30 21:17 UTC  (6+ messages)
` [PATCH bpf-next 3/6] "
` [PATCH bpf-next 6/6] bpftool: Add support to display uprobe_multi links

[PATCH v1 bpf-next 0/4] Descend into struct, array types when searching for fields
 2023-10-30 21:10 UTC  (12+ messages)
` [PATCH v1 bpf-next 1/4] bpf: Fix btf_get_field_type to fail for multiple bpf_refcount fields
` [PATCH v1 bpf-next 2/4] bpf: Refactor btf_find_field with btf_field_info_search
` [PATCH v1 bpf-next 3/4] btf: Descend into structs and arrays during special field search
` [PATCH v1 bpf-next 4/4] selftests/bpf: Add tests exercising aggregate type BTF "

[linux-next:master] BUILD REGRESSION c503e3eec382ac708ee7adf874add37b77c5d312
 2023-10-30 20:35 UTC 

[PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-30 19:39 UTC  (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add malloc failure checks "

[PATCH v7 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-30 18:56 UTC  (4+ messages)
` [PATCH v7 1/5] powerpc/code-patching: introduce patch_instructions()

bpf: incorrect passing infinate loop causing rcu detected stall during bpf_prog_run()
 2023-10-30 18:16 UTC  (4+ messages)

BPF: bpf_d_path() can be invoked on "struct path" not holding proper references, resulting in kernel memory corruption
 2023-10-30 17:11 UTC  (2+ messages)

Hitting verifier backtracking bug on 6.5.5 kernel
 2023-10-30 14:44 UTC  (9+ messages)

kfunc use newbie question
 2023-10-30 13:45 UTC  (5+ messages)

[PATCH bpf-next v7 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-30  9:12 UTC  (7+ messages)
` [PATCH bpf-next v7 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v7 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENT flag
` [PATCH bpf-next v7 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v7 7/7] selftests/bpf: add tests for verdict skmsg to closed socket

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-30  7:00 UTC  (6+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH bpf-next v3] bpf: Check map->usercnt after timer->timer is assigned
 2023-10-30  6:36 UTC 

[RESEND PATCH bpf-next v6 0/8] Add Open-coded task, css_task and css iters
 2023-10-30  2:32 UTC  (4+ messages)
` [RESEND PATCH bpf-next v6 2/8] bpf: Introduce css_task open-coded iterator kfuncs

[PATCH] tracing/kprobes: Fix symbol counting logic by looking at modules as well
 2023-10-29 17:09 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix test_maps' use of bpf_map_create_opts
 2023-10-29 16:37 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-10-29  9:32 UTC  (2+ messages)

[PATCH bpf-next v6 00/10] Registrating struct_ops types from modules
 2023-10-29  2:34 UTC  (4+ messages)
` [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops()

size_t :0 doesn't always work with llvm-16
 2023-10-29  1:42 UTC  (3+ messages)

[PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
 2023-10-28 16:50 UTC  (4+ messages)

[PATCH net-next v3 0/3] ethtool: Add ethtool_puts()
 2023-10-28 15:06 UTC  (5+ messages)
` [PATCH net-next v3 1/3] ethtool: Implement ethtool_puts()

[PATCH bpf-next v6 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-28  9:59 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