BPF List
 help / color / mirror / Atom feed
 messages from 2024-02-13 13:24:53 to 2024-02-15 01:10:58 UTC [more...]

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-15  1:10 UTC  (12+ messages)
` [RFC PATCH v1 01/14] bpf: Mark subprogs as throw reachable before do_check pass
` [RFC PATCH v1 02/14] bpf: Process global subprog's exception propagation
` [RFC PATCH v1 03/14] selftests/bpf: Add test for throwing global subprog with acquired refs
` [RFC PATCH v1 14/14] selftests/bpf: Add tests for exceptions runtime cleanup

[PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-14 23:54 UTC  (11+ messages)
` [PATCH v7 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v7 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()

[PATCH bpf-next v4] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
 2024-02-14 23:29 UTC 

[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
 2024-02-14 23:16 UTC  (7+ messages)
` [PATCH bpf-next 2/4] "

[PATCH bpf-next] bpf/test_run: increase Page Pool's ptr_ring size in live frames mode
 2024-02-14 23:02 UTC  (3+ messages)

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

[PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf
 2024-02-14 22:51 UTC  (4+ messages)
` [PATCH bpf v3 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-02-14 22:02 UTC  (2+ messages)

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-14 21:42 UTC  (14+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 2/6] perf trace: Ignore thread hashing in summary
` [PATCH v1 3/6] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v1 4/6] perf threads: Move threads to its own files
` [PATCH v1 5/6] perf threads: Switch from rbtree to hashmap
` [PATCH v1 6/6] perf threads: Reduce table size from 256 to 8

[PATCH v2] kbuild: Fix changing ELF file type for output of gen_btf for big endian
 2024-02-14 21:37 UTC  (6+ messages)

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

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-14 20:53 UTC  (54+ messages)
` [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 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 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 bpf-next 20/20] selftests/bpf: Convert simple page_frag allocator to per-cpu

[LSF/MM/BPF TOPIC] Segmented Stacks for BPF Programs
 2024-02-14 19:53 UTC 

[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
 2024-02-14 18:09 UTC  (12+ messages)
` [PATCH net-next v3 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v3 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v3 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v3 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v3 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v3 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v3 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH v3 bpf-next] libbpf: make remark about zero-initializing bpf_*_info structs
 2024-02-14 17:50 UTC  (3+ messages)

[PATCH bpf-next 0/3] check bpf_func_state->callback_depth when pruning states
 2024-02-14 17:42 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: "

[RESEND PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions]
 2024-02-14 17:39 UTC  (5+ messages)
` [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [RESEND PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [RESEND PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [RESEND PATCH v5 4/4] selftest/bpf: Test a perf bpf program that suppresses "

[PATCH bpf-next] bpf: improve duplicate source code line detection
 2024-02-14 17:41 UTC 

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-14 17:18 UTC  (11+ messages)
` [PATCH RFC bpf-next v2 01/10] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v2 04/10] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v2 05/10] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v2 06/10] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v2 07/10] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v2 08/10] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v2 09/10] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v2 10/10] selftests/hid: add test for bpf_timer

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-14 17:10 UTC  (15+ messages)

[RFC nf-next v5 0/2] netfilter: bpf: support prog update
 2024-02-14 16:41 UTC  (3+ messages)

[PATCH RFC net-next 0/2] Use per-task storage for XDP-redirects on PREEMPT_RT
 2024-02-14 16:36 UTC  (10+ 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 "

[PATCH] Corrected GPL license name
 2024-02-14 16:20 UTC  (3+ messages)

[PATCH bpf-next v1] ARC: Add eBPF JIT support
 2024-02-14 14:54 UTC  (4+ messages)

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-14 15:30 UTC  (10+ 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 v10 net-next 00/15] Introducing P4TC
 2024-02-14 15:30 UTC  (5+ messages)
` [PATCH v10 net-next 08/15] p4tc: add template pipeline create, get, update, delete

LSF/MM/BPF: 2024: Call for Proposals
 2024-02-14 13:03 UTC  (3+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]
    ` LSF/MM/BPF: 2024: Call for Proposals [Final Reminder]

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-14  8:31 UTC  (4+ messages)
` [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel

[PATCH v2 bpf-next] libbpf: make remark about zero-initializing bpf_*_info structs
 2024-02-14  8:30 UTC  (3+ messages)

[PATCH v9 net-next 0/4] add multi-buff support for xdp running in generic mode
 2024-02-14  3:50 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: emit source code file name and line number in verifier log
 2024-02-14  3:00 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] Fix global subprog PTR_TO_CTX arg handling
 2024-02-14  2:50 UTC  (10+ messages)
` [PATCH v2 bpf-next 2/4] bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg

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

[RFC bpf-next v2 0/3] Create shadow variables for struct_ops in skeletons
 2024-02-14  2:08 UTC  (4+ messages)
` [RFC bpf-next v2 1/3] libbpf: Create a shadow copy for each struct_ops map if necessary
` [RFC bpf-next v2 2/3] bpftool: generated shadow variables for struct_ops maps
` [RFC bpf-next v2 3/3] selftests/bpf: Test if shadow variables work

[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  (5+ messages)
` [PATCH bpf-next v8 3/4] bpf: Create argument information for nullable arguments

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

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

Generic Data Structure Iterators
 2024-02-13 20:47 UTC  (3+ 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  (2+ messages)

[PATCH v3 0/6] maps memory improvements and fixes
 2024-02-13 18:09 UTC  (2+ messages)

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox