bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-31 19:53:49 to 2023-11-02 13:49:50 UTC [more...]

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

[PATCH bpf-next v3 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-02 13:44 UTC  (11+ messages)
` [PATCH bpf-next v3 2/2] selftests: bpf: crypto skcipher algo selftests

[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
 2023-11-02 13:40 UTC  (3+ messages)

[PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
 2023-11-02 12:47 UTC  (5+ messages)

[PATCH v2] tools/build: Add clang cross-compilation flags to feature detection
 2023-11-02 12:30 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Fix broken build where char is unsigned
 2023-11-02 11:14 UTC  (3+ messages)

[PATCH v7 0/5] Reduce overhead of LSMs with static calls
 2023-11-02 10:48 UTC  (13+ messages)
` [PATCH v7 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v7 2/5] security: Count the LSMs enabled at compile time
` [PATCH v7 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v7 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v7 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

bpf: incorrectly reject program with `back-edge insn from 7 to 8`
 2023-11-02 10:30 UTC  (3+ messages)

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

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-11-02  9:54 UTC  (6+ messages)
` [PATCH bpf-next 7/7] bpf: track aligned STACK_ZERO cases as imprecise spilled registers

[PATCH] tools/build: Add clang cross-compilation flags to feature detection
 2023-11-02  9:53 UTC  (3+ messages)

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

mainline build failure due to 9c66dc94b62a ("bpf: Introduce css_task open-coded iterator kfuncs")
 2023-11-02  9:13 UTC  (3+ messages)

[PATCH v6 0/5] Reduce overhead of LSMs with static calls
 2023-11-02  8:58 UTC  (5+ messages)
` [PATCH v6 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[QUESTION] ftrace_test_recursion_trylock behaviour
 2023-11-02  8:50 UTC  (3+ messages)

[PATCH v2 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-02  6:43 UTC  (4+ messages)
` [PATCH v2 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr

[PATCH bpf-next v4 0/3] Relax allowlist for open-coded css_task iter
 2023-11-02  6:10 UTC  (4+ messages)
` [PATCH bpf-next v4 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs

[PATCH bpf v1 0/2] bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
 2023-11-02  6:10 UTC  (4+ messages)
` [PATCH bpf v1 1/2] "
` [PATCH bpf v1 2/2] selftests/bpf: precision tracking test for BPF_NEG and BPF_END

[PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-02  6:09 UTC  (6+ messages)
` [PATCH v6 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v6 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest

[PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-11-02  6:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix test_maps' use of bpf_map_create_opts
 2023-11-02  6:00 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: Check map->usercnt after timer->timer is assigned
 2023-11-02  6:00 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] bpf: Add __bpf_kfunc_{start,end}_defs macros
 2023-11-02  6:00 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/2] bpf: Add __bpf_hook_{start,end} macros

[PATCH bpf-next v2] selftests/bpf: fix test_bpffs
 2023-11-02  6:00 UTC  (3+ messages)

[PATCH bpf v3 0/2] bpf: Fix incorrect immediate spill
 2023-11-02  6:00 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
` [PATCH bpf v3 2/2] selftests/bpf: Add test for immediate spilled to stack

[PATCHv2 bpf-next] bpf: fix compilation error without CGROUPS
 2023-11-02  6:00 UTC  (2+ messages)

[PATCH bpf-next v8 00/10] Registrating struct_ops types from modules
 2023-11-02  4:19 UTC  (20+ messages)
` [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 10/10] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH v1 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-02  4:03 UTC  (8+ messages)
` [PATCH v1 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
` [PATCH v1 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH v6 bpf-next 00/17] BPF register bounds logic and testing improvements
 2023-11-02  3:37 UTC  (18+ messages)
` [PATCH v6 bpf-next 01/17] selftests/bpf: fix RELEASE=1 build for tc_opts
` [PATCH v6 bpf-next 02/17] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH v6 bpf-next 03/17] bpf: derive smin/smax from umin/max bounds
` [PATCH v6 bpf-next 04/17] bpf: derive smin32/smax32 from umin32/umax32 bounds
` [PATCH v6 bpf-next 05/17] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
` [PATCH v6 bpf-next 06/17] bpf: add special smin32/smax32 derivation from 64-bit bounds
` [PATCH v6 bpf-next 07/17] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v6 bpf-next 08/17] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v6 bpf-next 09/17] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v6 bpf-next 10/17] selftests/bpf: BPF register range bounds tester
` [PATCH v6 bpf-next 11/17] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v6 bpf-next 12/17] bpf: generalize is_branch_taken() to work with two registers
` [PATCH v6 bpf-next 13/17] bpf: move is_branch_taken() down
` [PATCH v6 bpf-next 14/17] bpf: generalize is_branch_taken to handle all conditional jumps in one place
` [PATCH v6 bpf-next 15/17] bpf: unify 32-bit and 64-bit is_branch_taken logic
` [PATCH v6 bpf-next 16/17] bpf: prepare reg_set_min_max for second set of registers
` [PATCH v6 bpf-next 17/17] bpf: generalize reg_set_min_max() to handle two sets of two registers

bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
 2023-11-02  2:16 UTC  (8+ messages)

[RFCv2 bpf-next 0/7] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-02  1:27 UTC  (9+ messages)
` [RFCv2 bpf-next 1/7] bpf: xfrm: "
` [RFCv2 bpf-next 2/7] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
` [RFCv2 bpf-next 3/7] bpf: selftests: test_tunnel: Use ping -6 over ping6
` [RFCv2 bpf-next 4/7] bpf: selftests: test_tunnel: Mount bpffs if necessary
` [RFCv2 bpf-next 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [RFCv2 bpf-next 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
` [RFCv2 bpf-next 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH bpf-next 1/5] bpf: Add kfunc bpf_get_file_xattr
 2023-11-02  1:19 UTC  (2+ messages)

[syzbot] [net?] [usb?] INFO: rcu detected stall in worker_thread (9)
 2023-11-02  0:14 UTC  (2+ messages)

bpf: shift-out-of-bounds in tnum_rshift()
 2023-11-01 22:45 UTC  (5+ messages)

BTF_TYPE_ID_LOCAL off by one?
 2023-11-01 22:41 UTC  (5+ messages)

[PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-01 22:27 UTC  (15+ messages)
` [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCH bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
` [PATCH bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link

[PATCH v1 bpf-next 0/4] Descend into struct, array types when searching for fields
 2023-11-01 21:56 UTC  (9+ 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 "

[PATCH bpf-next] bpf: handle ldimm64 properly in check_cfg()
 2023-11-01 20:56 UTC 

[RFC bpf-next 0/6] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-01 18:51 UTC  (7+ messages)
` [RFC bpf-next 1/6] bpf: xfrm: "

[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-11-01 18:07 UTC  (4+ messages)

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-11-01 17:13 UTC  (19+ messages)
` [PATCH v5 bpf-next 07/23] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v5 bpf-next 18/23] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [PATCH v5 bpf-next 19/23] bpf: generalize is_scalar_branch_taken() logic

[PATCH bpf-next] bpf: fix compilation error without CGROUPS
 2023-11-01 12:53 UTC  (6+ messages)

[PATCH bpf v2 0/2] bpf: Fix incorrect immediate spill
 2023-11-01 12:18 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
` [PATCH bpf v2 2/2] selftests/bpf: Add test for immediate spilled to stack

[PATCH bpf-next 0/3] selftests/bpf: Fixes for map_percpu_stats test
 2023-11-01  3:24 UTC  (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Use value with enough-size when updating per-cpu map
` [PATCH bpf-next 2/3] selftests/bpf: Export map_update_retriable()
` [PATCH bpf-next 3/3] selftsets/bpf: Retry map update for non-preallocated per-cpu map

[PATCH net] veth: Fix RX stats for bpf_redirect_peer() traffic
 2023-10-31 22:20 UTC  (7+ messages)

[PATCH v3 bpf-next ] selftests/bpf: consolidate VIRTIO/9P configs in config.vm file
 2023-10-31 21:27 UTC 


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).