BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-19 15:37:55 to 2024-11-21 18:11:21 UTC [more...]

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-21 18:11 UTC  (18+ messages)

[PATCH bpf-next v1 0/7] IRQ save/restore
 2024-11-21 18:09 UTC  (13+ messages)
` [PATCH bpf-next v1 1/7] bpf: Refactor and rename resource management
` [PATCH bpf-next v1 2/7] bpf: Be consistent between {acquire,find,release}_lock_state
` [PATCH bpf-next v1 3/7] bpf: Consolidate RCU and preempt locks in bpf_func_state
` [PATCH bpf-next v1 4/7] bpf: Refactor mark_{dynptr,iter}_read
` [PATCH bpf-next v1 5/7] bpf: Introduce support for bpf_local_irq_{save,restore}
` [PATCH bpf-next v1 6/7] selftests/bpf: Expand coverage of preempt tests to sleepable kfunc
` [PATCH bpf-next v1 7/7] selftests/bpf: Add IRQ save/restore tests

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-21 18:02 UTC  (11+ messages)

[GIT PULL] BPF changes for v6.13
 2024-11-21 16:50 UTC  (2+ messages)

[GIT PULL] Networking for v6.13
 2024-11-21 16:50 UTC  (2+ messages)

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-21 16:47 UTC  (18+ messages)
` [RFC perf/core 05/11] uprobes: Add mapping for optimized uprobe trampolines

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-11-21 16:32 UTC  (18+ messages)
` [PATCH v4 tip/perf/core 1/4] mm: Convert mm_lock_seq to a proper seqcount
` [PATCH v4 tip/perf/core 2/4] mm: Introduce mmap_lock_speculation_{begin|end}

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-21 16:26 UTC  (46+ messages)
` [RFC PATCH v3 01/15] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [RFC PATCH v3 02/15] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v3 04/15] rcu: Add a small-width RCU watching counter debug option
` [RFC PATCH v3 06/15] jump_label: Add forceful jump label type
` [RFC PATCH v3 07/15] x86/speculation/mds: Make mds_idle_clear forceful
` [RFC PATCH v3 08/15] sched/clock, x86: Make __sched_clock_stable forceful
` [RFC PATCH v3 09/15] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v3 10/15] x86/alternatives: Record text_poke's of JUMP_TYPE_FORCEFUL labels
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v3 12/15] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH v3 14/15] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [RFC PATCH v3 15/15] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE

[PATCH] bpftool: Fix the wrong format specifier
 2024-11-21 15:35 UTC  (3+ messages)

[PATCH bpf-next v8 0/4] bpf: add cpu cycles kfuncss
 2024-11-21 15:33 UTC  (9+ messages)
` [PATCH bpf-next v8 1/4] bpf: add bpf_get_cpu_time_counter kfunc
` [PATCH bpf-next v8 2/4] bpf: add bpf_cpu_time_counter_to_ns helper
` [PATCH bpf-next v8 3/4] selftests/bpf: add selftest to check rdtsc jit
` [PATCH bpf-next v8 4/4] selftests/bpf: add usage example for cpu cycles kfuncs

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-21 13:48 UTC  (19+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

[PATCH bpf-next 00/10] Fixes for LPM trie
 2024-11-21 12:50 UTC  (17+ messages)
` [PATCH bpf-next 01/10] bpf: Remove unnecessary check when updating "
` [PATCH bpf-next 02/10] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
` [PATCH bpf-next 03/10] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
` [PATCH bpf-next 04/10] bpf: Handle in-place update for full LPM trie correctly
` [PATCH bpf-next 05/10] bpf: Fix exact match conditions in trie_get_next_key()
` [PATCH bpf-next 07/10] bpf: Switch to bpf mem allocator for LPM trie

[PATCH] bpftool: Fix the wrong format specifier
 2024-11-21 11:46 UTC  (2+ messages)

[PATCH] bpftool: Fix wrong format output
 2024-11-21 11:45 UTC  (4+ messages)

[PATCH] tools: Override makefile ARCH variable if defined, but empty
 2024-11-21 11:29 UTC  (4+ messages)

bpftool CPU profiling support
 2024-11-21 11:15 UTC  (2+ messages)

[PATCH] bpftool: fix potential NULL pointer dereferencing in prog_dump()
 2024-11-21 11:18 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH bpf 0/4] bpf, vsock: Fix poll() and close()
 2024-11-21  9:22 UTC  (11+ messages)
` [PATCH bpf 1/4] bpf, vsock: Fix poll() missing a queue
` [PATCH bpf 2/4] selftest/bpf: Add test for af_vsock poll()
` [PATCH bpf 3/4] bpf, vsock: Invoke proto::close on close()
` [PATCH bpf 4/4] selftest/bpf: Add test for vsock removal from sockmap "

[PATCH v1] selftests/bpf: Fix unnecessary conversion to bool in 'run_subtest'
 2024-11-21  6:38 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: fix OOB accesses in map_delete_elem callbacks
 2024-11-21  6:31 UTC  (7+ messages)
` [PATCH bpf 1/2] xsk: fix OOB map writes when deleting elements
` [PATCH bpf 2/2] bpf: fix OOB devmap "

[PATCH bpf 0/2] tcp_bpf: update the rmem scheduling for ingress redirection
 2024-11-21  6:07 UTC  (5+ messages)
` [PATCH bpf 2/2] tcp_bpf: add sk_rmem_alloc related logic "
    ` [External] "

[PATCH bpf 0/2] tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
 2024-11-21  5:49 UTC  (6+ messages)
` [PATCH bpf 1/2] selftests/bpf: Add apply_bytes test to test_txmsg_redir_wait_sndmem in test_sockmap
` [PATCH bpf 2/2] tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg

[PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs
 2024-11-21  4:22 UTC  (6+ messages)

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-11-21  2:00 UTC  (4+ messages)
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[ANN] bpf development stats for 6.13
 2024-11-21  1:25 UTC  (2+ messages)

bpf: adding BPF linked list iteration support
 2024-11-21  0:51 UTC  (2+ messages)

Recent eBPF verifier rejects program that was accepted by 6.8 eBPF verifier
 2024-11-20 21:55 UTC  (3+ messages)
  `  "

