BPF List
 help / color / mirror / Atom feed
 messages from 2023-12-14 22:49:19 to 2023-12-16 03:40:07 UTC [more...]

[PATCH net-next 11/24] lwt: Don't disable migration prio invoking BPF
 2023-12-16  3:39 UTC  (14+ messages)
` [PATCH net-next 12/24] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH net-next 13/24] net: Use nested-BH locking for bpf_scratchpad
` [PATCH net-next 14/24] net: Add a lock which held during the redirect process
` [PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
` [PATCH net-next 16/24] net: netkit, veth, tun, virt*: "
` [PATCH net-next 18/24] net: Freescale: "
` [PATCH net-next 19/24] net: fungible, gve, mtk, microchip, mana: "
` [PATCH net-next 20/24] net: intel: "
` [PATCH net-next 21/24] net: marvell: "
` [PATCH net-next 22/24] net: mellanox, nfp, sfc: "
` [PATCH net-next 23/24] net: qlogic, socionext, stmmac, cpsw: "
` [PATCH net-next 24/24] net: bpf: Add lockdep assert for the redirect process

[PATCH bpf-next v3 0/6] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-16  3:13 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Avoid unnecessary extra percpu memory allocation
` [PATCH bpf-next v3 2/6] bpf: Allow per unit prefill for non-fix-size percpu memory allocator
` [PATCH bpf-next v3 3/6] bpf: Refill only one percpu element in memalloc
` [PATCH bpf-next v3 4/6] bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
` [PATCH bpf-next v3 5/6] selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma
` [PATCH bpf-next v3 6/6] selftests/bpf: Add a selftest with > 512-byte percpu allocation size

[RFC PATCH net-next v1 0/4] Abstract page from net stack
 2023-12-16  3:01 UTC  (10+ messages)
