BPF List
 help / color / mirror / Atom feed
 messages from 2024-10-11 09:01:12 to 2024-10-15 01:31:12 UTC [more...]

[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-15  1:31 UTC  (14+ messages)
` [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
` [PATCH v16 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v16 03/18] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v16 05/18] function_graph: Pass ftrace_regs to retfunc
` [PATCH v16 06/18] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v16 07/18] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v16 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v16 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v16 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v16 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v16 13/18] fprobe: Rewrite fprobe on function-graph tracer

[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
 2024-10-15  1:30 UTC  (19+ messages)
` [PATCH net-next v2 01/12] net-timestamp: introduce socket tsflag requestors
` [PATCH net-next v2 02/12] net-timestamp: open gate for bpf_setsockopt
` [PATCH net-next v2 03/12] net-timestamp: reorganize in skb_tstamp_tx_output()
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension
` [PATCH net-next v2 05/12] net-timestamp: add bpf infrastructure to allow exposing timestamp later
` [PATCH net-next v2 06/12] net-timestamp: introduce TS_SCHED_OPT_CB to generate dev xmit timestamp
` [PATCH net-next v2 07/12] net-timestamp: introduce TS_SW_OPT_CB to generate driver timestamp
` [PATCH net-next v2 08/12] net-timestamp: introduce TS_ACK_OPT_CB to generate tcp acked timestamp
` [PATCH net-next v2 09/12] net-timestamp: add tx OPT_ID_TCP support for bpf case
` [PATCH net-next v2 10/12] net-timestamp: make bpf for tx timestamp work
` [PATCH net-next v2 11/12] net-timestamp: add bpf framework for rx timestamps
` [PATCH net-next v2 12/12] net-timestamp: add bpf support for rx software/hardware timestamp

[PATCH v2] sched_ext: Trigger ops.update_idle() from pick_task_idle()
 2024-10-15  1:12 UTC  (2+ messages)

[PATCH v5 bpf-next 00/12] Share user memory to BPF program through task storage map
 2024-10-15  0:50 UTC  (13+ messages)