[RFC PATCH bpf-next 0/2] Improve prog array uref semantics
 2024-11-20 21:54 UTC  (6+ messages)

[RFC bpf-next v2 0/3] Improve signed ranges reasoning for BPF_AND
 2024-11-20 19:38 UTC  (4+ messages)
` [RFC bpf-next v2 3/3] selftests/bpf: add more verifier tests for signed range deduction of BPF_AND

[PATCH bpf-next v7 0/4] bpf: add cpu cycles kfuncss
 2024-11-20 17:19 UTC  (18+ messages)
` [PATCH bpf-next v7 1/4] bpf: add bpf_get_cpu_cycles kfunc
` [PATCH bpf-next v7 2/4] bpf: add bpf_cpu_cycles_to_ns helper
` [PATCH bpf-next v7 4/4] selftests/bpf: add usage example for cpu cycles kfuncs

[PATCH bpf-next] libbpf: Extend linker API to support in-memory ELF files
 2024-11-20 17:02 UTC 

[PATCH bpf-next v3 00/14] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-20 15:56 UTC  (20+ messages)
` [PATCH bpf-next v3 01/14] selftests/bpf: add a macro to compare raw memory
` [PATCH bpf-next v3 02/14] selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keys
` [PATCH bpf-next v3 03/14] selftests/bpf: replace CHECK calls with ASSERT macros in flow_dissector test
` [PATCH bpf-next v3 04/14] selftests/bpf: re-split main function into dedicated tests
` [PATCH bpf-next v3 05/14] selftests/bpf: expose all subtests from flow_dissector
` [PATCH bpf-next v3 06/14] selftests/bpf: add gre packets testing to flow_dissector
` [PATCH bpf-next v3 07/14] selftests/bpf: migrate flow_dissector namespace exclusivity test
` [PATCH bpf-next v3 08/14] selftests/bpf: Enable generic tc actions in selftests config
` [PATCH bpf-next v3 09/14] selftests/bpf: move ip checksum helper to network helpers
` [PATCH bpf-next v3 10/14] selftests/bpf: document pseudo-header checksum helpers
` [PATCH bpf-next v3 11/14] selftests/bpf: use the same udp and tcp headers in tests under test_progs
` [PATCH bpf-next v3 12/14] selftests/bpf: add network helpers to generate udp checksums
` [PATCH bpf-next v3 13/14] selftests/bpf: migrate bpf flow dissectors tests to test_progs
` [PATCH bpf-next v3 14/14] selftests/bpf: remove test_flow_dissector.sh

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2024-11-20 14:52 UTC  (4+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names

[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-11-20 11:27 UTC  (11+ messages)
` [PATCH bpf-next v4 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v4 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v4 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types
` [PATCH bpf-next v4 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[PATCH] samples/bpf: Remove unused variable
 2024-11-20  3:22 UTC 

[PATCH v2] perf kwork: Fix unnecessary conversion to bool in 'valid_kwork_class_type'
 2024-11-18  4:39 UTC 

[PATCH bpf] selftests/bpf: Check for PREEMPTION instead of PREEMPT
 2024-11-19 16:18 UTC 


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