bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-12 09:51:54 to 2024-02-14 00:25:50 UTC [more...]

[PATCH bpf-next] bpf: use O(log(N)) binary search to find line info record
 2024-02-14  0:23 UTC 

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-14  0:16 UTC  (62+ messages)
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [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 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] kbuild: Fix changing ELF file type for output of gen_btf for big endian
 2024-02-13 23:56 UTC  (6+ messages)

[PATCH v4 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
 2024-02-13 23:50 UTC  (6+ messages)

[PATCH bpf-next v8 0/4] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-13 23:30 UTC  (8+ messages)
` [PATCH bpf-next v8 3/4] bpf: Create argument information for nullable arguments

[PATCH] Corrected GPL license name
 2024-02-13 23:05 UTC 

[PATCH bpf-next] bpf, docs: Update ISA document title
 2024-02-13 22:20 UTC  (2+ messages)

[PATCH bpf] xsk: Add truesize to skb_add_rx_frag()
 2024-02-13 22:20 UTC  (5+ messages)

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-13 21:11 UTC  (9+ messages)
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider

[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
 2024-02-13 21:09 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/4] fprobe: Add entry/exit callbacks types

[PATCH bpf-next v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF
 2024-02-13 21:08 UTC  (3+ messages)

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-13 20:52 UTC  (13+ messages)

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-13 20:51 UTC  (9+ 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 net-next 0/2] Use per-task storage for XDP-redirects on PREEMPT_RT
 2024-02-13 20:50 UTC  (4+ messages)
` [PATCH RFC net-next 1/2] net: Reference bpf_redirect_info via task_struct "
` [PATCH RFC net-next 2/2] net: Move per-CPU flush-lists to bpf_xdp_storage "

Generic Data Structure Iterators
 2024-02-13 20:47 UTC  (4+ messages)

[PATCH bpf-next v3 1/2] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
 2024-02-13 20:28 UTC  (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add a negative test for stack accounting in jit mode

[PATCH v2 bpf-next] libbpf: add support to GCC in CORE macro definitions
 2024-02-13 19:40 UTC  (2+ messages)

[PATCH bpf-next V2] bpf: abstract loop unrolling pragmas in BPF selftests
 2024-02-13 19:30 UTC  (2+ messages)

[PATCH bpf-next] libbpf: make remark about zero-initializing bpf_*_info structs
 2024-02-13 19:23 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
 2024-02-13 19:20 UTC  (2+ messages)

[PATCH] bpf: fix warning for bpf_cpumask in verifier
 2024-02-13 19:20 UTC  (7+ messages)

[PATCH v2 bpf-next 0/4] Fix global subprog PTR_TO_CTX arg handling
 2024-02-13 18:59 UTC  (13+ 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 bpf-next 0/3] check bpf_func_state->callback_depth when pruning states
 2024-02-13 18:14 UTC  (8+ 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 v3 0/6] maps memory improvements and fixes
 2024-02-13 18:09 UTC  (7+ messages)
` [PATCH v3 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses

[PATCH v2 0/6] maps memory improvements and fixes
 2024-02-13 17:53 UTC  (7+ messages)

[PATCH bpf-next v3] bpf, docs: Add callx instructions in new conformance group
 2024-02-13 17:51 UTC  (2+ messages)
` [Bpf] "

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

[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  (2+ messages)

[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  (3+ 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] kbuild: Fix changing ELF file type for output of gen_btf for big endian
 2024-02-13  1:43 UTC  (3+ messages)

[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  (6+ messages)

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

[PATCH v10 net-next 00/15] Introducing P4TC
 2024-02-12 14:30 UTC  (4+ messages)
` [PATCH v10 net-next 08/15] p4tc: add template pipeline create, get, update, delete

[PATCH v9 net-next 0/4] add multi-buff support for xdp running in generic mode
 2024-02-12  9:50 UTC  (3+ messages)
` [PATCH v9 net-next 3/4] xdp: "
` [PATCH v9 net-next 4/4] veth: rely on skb_pp_cow_data utility routine


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