bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-09 19:18:53 to 2024-02-13 13:20:19 UTC [more...]

[PATCH bpf-next v1] ARC: Add eBPF JIT support
 2024-02-13 13:19 UTC 

[PATCH 0/7] riscv: Various text patching improvements
 2024-02-13 12:58 UTC  (3+ messages)
` [PATCH 5/7] riscv: Pass patch_text() the length in bytes

[PATCH v2 bpf-next 0/4] Fix global subprog PTR_TO_CTX arg handling
 2024-02-13 12:51 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
` [PATCH v2 bpf-next 2/4] bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
` [PATCH v2 bpf-next 3/4] bpf: don't infer PTR_TO_CTX for programs with unnamed context type
` [PATCH v2 bpf-next 4/4] selftests/bpf: add anonymous user struct as global subprog arg test

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-13 12:48 UTC  (61+ messages)
` [PATCH v2 bpf-next 01/20] bpf: Allow kfuncs return 'void *'
` [PATCH v2 bpf-next 02/20] bpf: Recognize '__map' suffix in kfunc arguments
` [PATCH v2 bpf-next 03/20] bpf: Plumb get_unmapped_area() callback into bpf_map_ops
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 06/20] bpf: Disasm support for cast_kern/user instructions
` [PATCH v2 bpf-next 07/20] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v2 bpf-next 08/20] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH v2 bpf-next 09/20] bpf: Recognize cast_kern/user instructions in the verifier
` [PATCH v2 bpf-next 10/20] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH v2 bpf-next 11/20] libbpf: Add __arg_arena to bpf_helpers.h
` [PATCH v2 bpf-next 12/20] libbpf: Add support for bpf_arena
` [PATCH v2 bpf-next 13/20] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
` [PATCH v2 bpf-next 15/20] bpf: Tell bpf programs kernel's PAGE_SIZE
` [PATCH v2 bpf-next 16/20] bpf: Add helper macro bpf_arena_cast()
` [PATCH v2 bpf-next 17/20] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
` [PATCH v2 bpf-next 20/20] selftests/bpf: Convert simple page_frag allocator to per-cpu

[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
 2024-02-13 12:09 UTC  (8+ messages)
` [PATCH RFC bpf-next 2/4] bpf: Add return prog to "

[PATCH net-next v2 0/7] dma: skip calling no-op sync ops when possible
 2024-02-13 10:19 UTC  (7+ messages)
` [PATCH net-next v2 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v2 2/7] dma: avoid redundant calls for sync operations

[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in sk_psock_verdict_data_ready
 2024-02-13  9:58 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported
 2024-02-13  7:54 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/bpf: enable kfunc call

[PATCH v8 net-next 0/4] add multi-buff support for xdp running in generic mode
 2024-02-13  7:33 UTC  (5+ messages)
` [PATCH v8 net-next 1/4] net: add generic percpu page_pool allocator

[PATCH bpf-next v2] bpf, docs: Add callx instructions in new conformance group
 2024-02-13  6:11 UTC  (20+ messages)
