bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-15 00:43:20 to 2024-11-18 18:24:39 UTC [more...]

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

[PATCH bpf-next 00/10] Fixes for LPM trie
 2024-11-18 17:46 UTC  (20+ 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

[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 net-next v4 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-18 14:32 UTC  (6+ 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 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  (12+ messages)

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

[PATCH net-next] net: ip: fix unexpected return in fib_validate_source()
 2024-11-18 11:38 UTC  (2+ 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

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-18 10:06 UTC  (30+ 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

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

[PATCH bpf v4 0/2] bpf: fix recursive lock and add test
 2024-11-18  3:09 UTC  (3+ 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 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-17 22:59 UTC  (17+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

[PATCH bpf-next v6 0/4] bpf: add cpu cycles kfuncss
 2024-11-17 22:55 UTC  (13+ messages)
` [PATCH bpf-next v6 1/4] bpf: add bpf_get_cpu_cycles kfunc
` [PATCH bpf-next v6 2/4] bpf: add bpf_cpu_cycles_to_ns helper
` [PATCH bpf-next v6 3/4] selftests/bpf: add selftest to check rdtsc jit
` [PATCH bpf-next v6 4/4] selftests/bpf: add usage example for cpu cycles kfuncs

[PATCH bpf-next 0/5] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-11-17 21:30 UTC  (12+ messages)
` [PATCH bpf-next 1/5] bpf: add a __btf_get_by_fd helper
` [PATCH bpf-next 2/5] bpf: move map/prog compatibility checks
` [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 bpf-next 5/5] bpf: fix potential error return

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-17 12:42 UTC  (10+ 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 v7 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-11-17 12:09 UTC  (2+ messages)

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

[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  (7+ messages)
` [PATCH v3 dwarves 1/2] dwarf_loader: "
` [PATCH v3 dwarves 2/2] dwarf_loader: use libdw__lock for dwarf_getlocation(s)

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

[PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
 2024-11-16  0:32 UTC  (4+ messages)

[PATCH net-next v3 0/6] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-15 23:35 UTC  (3+ messages)
` [PATCH net-next v3 4/6] rtnetlink: Decouple net namespaces in rtnl_newlink_create()

[PATCH bpf] xsk: Free skb when TX metadata options are invalid
 2024-11-15 23:10 UTC  (4+ messages)

Recent eBPF verifier rejects program that was accepted by 6.8 eBPF verifier
 2024-11-15 20:59 UTC 

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

[PATCH bpf-next] libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
 2024-11-15 19:30 UTC  (2+ messages)

[PATCH v3 bpf-next] bpf: use common instruction history across all states
 2024-11-15 18:30 UTC  (2+ messages)

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

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-11-15 17:17 UTC  (2+ messages)

[PATCH dwarves 0/3] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-15 16:26 UTC  (7+ messages)
` [PATCH dwarves 3/3] dwarf_loader: "
          ` elfutils thread-safety (Was: [PATCH dwarves 3/3] dwarf_loader: Check DW_OP_[GNU_]entry_value for possible parameter matching)

[PATCH bpf-next] bpf: Do not alloc arena on unsupported arches
 2024-11-15 16:20 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Add necessary migrate_{disable,enable} in range_tree
 2024-11-15 16:20 UTC  (2+ messages)

[PATCH bpf-next v2 00/13] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-15 16:11 UTC  (15+ messages)
` [PATCH bpf-next v2 01/13] selftests/bpf: add a macro to compare raw memory
` [PATCH bpf-next v2 04/13] selftests/bpf: re-split main function into dedicated tests
` [PATCH bpf-next v2 07/13] selftests/bpf: migrate flow_dissector namespace exclusivity test
` [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 bpf 0/2] bpf: fix OOB accesses in map_delete_elem callbacks
 2024-11-15 15:01 UTC  (7+ messages)
` [PATCH bpf 1/2] xsk: fix OOB map writes when deleting elements
` [PATCH bpf 2/2] bpf: fix OOB devmap "

[PATCH v2 dwarves 0/2] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-15 15:00 UTC  (9+ messages)
` [PATCH v2 dwarves 1/2] dwarf_loader: "

[BUG] Soft lockup on powerpc when running arena selftests
 2024-11-15  8:30 UTC  (3+ messages)

[PATCH bpf-next] bpf: Add necessary migrate_{disable,enable} in bpf arena
 2024-11-15  5:50 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: set test path for token/obj_priv_implicit_token_envvar
 2024-11-15  4:30 UTC  (3+ messages)

[PATCHv9 bpf-next 00/13] bpf: Add uprobe session support
 2024-11-15  3:59 UTC  (3+ messages)
` [PATCHv9 bpf-next 05/13] libbpf: Add support for uprobe multi session attach

pull-request: bpf-next 2024-11-14
 2024-11-15  3:30 UTC  (2+ messages)

[PATCH net-next 0/2] ipv4: Prepare bpf helpers to .flowi4_tos conversion
 2024-11-15  3:30 UTC  (2+ messages)

FOSDEM 2025 eBPF Devroom Call for Participation
 2024-11-15  3:17 UTC  (3+ messages)
  ` [Bpf] "

[RFC bpf-next 00/11] bpf: inlinable kfuncs for BPF
 2024-11-15  3:03 UTC  (12+ messages)
` [RFC bpf-next 01/11] bpf: use branch predictions in opt_hard_wire_dead_code_branches()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).