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

[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

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-14 23:02 UTC  (10+ 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 "

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

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

[PATCH bpf-next v2 00/13] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-14 21:50 UTC  (14+ 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 bpf] xsk: Free skb when TX metadata options are invalid
 2024-11-14 21:43 UTC  (4+ messages)

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

pull-request: bpf-next 2024-11-14
 2024-11-14 20:28 UTC 

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

[PATCH bpf-next] bpf: Add multi-prog support for XDP BPF programs
 2024-11-14 17:07 UTC 

[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: "

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-14 15:16 UTC  (23+ messages)
` [PATCH net-next v5 01/19] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v5 02/19] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next v5 03/19] unroll: add generic loop unroll helpers
` [PATCH net-next v5 04/19] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v5 05/19] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v5 06/19] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v5 07/19] xdp: register system page pool as an XDP memory model
` [PATCH net-next v5 08/19] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v5 09/19] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v5 10/19] xdp: get rid of xdp_frame::mem.id
` [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)

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)

[PATCH bpf-next 0/2] bpf: range_tree for bpf arena
 2024-11-14  0:48 UTC  (8+ 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

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

[GIT PULL] bpf for v6.12-rc8
 2024-11-13 17:19 UTC  (2+ messages)

[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in sk_psock_verdict_data_ready (2)
 2024-11-13 15:05 UTC 

[PATCH v6.1 0/2] uprobe: avoid out-of-bounds memory access of fetching args
 2024-11-13 14:27 UTC  (3+ messages)
` [PATCH v6.1 1/2] uprobes: encapsulate preparation of uprobe args buffer
` [PATCH v6.1 2/2] uprobe: avoid out-of-bounds memory access of fetching args

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

[PATCH net-next v3 0/6] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-13 12:57 UTC  (7+ messages)
` [PATCH net-next v3 1/6] Revert "tools/net/ynl: improve async notification handling"
` [PATCH net-next v3 2/6] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v3 3/6] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v3 4/6] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v3 5/6] selftests: net: Add python context manager for netns entering
` [PATCH net-next v3 6/6] selftests: net: Add two test cases for link netns

[PATCH bpf-next v4] selftests/bpf: Consolidate kernel modules into common directory
 2024-11-13 11:24 UTC 

[PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-13 11:13 UTC  (9+ messages)
` [PATCH net-next v4 12/19] xdp: add generic xdp_build_skb_from_buff()

[syzbot] [bpf?] WARNING: locking bug in trie_delete_elem
 2024-11-13 11:04 UTC  (3+ messages)

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

[PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
 2024-11-13  8:03 UTC  (5+ messages)

[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
 2024-11-13  7:32 UTC  (2+ messages)

[PATCH bpf-next v12 0/7] bpf: Support private stack for bpf progs
 2024-11-13  4:32 UTC  (5+ messages)
` [PATCH bpf-next v12 4/7] bpf, x86: Support private stack in jit

[PATCH rcu 11/15] rcutorture: Add reader_flavor parameter for SRCU readers
 2024-11-13  3:20 UTC  (4+ messages)

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

[PATCH bpf-next v3 0/2] bpf, x64: Introduce two tailcall enhancements
 2024-11-13  2:15 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] bpf, x64: Propagate tailcall info only for subprogs

[PATCH bpf-next v4 0/3] Add kernel symbol for struct_ops trampoline
 2024-11-13  1:20 UTC  (3+ messages)

[PATCH v2 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2024-11-13  1:19 UTC  (5+ messages)
` [PATCH v2 1/4] perf evsel: Add pmu_name helper
` [PATCH v2 2/4] perf stat: Fix find_stat for mixed legacy/non-legacy events
` [PATCH v2 3/4] perf record: Skip don't fail for events that don't open
` [PATCH v2 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[PATCH v3 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-13  0:53 UTC  (2+ messages)
` [PATCH v3 bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention


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