` [Bpf] "

[PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
 2024-02-13  3:57 UTC  (4+ messages)

[PATCH v2] kbuild: Fix changing ELF file type for output of gen_btf for big endian
 2024-02-13  2:47 UTC  (3+ messages)

[PATCH] kbuild: Fix changing ELF file type for output of gen_btf for big endian
 2024-02-13  1:43 UTC  (4+ messages)

[PATCH bpf-next 0/3] check bpf_func_state->callback_depth when pruning states
 2024-02-13  1:20 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: update tcp_custom_syncookie to use scalar packet offset
` [PATCH bpf-next 2/3] bpf: check bpf_func_state->callback_depth when pruning states
` [PATCH bpf-next 3/3] selftests/bpf: test case for callback_depth states pruning logic

[PATCH net 4/4] i40e: take into account XDP Tx queues when stopping rings
 2024-02-13  1:05 UTC 

Page faults in tracepoint caused by aliased pointer
 2024-02-13  0:33 UTC  (9+ messages)

[PATCH v2 bpf-next] bpf: emit source code file name and line number in verifier log
 2024-02-12 23:59 UTC 

[PATCH] libbpf: add support to GCC in CORE macro definitions
 2024-02-12 23:51 UTC  (2+ messages)

[PATCH bpf-next] bpf: emit source code file name and line number in verifier log
 2024-02-12 23:36 UTC  (7+ messages)

Generic Data Structure Iterators
 2024-02-12 23:20 UTC  (2+ messages)

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-12 22:43 UTC  (7+ messages)
` [RFC PATCH v1 01/14] bpf: Mark subprogs as throw reachable before do_check pass
` [RFC PATCH v1 14/14] selftests/bpf: Add tests for exceptions runtime cleanup

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-12 21:24 UTC  (8+ messages)

[PATCH v3 0/6] maps memory improvements and fixes
 2024-02-12 20:37 UTC  (11+ messages)
` [PATCH v3 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v3 2/6] perf maps: Get map before returning in maps__find
` [PATCH v3 3/6] perf maps: Get map before returning in maps__find_by_name
` [PATCH v3 4/6] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v3 5/6] perf maps: Hide maps internals
` [PATCH v3 6/6] perf maps: Locking tidy up of nr_maps

[PATCH v2 0/6] maps memory improvements and fixes
 2024-02-12 20:22 UTC  (6+ messages)

[PATCH bpf-next v8 0/4] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-12 17:50 UTC  (8+ messages)
` [PATCH bpf-next v8 1/4] bpf: add btf pointer to struct bpf_ctx_arg_aux
` [PATCH bpf-next v8 3/4] bpf: Create argument information for nullable arguments

[PATCH] bpf: fix warning for bpf_cpumask in verifier
 2024-02-12 16:53 UTC  (6+ messages)

[PATCH v4 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
 2024-02-12 16:49 UTC  (2+ messages)

[PATCH linux-next] bpf: fix warning for crash_kexec
 2024-02-12 16:48 UTC  (6+ messages)

[PATCH v10 net-next 00/15] Introducing P4TC
 2024-02-12 14:30 UTC  (18+ messages)
` [PATCH v10 net-next 07/15] p4tc: add template API
` [PATCH v10 net-next 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH v10 net-next 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH v10 net-next 10/15] p4tc: add runtime action support
` [PATCH v10 net-next 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH v10 net-next 12/15] p4tc: add runtime table entry create and update
` [PATCH v10 net-next 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH v10 net-next 14/15] p4tc: add set of P4TC table kfuncs

[PATCH v9 net-next 0/4] add multi-buff support for xdp running in generic mode
 2024-02-12  9:50 UTC  (5+ messages)
` [PATCH v9 net-next 1/4] net: add generic percpu page_pool allocator
` [PATCH v9 net-next 2/4] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v9 net-next 3/4] xdp: add multi-buff support for xdp running in generic mode
` [PATCH v9 net-next 4/4] veth: rely on skb_pp_cow_data utility routine

[PATCH v3 00/13] security: digest_cache LSM
 2024-02-12  8:02 UTC  (4+ messages)
` [PATCH v3 02/13] security: Introduce the "

[PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()
 2024-02-11 22:20 UTC  (2+ messages)

[PATCH bpf-next] bpf, docs: Add callx instructions in new conformance group
 2024-02-10 21:47 UTC  (3+ messages)
` [Bpf] "

[PATCH net-next v2] net/sched: actions report errors with extack
 2024-02-10  2:45 UTC  (7+ messages)

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-10  2:32 UTC  (12+ messages)
` [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *'
` [PATCH bpf-next 02/16] bpf: Recognize '__map' suffix in kfunc arguments

[PATCH bpf-next 1/2] bpf: don't infer PTR_TO_CTX for programs with unnamed context type
 2024-02-10  1:07 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add anonymous user struct as global subprog arg test

[PATCH v3 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
 2024-02-10  0:01 UTC  (3+ messages)

[PATCH v2] net: remove check in __cgroup_bpf_run_filter_skb
 2024-02-09 23:24 UTC  (2+ messages)

[PATCH RESEND] perf lock contention: Account contending locks too
 2024-02-09 23:06 UTC 

[PATCH] net: remove check before __cgroup_bpf_run_filter_skb
 2024-02-09 20:33 UTC  (6+ messages)

[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
 2024-02-09 20:14 UTC  (10+ messages)
` [RFC PATCH v7 1/8] "

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-09 19:58 UTC  (18+ 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).