BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-13 15:25:45 to 2024-11-15 15:54:06 UTC [more...]

[PATCH bpf-next v2 00/13] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-15 15:54 UTC  (20+ messages)
` [PATCH bpf-next v2 01/13] selftests/bpf: add a macro to compare raw memory
` [PATCH bpf-next v2 02/13] selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keys
` [PATCH bpf-next v2 03/13] selftests/bpf: replace CHECK calls with ASSERT macros in flow_dissector test
` [PATCH bpf-next v2 04/13] selftests/bpf: re-split main function into dedicated tests
` [PATCH bpf-next v2 05/13] selftests/bpf: expose all subtests from flow_dissector
` [PATCH bpf-next v2 06/13] selftests/bpf: add gre packets testing to flow_dissector
` [PATCH bpf-next v2 07/13] selftests/bpf: migrate flow_dissector namespace exclusivity test
` [PATCH bpf-next v2 08/13] selftests/bpf: Enable generic tc actions in selftests config
` [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-next v2 13/13] selftests/bpf: remove test_flow_dissector.sh

[PATCH v3 dwarves 0/2] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-15 15:52 UTC  (5+ messages)
` [PATCH v3 dwarves 1/2] dwarf_loader: "
` [PATCH v3 dwarves 2/2] dwarf_loader: use libdw__lock for dwarf_getlocation(s)

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

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-15 14:34 UTC  (14+ 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 net-next v5 13/19] xsk: align &xdp_buff_xsk harder
` [PATCH net-next v5 14/19] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v5 15/19] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next v5 16/19] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next v5 17/19] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next v5 18/19] libeth: support native XDP and register memory model
` [PATCH net-next v5 19/19] libeth: add a couple of XDP helpers (libeth_xdp)

[PATCH] bpftool: fix potential NULL pointer dereferencing in prog_dump()
 2024-11-15 13:42 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: range_tree for bpf arena
 2024-11-15 12:20 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: Introduce range_tree data structure and use it in "
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for arena range tree algorithm

[PATCH bpf-next] libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
 2024-11-15 11:58 UTC 

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

[PATCH bpf-next] bpf: Add multi-prog support for XDP BPF programs
 2024-11-15 11:07 UTC  (4+ messages)

[RFC PATCH] libbpf: Change hash_combine parameters from long to __u32
 2024-11-15 10:34 UTC 

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-15  8:51 UTC  (16+ messages)
` [RFC/PATCH v2 bpf-next fanotify 1/7] fanotify: Introduce fanotify "
` [RFC/PATCH v2 bpf-next fanotify 2/7] samples/fanotify: Add a sample "
` [RFC/PATCH v2 bpf-next fanotify 3/7] bpf: Make bpf inode storage available to tracing programs
` [RFC/PATCH v2 bpf-next fanotify 4/7] bpf: fs: Add three kfuncs
` [RFC/PATCH v2 bpf-next fanotify 5/7] bpf: Allow bpf map hold reference on dentry
` [RFC/PATCH v2 bpf-next fanotify 6/7] fanotify: Enable bpf based fanotify fastpath handler
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF "

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

[PATCH bpf-next] bpf: Do not alloc arena on unsupported arches
 2024-11-15  8:25 UTC 

[PATCH bpf-next v2] bpf: Add necessary migrate_{disable,enable} in range_tree
 2024-11-15  6:03 UTC 

[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  (15+ messages)
` [RFC bpf-next 01/11] bpf: use branch predictions in opt_hard_wire_dead_code_branches()
` [RFC bpf-next 03/11] bpf: shared BPF/native kfuncs

[PATCH bpf] xsk: Free skb when TX metadata options are invalid
 2024-11-15  2:22 UTC  (5+ messages)

[PATCH bpf-next 0/5] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-11-15  0:46 UTC  (6+ 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 v3 bpf-next] bpf: use common instruction history across all states
 2024-11-15  0:13 UTC 

[PATCH 0/2] Check the types of iter arguments
 2024-11-15  0:00 UTC  (3+ messages)
` [PATCH 1/2] bpf: Check if iter args are stack pointers

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-14 23:44 UTC  (16+ 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

[BUG] BUG: unable to handle page fault for address: ffffffffa6df0480
 2024-11-14 17:16 UTC  (4+ messages)

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

[PATCH dwarves 0/3] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-14 16:29 UTC  (12+ messages)
` [PATCH dwarves 3/3] dwarf_loader: "

Some observations (results) on BPF acquire and release
 2024-11-14 14:56 UTC  (7+ messages)

[PATCH net-next v1 09/10] net: replace page_frag with page_frag_cache
 2024-11-14 12:16 UTC 

[PATCH] bpf: Convert lpm_trie::lock to 'raw_spinlock_t'
 2024-11-14 10:09 UTC  (8+ messages)

uprobe overhead when specifying a pid
 2024-11-14  9:08 UTC  (2+ messages)

[PATCH bpf-next 00/10] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-14  8:04 UTC  (25+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: add a macro to compare raw memory
` [PATCH bpf-next 02/10] selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keys
` [PATCH bpf-next 03/10] selftests/bpf: replace CHECK calls with ASSERT macros in flow_dissector test
` [PATCH bpf-next 04/10] selftests/bpf: re-split main function into dedicated tests
` [PATCH bpf-next 05/10] selftests/bpf: expose all subtests from flow_dissector
` [PATCH bpf-next 06/10] selftests/bpf: add gre packets testing to flow_dissector
` [PATCH bpf-next 07/10] selftests/bpf: migrate flow_dissector namespace exclusivity test
` [PATCH bpf-next 08/10] selftests/bpf: Enable generic tc actions in selftests config
` [PATCH bpf-next 09/10] selftests/bpf: migrate bpf flow dissectors tests to test_progs
` [PATCH bpf-next 10/10] selftests/bpf: remove test_flow_dissector.sh

[PATCH 0/2] bpf/umd possible deadcode
 2024-11-14  2:24 UTC  (3+ messages)
` [PATCH 1/2] bpf: Don't select USERMODE_DRIVER
` [PATCH 2/2] umd: Remove

[PATCH bpf-next v5 1/4] bpf: add bpf_get_cpu_cycles kfunc
 2024-11-14  1:05 UTC  (7+ messages)

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-11-13 23:39 UTC  (9+ messages)

Fix build ID parsing logic in stable trees
 2024-11-13 21:12 UTC  (10+ messages)

[PATCH] samples/bpf: Remove unused variables
 2024-11-13 20:41 UTC  (3+ messages)

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-11-13 20:40 UTC  (6+ messages)
` [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers

[PATCH] samples: bpf: Remove unused variable
 2024-11-13 20:30 UTC  (2+ messages)

[PATCH] bpftool: Cast variable `var` to long long
 2024-11-13 20:20 UTC  (2+ messages)

[PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
 2024-11-13 20:00 UTC  (2+ messages)

[GIT PULL] bpf for v6.12-rc8
 2024-11-13 17:19 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