BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-12 14:52:46 to 2024-11-14 08:44:58 UTC [more...]

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-14  8:43 UTC  (8+ 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] BUG: unable to handle page fault for address: ffffffffa6df0480
 2024-11-14  8:29 UTC  (3+ 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] bpf: Convert lpm_trie::lock to 'raw_spinlock_t'
 2024-11-14  2:43 UTC  (3+ messages)

[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  (22+ messages)
` [PATCH bpf-next v5 2/4] bpf: add bpf_cpu_cycles_to_ns helper
` [PATCH bpf-next v5 3/4] selftests/bpf: add selftest to check rdtsc jit

[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)

uprobe overhead when specifying a pid
 2024-11-13 23:33 UTC 

Some observations (results) on BPF acquire and release
 2024-11-13 22:59 UTC  (6+ 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)

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

[PATCH dwarves 0/3] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-13 18:27 UTC  (11+ messages)
` [PATCH dwarves 3/3] dwarf_loader: "

[PATCH v5 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-13 18:09 UTC  (8+ 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

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

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-13 15:24 UTC  (20+ 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)

[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  (11+ messages)
` [PATCH bpf-next v12 1/7] bpf: Find eligible subprogs for private stack support
` [PATCH bpf-next v12 2/7] bpf: Enable private stack for eligible subprogs
` [PATCH bpf-next v12 3/7] bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
` [PATCH bpf-next v12 4/7] bpf, x86: Support private stack in jit
` [PATCH bpf-next v12 5/7] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v12 6/7] bpf: Support private stack for struct_ops progs
` [PATCH bpf-next v12 7/7] selftests/bpf: Add struct_ops prog private stack tests

[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  (3+ 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  (5+ messages)
` [PATCH v3 bpf-next 1/4] bpf: lsm: Remove hook to bpf_task_storage_free
` [PATCH v3 bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH v3 bpf-next 3/4] bpf: Add recursion prevention logic for inode storage
` [PATCH v3 bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention

[PATCH v19 17/19] Documentation: probes: Update fprobe on function-graph tracer
 2024-11-13  0:42 UTC  (2+ messages)
` [PATCH 19.1] "

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-11-12 23:53 UTC  (6+ messages)
` [PATCH v4 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-12 23:48 UTC  (9+ messages)
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer

[PATCH v2 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-12 23:46 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH v2 bpf-next 3/4] bpf: Add recursion prevention logic for inode storage

[ANN] bpf verifier audit
 2024-11-12 23:21 UTC 

[bpf-next 0/4] selftests/bpf: fix for bpf_signal stalls, watchdog for test_progs
 2024-11-12 22:10 UTC  (2+ messages)

[bpf-next 0/2] bpf: Add flag for batch operation
 2024-11-12 19:47 UTC  (5+ messages)

[PATCH v2] bpftool: Set srctree correctly when not building out of source tree
 2024-11-12 17:02 UTC  (4+ messages)

[PATCH iwl-next v6 0/2] igc: Link IRQs and queues to NAPIs
 2024-11-12 15:06 UTC  (3+ messages)
` [PATCH iwl-next v6 2/2] igc: Link queues to NAPI instances
  ` [Intel-wired-lan] "

[PATCH 10/16] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
 2024-11-12 14:51 UTC  (6+ messages)
` [PATCH 11/16] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH 12/16] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH 13/16] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH 14/16] rcutorture: Add light-weight SRCU scenario
` [PATCH 15/16] refscale: Add srcu_read_lock_lite() support using "srcu-lite"


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