` [PATCH v5 bpf-next 01/12] bpf: Support __uptr type tag in BTF
` [PATCH v5 bpf-next 02/12] bpf: Handle BPF_UPTR in verifier
` [PATCH v5 bpf-next 03/12] bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc()
` [PATCH v5 bpf-next 04/12] bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()
` [PATCH v5 bpf-next 05/12] bpf: Postpone bpf_obj_free_fields to the rcu callback
` [PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
` [PATCH v5 bpf-next 07/12] libbpf: define __uptr
` [PATCH v5 bpf-next 08/12] selftests/bpf: Some basic __uptr tests
` [PATCH v5 bpf-next 09/12] selftests/bpf: Test a uptr struct spanning across pages
` [PATCH v5 bpf-next 10/12] selftests/bpf: Add update_elem failure test for task storage uptr
` [PATCH v5 bpf-next 11/12] selftests/bpf: Add uptr failure verifier tests
` [PATCH v5 bpf-next 12/12] selftests/bpf: Create task_local_storage map with invalid uptr's struct

[PATCH v2 0/3] Fix truncation bug in coerce_reg_to_size_sx and extend selftests
 2024-10-15  0:34 UTC  (8+ messages)
` [PATCH v2 1/3] bpf: Fix truncation bug in coerce_reg_to_size_sx()
` [PATCH v2 2/3] selftests/bpf: Add test for truncation after sign extension "
` [PATCH v2 3/3] selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx()

[PATCH rcu 01/12] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
 2024-10-15  0:29 UTC  (14+ messages)
` [PATCH rcu 02/12] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/12] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/12] srcu: Bit manipulation changes "
` [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

[PATCH] memcg: add tracing for memcg stat updates
 2024-10-15  0:23 UTC  (3+ messages)

[PATCH net v2 0/2] fix two bugs related to page_pool
 2024-10-15  0:14 UTC  (3+ messages)

[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-15  0:00 UTC  (2+ messages)

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-10-14 23:41 UTC  (4+ messages)
` [PATCH v7 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()

[PATCH] tools/resolve_btfids: Fix 'variable' may be used uninitialized warnings
 2024-10-14 22:34 UTC  (6+ messages)

[RFC net-next v2 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-14 21:30 UTC  (2+ messages)
` [RFC net-next v2 2/2] igc: Link queues to NAPI instances

[PATCH bpf] bpf: fix %p% runtime check in bpf_bprintf_prepare
 2024-10-14 21:28 UTC  (2+ messages)

pull-request: bpf-next 2024-10-14
 2024-10-14 21:11 UTC 

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-14 20:48 UTC  (7+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-14 19:16 UTC  (13+ messages)
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages

[net-next v5 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-10-14 18:24 UTC  (6+ messages)
` [PATCH net-next v5 2/5] net: stmmac: Add basic dw25gmac support in stmmac core

[PATCH v5 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
 2024-10-14 18:13 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/3] bpf: Add kmem_cache iterator
` [PATCH v5 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc

Questions about XDP hints
 2024-10-14 18:09 UTC  (2+ messages)

[syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu
 2024-10-14 17:00 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] xsk: struct diet and cleanups
 2024-10-14 15:30 UTC  (2+ messages)

[PATCH] uprobe: avoid out-of-bounds memory access of fetching args
 2024-10-14 14:58 UTC  (3+ messages)

[PATCH bpf-next v7 0/2] bpf: Fix tailcall infinite loop caused by freplace
 2024-10-14 13:17 UTC  (6+ messages)
` [PATCH bpf-next v7 1/2] bpf: Prevent "

[PATCH bpf-next v1 0/3] Improve .BTF_ids patching and alignment
 2024-10-14 12:56 UTC  (3+ messages)
` [PATCH bpf-next v1 1/3] tools/resolve_btfids: Simplify handling cross-endian compilation

[PATCH 0/3] Fix truncation bug in coerce_reg_to_size_sx and extend selftests
 2024-10-14 11:46 UTC  (5+ messages)
` [PATCH 1/3] bpf: Fix truncation bug in coerce_reg_to_size_sx()
` [PATCH 2/3] selftests/bpf: Add test for truncation after sign extension "
` [PATCH 3/3] selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx()

[PATCH 1/3] ima: Remove inode lock
 2024-10-14 11:45 UTC  (11+ messages)
` [PATCH 2/3] ima: Ensure lock is held when setting iint pointer in inode security blob

[RFC PATCH v1 13/57] bpf: Remove PAGE_SIZE compile-time constant assumption
 2024-10-14 10:58 UTC  (2+ messages)
  ` [RFC PATCH v1 29/57] net: igb: "

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-14 10:18 UTC  (5+ messages)
` [PATCH bpf-next 1/2] fs/xattr: bpf: Introduce "

[PATCH bpf-next 1/2] bpf: Add bpf_task_from_vpid() kfunc
 2024-10-14  9:25 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for "

[PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
 2024-10-14  5:49 UTC  (5+ messages)

[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in page_pool_put_unrefed_netmem
 2024-10-13 19:32 UTC 

[PATCH bpf 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
 2024-10-13 16:28 UTC  (5+ messages)
` [PATCH bpf 2/4] vsock: Update rx_bytes on read_skb()
      ` [External] "

[PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
 2024-10-13 16:26 UTC  (5+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock
` [PATCH bpf v2 2/4] vsock: Update rx_bytes on read_skb()
` [PATCH bpf v2 3/4] vsock: Update msg_count "
` [PATCH bpf v2 4/4] bpf, vsock: Drop static vsock_bpf_prot initialization

[PATCH bpf-next 08/16] bpf: Handle bpf_dynptr_user in bpf syscall when it is used as input
 2024-10-13 13:08 UTC  (2+ messages)

[PATCH bpf-next 05/16] bpf: Support map key with dynptr in verifier
 2024-10-13 13:07 UTC  (2+ messages)

[PATCH v5] mm, kasan, kmsan: copy_from/to_kernel_nofault
 2024-10-12 22:45 UTC  (3+ messages)
` [PATCH v6] "

[PATCH bpf 0/2] Two fixes for test_sockmap
 2024-10-12 20:37 UTC  (3+ messages)
` [PATCH bpf 1/2] selftests/bpf: Fix msg_verify_data in test_sockmap
` [PATCH bpf 2/2] selftests/bpf: Fix txmsg_redir of test_txmsg_pull "

[PATCH net-next v21 12/14] net: replace page_frag with page_frag_cache
 2024-10-12 11:23 UTC 

[PATCH -next v4 0/2] perf stat: Support inherit events for bperf
 2024-10-12  2:32 UTC  (3+ messages)
` [PATCH -next v4 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next v4 2/2] perf test: Use sqrtloop workload to test bperf event

[PATCH v4 net 0/4] net: enetc: fix some issues of XDP
 2024-10-11 23:10 UTC  (8+ messages)
` [PATCH v4 net 2/4] net: enetc: block concurrent XDP transmissions during ring reconfiguration
` [PATCH v4 net 3/4] net: enetc: disable Tx BD rings after they are empty
` [PATCH v4 net 4/4] net: enetc: disable NAPI after all rings are disabled

[PATCH bpf-next 00/16] Support dynptr key for hash map
 2024-10-11 22:11 UTC  (8+ messages)
` [PATCH bpf-next 03/16] bpf: Parse bpf_dynptr in map key
` [PATCH bpf-next 12/16] bpf: Support basic operations for dynptr key in hash map
` [PATCH bpf-next 16/16] selftests/bpf: Add test cases for hash map with dynptr key

[PATCH] libbpf: Fix possible compiler warnings in hashmap
 2024-10-11 19:40 UTC  (2+ messages)

[PATCH v2 bpf-next] selftests/bpf: check for timeout in perf_link test
 2024-10-11 19:40 UTC  (2+ messages)

[PATCH net-next v25 00/13] Device Memory TCP
 2024-10-11 19:38 UTC  (6+ messages)
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-10-11 19:34 UTC  (5+ messages)

[PATCH bpf v1 1/2] bpf: fix link info netfilter flags to populate defrag flag
 2024-10-11 19:32 UTC  (2+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: add asserts for netfilter link info

[syzbot] Monthly trace report (Oct 2024)
 2024-10-11 19:16 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: never interpret subprogs in .text as entry programs
 2024-10-11 18:32 UTC  (2+ messages)

[PATCH 1/2] perf tools: Fix possible compiler warnings in hashmap
 2024-10-11 18:00 UTC  (4+ messages)

[PATCH v2 rcu 01/13] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
 2024-10-11 17:39 UTC  (12+ messages)
` [PATCH v2 rcu 02/13] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH v2 rcu 03/13] srcu: Renaming in preparation for additional reader flavor
` [PATCH v2 rcu 04/13] srcu: Bit manipulation changes "
` [PATCH v2 rcu 05/13] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH v2 rcu 06/13] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH v2 rcu 07/13] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
` [PATCH v2 rcu 08/13] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH v2 rcu 09/13] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH v2 rcu 10/13] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH v2 rcu 11/13] rcutorture: Add light-weight SRCU scenario
` [PATCH v2 rcu 12/13] refscale: Add srcu_read_lock_lite() support using "srcu-lite"

[PATCH,bpf-next v3 0/4] selftests/bpf: migrate and remove cgroup/tracing related tests
 2024-10-11 17:00 UTC  (2+ messages)

[PATCH bpf-next v4 00/10] bpf: Support private stack for bpf progs
 2024-10-11 16:14 UTC  (8+ messages)
` [PATCH bpf-next v4 09/10] bpf, x86: Jit support for nested bpf_prog_call

