BPF List
 help / color / mirror / Atom feed
 messages from 2024-10-22 09:55:37 to 2024-10-23 23:48:29 UTC [more...]

[PATCH v6 bpf-next 00/12] Share user memory to BPF program through task storage map
 2024-10-23 23:47 UTC  (3+ messages)
` [PATCH v6 bpf-next 01/12] bpf: Support __uptr type tag in BTF
` [PATCH v6 bpf-next 02/12] bpf: Handle BPF_UPTR in verifier

[GIT PULL] 9p fixes for 6.12-rc4
 2024-10-23 23:37 UTC  (3+ messages)

[PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs
 2024-10-23 23:07 UTC  (20+ messages)
` [PATCH bpf-next v6 1/9] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs

[PATCH -next v5 0/2] perf stat: Support inherit events for bperf
 2024-10-23 22:45 UTC  (5+ messages)
` [PATCH -next v5 1/2] perf stat: Support inherit events during fork() "

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-23 22:17 UTC  (15+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
` [PATCH v3 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH v2 0/3] Fix -Wmaybe-uninitialized warnings/errors
 2024-10-23 21:50 UTC  (8+ messages)
` [PATCH v2 1/3] resolve_btfids: Fix compiler warnings
` [PATCH v2 2/3] libbpf: Prevent compiler warnings/errors
` [PATCH v2 3/3] libsubcmd: Silence compiler warning

[PATCHv2 bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
 2024-10-23 21:40 UTC  (2+ messages)

[PATCH v4 3/5] perf/core: Account dropped samples from BPF
 2024-10-23 21:24 UTC  (6+ messages)

[PATCH bpf-next 1/2] bpf: add bpf_get_hw_counter kfunc
 2024-10-23 21:04 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add selftest to check rdtsc jit

[PATCH bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
 2024-10-23 19:08 UTC  (5+ messages)

[PATCH] sched-ext: Use correct annotation for strings in kfuncs
 2024-10-23 19:06 UTC  (2+ messages)

[PATCH bpf] bpf: Extend the size of scratched_stack_slots to 128 bits
 2024-10-23 18:02 UTC  (8+ messages)

[PATCH bpf-next v2] selftests/bpf: increase verifier log limit in veristat
 2024-10-23 17:50 UTC  (3+ messages)

Some observations (results) on BPF acquire and release
 2024-10-23 17:47 UTC 

The state of uprobes work and logistics
 2024-10-23 17:38 UTC  (2+ messages)

[PATCH bpf-next v1 1/2] bpf: force checkpoint when jmp history is too long
 2024-10-23 17:31 UTC  (7+ messages)

[PATCH bpf] bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
 2024-10-23 17:11 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-10-23 16:27 UTC  (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v3 bpf-next 0/2] Inline bpf_get_branch_snapshot() BPF helper
 2024-10-23 16:04 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/2] bpf: inline bpf_get_branch_snapshot() helper

[PATCH bpf-next 0/3] Fix libbpf's bpf_object and BPF subskel interoperability
 2024-10-23 15:59 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: fix test_spin_lock_fail.c's global vars usage
` [PATCH bpf-next 2/3] libbpf: move global data mmap()'ing into bpf_object__load()
` [PATCH bpf-next 3/3] selftests/bpf: validate generic bpf_object and subskel APIs work together

[PATCH bpf-next v2 0/4] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-23 15:39 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] net: checksum: move from32to16() to generic header
` [PATCH bpf-next v2 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next v2 3/4] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next v2 4/4] selftests/bpf: Add a selftest for bpf_csum_diff()

[PATCH bpf-next 0/5] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-23 15:37 UTC  (9+ messages)
` [PATCH bpf-next 3/5] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next 4/5] selftests/bpf: Add benchmark for bpf_csum_diff() helper

[RFC PATCH] tracing: Fix syscall tracepoint use-after-free
 2024-10-23 15:19 UTC  (12+ messages)

[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
 2024-10-23 14:50 UTC  (16+ messages)
` [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v2 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v2 16/18] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go

[PATCH AUTOSEL 4.19 3/5] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-23 14:33 UTC 

[PATCH AUTOSEL 5.4 3/5] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-23 14:33 UTC 

[PATCH AUTOSEL 5.10 3/6] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-23 14:32 UTC 

[PATCH AUTOSEL 5.15 06/10] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-23 14:32 UTC 

[PATCH AUTOSEL 6.1 08/17] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-23 14:31 UTC 

[PATCH AUTOSEL 6.6 03/23] selftests/bpf: Verify that sync_linked_regs preserves subreg_def
 2024-10-23 14:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 11/23] bpf: use kvzmalloc to allocate BPF verifier environment

[PATCH AUTOSEL 6.11 03/30] selftests/bpf: Verify that sync_linked_regs preserves subreg_def
 2024-10-23 14:29 UTC  (3+ messages)
` [PATCH AUTOSEL 6.11 14/30] bpf: use kvzmalloc to allocate BPF verifier environment
` [PATCH AUTOSEL 6.11 20/30] selftests/bpf: Assert link info uprobe_multi count & path_size if unset

[BUG] general protection fault in sock_map_link_update_prog - Reproducible with Syzkaller
 2024-10-23 13:04 UTC  (3+ messages)

How to combine bpf dynptr and bpf_probe_read_kernel
 2024-10-23 12:46 UTC  (3+ messages)

[PATCH] bpf: Fix out-of-bounds write in trie_get_next_key()
 2024-10-23  9:59 UTC  (7+ messages)

[PATCH bpf v2 0/7] Misc fixes for bpf
 2024-10-23  9:34 UTC  (16+ messages)
` [PATCH bpf v2 2/7] bpf: Add assertion for the size of bpf_link_type_strs[]
` [PATCH bpf v2 5/7] bpf: Check the validity of nr_words in bpf_iter_bits_new()
` [PATCH bpf v2 6/7] bpf: Use __u64 to save the bits in bits iterator

[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-23  8:58 UTC  (13+ messages)
` [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event

[bug report] samples/bpf: bpf_tail_call example for networking
 2024-10-23  8:40 UTC 

perf_event_detach_bpf_prog() broken?
 2024-10-23  8:19 UTC  (2+ messages)

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-23  6:45 UTC  (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names

[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
 2024-10-23  3:49 UTC  (12+ messages)
` [PATCH net-next v2 02/12] net-timestamp: open gate for bpf_setsockopt
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension

[PATCH bpf] bpf, arm64: Fix stack frame construction for struct_ops trampoline
 2024-10-23  3:16 UTC  (4+ messages)

[PATCH v5 bpf-next 00/12] Share user memory to BPF program through task storage map
 2024-10-23  0:57 UTC  (4+ messages)
` [PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage

Questions about the state of some BTF features
 2024-10-23  0:08 UTC 

[PATCH bpf 1/5] bpf: Add MEM_WRITE attribute
 2024-10-22 22:50 UTC  (2+ messages)

[iwl-next v4 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-22 21:52 UTC  (2+ messages)
` [iwl-next v4 2/2] igc: Link queues to NAPI instances

[PATCH bpf-next v2 0/4] Retire test_sock.c
 2024-10-22 21:00 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Migrate *_POST_BIND test cases to prog_tests
` [PATCH bpf-next v2 2/4] selftests/bpf: Migrate LOAD_REJECT "
` [PATCH bpf-next v2 3/4] selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE "
` [PATCH bpf-next v2 4/4] selftests/bpf: Retire test_sock.c

[net-next v3 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-22 20:58 UTC  (5+ messages)
` [net-next v3 2/2] igc: Link queues to NAPI instances

[PATCH] net: mana: use ethtool string helpers
 2024-10-22 20:56 UTC  (2+ messages)

[Patch bpf] bpf: check negative offsets in __bpf_skb_min_len()
 2024-10-22 20:52 UTC  (2+ messages)

[PATCH bpf v3] bpf: Preserve param->string when parsing mount options
 2024-10-22 20:30 UTC  (2+ messages)

[PATCH v3 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-10-22 19:17 UTC  (7+ messages)
` [PATCH v3 net 3/4] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
` [PATCH v3 net 4/4] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()

[PATCH] selftests/sched_ext: add order-only dependency of runner.o on BPFOBJ
 2024-10-22 18:57 UTC  (2+ messages)

[PATCH bpf-next 00/16] Support dynptr key for hash map
 2024-10-22 18:44 UTC  (7+ messages)
` [PATCH bpf-next 03/16] bpf: Parse bpf_dynptr in map key

[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
 2024-10-22 18:14 UTC  (5+ messages)

[PATCH bpf-next 2/5] bpf: bpf_csum_diff: optimize and homogenize for all archs
 2024-10-22 18:09 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-22 17:52 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
 2024-10-22 16:27 UTC  (4+ messages)

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-10-22 15:51 UTC  (7+ messages)

[syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run2 (2)
 2024-10-22 15:19 UTC  (4+ messages)

linux-next: manual merge of the bpf-next tree with Linus' tree
 2024-10-22 14:15 UTC  (3+ messages)

[PATCH bpf-next 1/5] net: checksum: move from32to16() to generic header
 2024-10-22 13:50 UTC  (2+ messages)

[PATCH v2] objpool: fix choosing allocation for percpu slots
 2024-10-22 13:45 UTC  (4+ messages)

[PATCHv3 net-next 0/2] Bonding: returns detailed error about XDP failures
 2024-10-22 10:37 UTC  (3+ messages)
` [PATCHv3 net-next 2/2] Documentation: bonding: add XDP support explanation


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