` [RFC PATCH net-next v1 2/4] net: introduce abstraction for network memory
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API

[PATCH bpf-next] bpf: ensure precise is reset to false in __mark_reg_const_zero()
 2023-12-16  2:44 UTC  (2+ messages)

[PATCH bpf-next] s390/bpf: Fix indirect trampoline generation
 2023-12-16  2:29 UTC  (3+ messages)

[PATCH bpf-next v13 00/14] Registrating struct_ops types from modules
 2023-12-16  1:19 UTC  (25+ messages)
` [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 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 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 v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF
 2023-12-16  0:53 UTC  (10+ messages)
` [PATCH v3 1/7] cfi: Flip headers
` [PATCH v3 2/7] x86/cfi,bpf: Fix BPF JIT call
` [PATCH v3 3/7] x86/cfi,bpf: Fix bpf_callback_t CFI
` [PATCH v3 4/7] x86/cfi,bpf: Fix bpf_struct_ops CFI
` [PATCH v3 5/7] cfi: Add CFI_NOSEAL()
` [PATCH v3 6/7] bpf: Fix dtor CFI
` [PATCH v3 7/7] x86/cfi,bpf: Fix bpf_exception_cb() signature

[PATCHv2 bpf] bpf: Add missing BPF_LINK_TYPE invocations
 2023-12-16  0:40 UTC  (2+ messages)

[RFC] bpf: Issue with bpf_fentry_test7 call
 2023-12-15 23:21 UTC  (6+ messages)

[PATCH v4 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-12-15 23:02 UTC  (6+ messages)
` [PATCH v4 bpf-next 09/10] selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros

Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
 2023-12-15 22:39 UTC  (7+ messages)

[PATCH bpf-next v1] bpf: Include pid, uid and comm in audit output
 2023-12-15 22:20 UTC  (15+ messages)
          ` [PATCH bpf-next v2 1/1] "
                    ` [PATCH bpf-next v3] "

[PATCH bpf-next v3 0/5] bpf: Fix warnings in kvmalloc_node()
 2023-12-15 22:00 UTC  (8+ messages)
` [PATCH bpf-next v3 1/5] bpf: Limit the number of uprobes when attaching program to multiple uprobes
` [PATCH bpf-next v3 2/5] bpf: Limit the number of kprobes when attaching program to multiple kprobes
` [PATCH bpf-next v3 3/5] selftests/bpf: Add test for abnormal cnt during multi-uprobe attachment
` [PATCH bpf-next v3 4/5] selftests/bpf: Don't use libbpf_get_error() in kprobe_multi_test
` [PATCH bpf-next v3 5/5] selftests/bpf: Add test for abnormal cnt during multi-kprobe attachment

[PATCH bpf] bpf: Add missing BPF_LINK_TYPE invocations
 2023-12-15 21:26 UTC  (5+ messages)

[PATCH bpf-next v8 0/4] Relax tracing prog recursive attach rules
 2023-12-15 21:25 UTC  (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: "

[Bug Report] bpf: incorrectly pruning runtime execution path
 2023-12-15 20:55 UTC  (18+ messages)

[PATCH net] bnxt_en: do not map packet buffers twice
 2023-12-15 20:45 UTC  (9+ messages)

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

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-15 18:08 UTC  (11+ messages)
` [RFC PATCH v3 1/3] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-15 16:36 UTC  (8+ messages)

[PATCH iwl-next,v1 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
 2023-12-15 16:21 UTC 

[PATCH bpf-next v2 0/6] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-15 14:20 UTC  (17+ messages)
` [PATCH bpf-next v2 1/6] bpf: Refactor to have a memalloc cache destroying function
` [PATCH bpf-next v2 2/6] bpf: Avoid unnecessary extra percpu memory allocation
` [PATCH bpf-next v2 3/6] bpf: Allow per unit prefill for non-fix-size percpu memory allocator
` [PATCH bpf-next v2 4/6] bpf: Refill only one percpu element in memalloc
` [PATCH bpf-next v2 5/6] bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
` [PATCH bpf-next v2 6/6] selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma

[RFC nf-next v1 0/2] netfilter: bpf: support prog update
 2023-12-15 14:17 UTC  (4+ messages)
` [RFC nf-next v1 1/2] "
` [RFC nf-next v1 2/2] selftests/bpf: Add netfilter link prog update test

[PATCH bpf-next v3 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-12-15  8:18 UTC  (9+ messages)
` [PATCH bpf-next v3 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map

[PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
 2023-12-15  6:37 UTC  (11+ messages)
` [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton

[Bpf] BPF ISA conformance groups
 2023-12-15  5:29 UTC  (12+ messages)

[PATCH bpf-next 0/3] Various BPF exception improvements
 2023-12-15  3:20 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: xdp: Register generic_kfunc_set with XDP programs
` [PATCH bpf-next 2/3] bpf: selftests: Add bpf_assert_if() and bpf_assert_with_if() macros
` [PATCH bpf-next 3/3] bpf: selftests: Test bpf_assert_if() and bpf_assert_with_if()

[PATCH v6 bpf-next 3/6] bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock()
 2023-12-15  2:37 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: support to track BPF_JNE
 2023-12-15  2:17 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] bpf: make the verifier tracks the "not equal" for regs
` [PATCH bpf-next v3 2/2] selftests/bpf: activate the OP_NE login in range_cond()

[bug] splat at boot
 2023-12-15  1:59 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] BPF FS mount options parsing follow ups
 2023-12-15  1:50 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/2] bpf: support symbolic BPF FS delegation mount options
` [PATCH v2 bpf-next 2/2] selftests/bpf: utilize string values for delegate_xxx "

[PATCH bpf-next v6 0/5] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-15  1:30 UTC  (7+ messages)
` [PATCH bpf-next v6 1/5] bpf: xfrm: "
` [PATCH bpf-next v6 2/5] bpf: selftests: test_tunnel: Setup fresh topology for each subtest
` [PATCH bpf-next v6 3/5] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH bpf-next v6 4/5] bpf: selftests: Move xfrm tunnel test to test_progs
` [PATCH bpf-next v6 5/5] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH bpf-next v6 1/2] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-15  1:20 UTC  (2+ messages)

[PATCH v3 bpf-next 00/10] Enhance BPF global subprogs with argument tags
 2023-12-15  1:13 UTC  (11+ messages)
` [PATCH v3 bpf-next 01/10] bpf: abstract away global subprog arg preparation logic from reg state setup
` [PATCH v3 bpf-next 02/10] bpf: reuse btf_prepare_func_args() check for main program BTF validation
` [PATCH v3 bpf-next 03/10] bpf: prepare btf_prepare_func_args() for handling static subprogs
` [PATCH v3 bpf-next 04/10] bpf: move subprog call logic back to verifier.c
` [PATCH v3 bpf-next 05/10] bpf: reuse subprog argument parsing logic for subprog call checks
` [PATCH v3 bpf-next 06/10] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
` [PATCH v3 bpf-next 07/10] bpf: add support for passing dynptr pointer to global subprog
` [PATCH v3 bpf-next 08/10] libbpf: add __arg_xxx macros for annotating global func args
` [PATCH v3 bpf-next 09/10] selftests/bpf: add global subprog annotation tests
` [PATCH v3 bpf-next 10/10] selftests/bpf: add freplace of BTF-unreliable main prog test

linux-next: manual merge of the bpf-next tree with the net-next tree
 2023-12-14 23:56 UTC 

[PATCH bpf-next] libbpf: Fix null pointer check in btf__add_str
 2023-12-14 23:36 UTC  (2+ messages)

[RFC bpf-next 1/2] bpf: Fail uprobe multi link with negative offset
 2023-12-14 23:28 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