[PATCH v4 01/13] LSM: Add the lsm_prop data structure
 2024-10-11 15:45 UTC  (3+ messages)
` [PATCH v4 1/13] "

[PATCH bpf-next v3 0/3] selftests/bpf: add coverage for xdp_features in test_progs
 2024-10-11 11:50 UTC  (4+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: make xdp_cpumap_attach keep redirect prog attached

[PATCHv6 bpf-next,perf/core 00/16] uprobe, bpf: Add session support
 2024-10-11 11:36 UTC  (12+ messages)
` [PATCHv6 perf/core 02/16] uprobe: Add support for session consumer
` [PATCHv6 bpf-next 13/16] selftests/bpf: Add uprobe session single consumer test
` [PATCHv6 bpf-next 14/16] selftests/bpf: Scale down uprobe multi "
` [PATCHv6 bpf-next 15/16] selftests/bpf: Add uprobe sessions to "

[RFC PATCH 0/3] Allow sk_lookup UDP return traffic to egress
 2024-10-11 11:21 UTC  (6+ messages)
` [RFC PATCH 2/3] ipv6: Run a reverse sk_lookup on sendmsg

[PATCH net-next v2 0/7] net: ip: add drop reasons to input route
 2024-10-11  9:17 UTC  (7+ messages)
` [PATCH net-next v2 1/7] net: ip: make fib_validate_source() return drop reason

[PATCH iwl-next v8 0/6] igb: Add support for AF_XDP zero-copy
 2024-10-11  9:01 UTC  (6+ messages)
` [PATCH iwl-next v8 2/6] igb: Introduce igb_xdp_is_enabled()
` [PATCH iwl-next v8 3/6] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v8 4/6] igb: Add XDP finalize and stats update functions
` [PATCH iwl-next v8 5/6] igb: Add AF_XDP zero-copy Rx support
` [PATCH iwl-next v8 6/6] igb: Add AF_XDP zero-copy Tx support


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