BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-18 18:53:49 to 2024-11-21 00:53:34 UTC [more...]

[PATCH bpf-next v1 0/7] IRQ save/restore
 2024-11-21  0:53 UTC  (2+ messages)
` [PATCH bpf-next v1 1/7] bpf: Refactor and rename resource management

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

[PATCH bpf-next v8 0/4] bpf: add cpu cycles kfuncss
 2024-11-21  0:08 UTC  (5+ 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

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-21  0:10 UTC  (22+ messages)
` [RFC perf/core 05/11] uprobes: Add mapping for optimized uprobe trampolines
` [RFC bpf-next 09/11] selftests/bpf: Add usdt trigger bench

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  (7+ messages)
` [RFC bpf-next v2 1/3] bpf, verifier: improve "
` [RFC bpf-next v2 2/3] selftests/bpf: bring back verifier tests for bpf lsm
` [RFC bpf-next v2 3/3] selftests/bpf: add more verifier tests for signed range deduction of BPF_AND

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-20 17:30 UTC  (40+ 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 03/15] sched/clock: Make sched_clock_running __ro_after_init
` [RFC PATCH v3 04/15] rcu: Add a small-width RCU watching counter debug option
` [RFC PATCH v3 05/15] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [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 v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-11-20 17:23 UTC  (8+ messages)

[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 0/4] Make inode storage available to tracing prog
 2024-11-20 16:54 UTC  (14+ messages)

[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

[ANN] bpf development stats for 6.13
 2024-11-20 15:49 UTC 

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-20 15:23 UTC  (18+ messages)
` [PATCH net-next v5 11/19] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v5 12/19] xdp: add generic xdp_build_skb_from_buff()

[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] tools: Override makefile ARCH variable if defined, but empty
 2024-11-20 13:25 UTC  (2+ messages)

[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 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-20 11:19 UTC  (13+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

[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-next 00/10] Fixes for LPM trie
 2024-11-20  1:16 UTC  (21+ messages)
` [PATCH bpf-next 03/10] bpf: Handle BPF_EXIST and BPF_NOEXIST "
` [PATCH bpf-next 04/10] bpf: Handle in-place update for full LPM trie correctly
` [PATCH bpf-next 06/10] bpf: Add bpf_mem_cache_is_mergeable() helper
` [PATCH bpf-next 07/10] bpf: Switch to bpf mem allocator for LPM trie
` [PATCH bpf-next 10/10] selftests/bpf: Add more test cases "

[GIT PULL] Networking for v6.13
 2024-11-19 16:19 UTC 

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

Fix build ID parsing logic in stable trees
 2024-11-19 15:22 UTC  (12+ messages)

uprobe overhead when specifying a pid
 2024-11-19 13:30 UTC  (3+ messages)

[PATCH bpf v3 0/2] bpf: enhance validation of pointer formatting
 2024-11-19 10:22 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf: fix %p% runtime check in bpf_bprintf_prepare
` [PATCH bpf v3 2/2] selftests/bpf: Add test cases for various pointer specifiers

[PATCH v2 bpf-next 0/6] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-11-19 10:15 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] bpf: add a __btf_get_by_fd helper
` [PATCH v2 bpf-next 2/6] bpf: move map/prog compatibility checks
` [PATCH v2 bpf-next 3/6] bpf: add fd_array_cnt attribute for prog_load
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add tests for fd_array_cnt
` [PATCH v2 bpf-next 5/6] bpf: fix potential error return
` [PATCH v2 bpf-next 6/6] selftest/bpf: replace magic constants by macros

[PATCH v1] selftests/bpf: Fix unnecessary conversion to bool in 'run_subtest'
 2024-11-17 10:28 UTC 

[PATCH bpf-next v2 00/13] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-19  9:28 UTC  (13+ messages)
` [PATCH bpf-next v2 09/13] selftests/bpf: move ip checksum helper to network helpers
` [PATCH bpf-next v2 10/13] selftests/bpf: rename pseudo headers checksum computation
` [PATCH bpf-next v2 11/13] selftests/bpf: add network helpers to generate udp checksums
` [PATCH bpf-next v2 12/13] selftests/bpf: migrate bpf flow dissectors tests to test_progs

[PATCH v5 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-19  9:16 UTC  (5+ messages)
` [PATCH v5 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-19  8:35 UTC  (15+ messages)
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF based fanotify "

[PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-11-19  8:27 UTC  (5+ messages)

[PATCH] LoongArch: BPF: Sign-extend return values
 2024-11-19  6:52 UTC 

bpftool CPU profiling support
 2024-11-19  5:14 UTC 

[PATCH net-next] net: ip: fix unexpected return in fib_validate_source()
 2024-11-19  4:00 UTC  (2+ messages)

[PATCH bpf v4 0/2] bpf: fix recursive lock and add test
 2024-11-19  4:00 UTC  (3+ messages)

[PATCH v1] selftests/bpf: fix application of sizeof to pointer
 2024-11-19  3:37 UTC  (2+ messages)

[PATCH net-next v4 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-19  3:07 UTC  (2+ messages)

[PATCH bpf-next 1/2] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
 2024-11-19  0:40 UTC  (3+ messages)

[PATCH] perf bpf-filter: Return -1 directly when pfi allocation fails
 2024-11-19  0:08 UTC  (3+ messages)
` [PATCH v2] perf bpf-filter: Return -ENOMEM "

[PATCH bpf 0/4] bpf, vsock: Fix poll() and close()
 2024-11-18 21:03 UTC  (5+ 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 v6 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-18 20:24 UTC  (3+ messages)
` [PATCH v6 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v6 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[GIT PULL] BPF changes for v6.13
 2024-11-18 19:36 UTC 


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