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

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-19 15:34 UTC  (8+ 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

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

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

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-19 15:15 UTC  (37+ messages)
` [RFC perf/core 02/11] uprobes: Make copy_from_page global
` [RFC perf/core 03/11] uprobes: Add len argument to uprobe_write_opcode
` [RFC perf/core 04/11] uprobes: Add data argument to uprobe_write_opcode function
` [RFC perf/core 05/11] uprobes: Add mapping for optimized uprobe trampolines
` [RFC perf/core 07/11] uprobes/x86: Add support to optimize uprobes
` [RFC bpf-next 09/11] selftests/bpf: Add usdt trigger bench

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-19 15:14 UTC  (16+ 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 bpf-next v7 0/4] bpf: add cpu cycles kfuncss
 2024-11-19 14:45 UTC  (11+ 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 3/4] selftests/bpf: add selftest to check rdtsc jit
` [PATCH bpf-next v7 4/4] selftests/bpf: add usage example for cpu cycles kfuncs

[PATCH bpf-next 00/10] Fixes for LPM trie
 2024-11-19 14:15 UTC  (27+ 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 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 08/10] bpf: Use raw_spinlock_t "
` [PATCH bpf-next 09/10] selftests/bpf: Move test_lpm_map.c to map_tests
` [PATCH bpf-next 10/10] selftests/bpf: Add more test cases for LPM trie

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

bpf: adding BPF linked list iteration support
 2024-11-19 12:22 UTC 

[RFC bpf-next v2 0/3] Improve signed ranges reasoning for BPF_AND
 2024-11-19 11:44 UTC  (5+ 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

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

[PATCH bpf v4 0/2] bpf: fix recursive lock and add test
 2024-11-19  4:00 UTC  (5+ messages)
` [PATCH bpf v4 1/2] bpf: fix recursive lock when verdict program return SK_PASS
` [PATCH bpf v4 2/2] selftests/bpf: Add some tests with sockmap SK_PASS

[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  (7+ messages)
` [PATCH net-next v4 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v4 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v4 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v4 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v4 5/5] selftests: net: Add two test cases for link netns

[PATCH bpf-next 1/2] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
 2024-11-19  0:40 UTC  (10+ messages)
` [PATCH bpf-next 2/2] bpf: Use try_alloc_page() to allocate pages for bpf needs

[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 

[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
 2024-11-18 18:45 UTC  (8+ messages)
` [PATCH v2 3/4] perf lock contention: Resolve slab object name using BPF

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (3+ messages)

[PATCH] selftests/bpf: Remove unused variable
 2024-11-18 16:40 UTC  (2+ messages)

[syzbot] [bpf?] BUG: using smp_processor_id() in preemptible code in bpf_mem_alloc
 2024-11-18 16:30 UTC  (2+ messages)

[PATCH iwl-next 1/1] igc: Allow hot-swapping XDP program
 2024-11-18 15:24 UTC  (2+ messages)

[PATCH kselftest] fix single bpf test
 2024-11-18 14:06 UTC 

[PATCH bpf-next] bpf: Add multi-prog support for XDP BPF programs
 2024-11-18 12:30 UTC  (10+ messages)

[PATCH bpf-next v4] selftests/bpf: Consolidate kernel modules into common directory
 2024-11-18 12:28 UTC  (3+ messages)

[PATCH bpf-next/net 0/5] bpf: Add mptcp_subflow bpf_iter support
 2024-11-18 10:09 UTC  (7+ messages)
` [PATCH bpf-next/net 1/5] bpf: Register mptcp common kfunc set
` [PATCH bpf-next/net 2/5] bpf: Add mptcp_subflow bpf_iter

BPF and lazy preemption
 2024-11-18  9:14 UTC 

[PATCH bpf-next v6 0/4] bpf: add cpu cycles kfuncss
 2024-11-17 22:55 UTC  (7+ messages)
` [PATCH bpf-next v6 1/4] bpf: add bpf_get_cpu_cycles kfunc

[PATCH bpf-next 0/5] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-11-17 21:30 UTC  (9+ messages)
` [PATCH bpf-next 3/5] bpf: add fd_array_cnt attribute for prog_load
` [PATCH bpf-next 4/5] selftests/bpf: Add tests for fd_array_cnt

[PATCH v7 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-11-17 12:09 UTC  (2+ messages)

[PATCH] bpf: Convert lpm_trie::lock to 'raw_spinlock_t'
 2024-11-17  1:24 UTC  (9+ messages)

[RFC PATCH bpf-next 0/2] Improve prog array uref semantics
 2024-11-16 22:17 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: range_tree for bpf arena
 2024-11-16 20:35 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for arena range tree algorithm

[PATCH v3 dwarves 0/2] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-16 20:11 UTC  (4+ messages)

[PATCH] libbpf: Change hash_combine parameters from long to unsigned long
 2024-11-16 19:10 UTC  (3+ messages)

[PATCH bpf-next 0/3] test_bpf.ko blinding fixes
 2024-11-16 18:12 UTC  (3+ messages)
` [PATCH bpf-next 3/3] bpf/tests: Make staggered jump tests constant blinding compatible

[PATCH] bpftool: fix potential NULL pointer dereferencing in prog_dump()
 2024-11-16  7:13 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH] libbpf: Change hash_combine parameters from long to __u32
 2024-11-16  6:49 UTC  (5+ messages)

[PATCH net-next v4 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-11-16  3:00 UTC  (2+ messages)


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