BPF List
 help / color / mirror / Atom feed
 messages from 2024-10-13 08:47:33 to 2024-10-15 13:28:56 UTC [more...]

[PATCH iwl-next v8 0/6] igb: Add support for AF_XDP zero-copy
 2024-10-15 13:28 UTC  (7+ messages)
` [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

[PATCH v2 0/3] Fix truncation bug in coerce_reg_to_size_sx and extend selftests
 2024-10-15 12:47 UTC  (9+ 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] bpftool: optimize if statement code
 2024-10-15 12:11 UTC  (2+ messages)

[PATCH v1 0/6] Add jump table support for objtool on LoongArch
 2024-10-15 11:39 UTC  (7+ messages)
` [PATCH v1 1/6] objtool: Check various symbol types for jump table
` [PATCH v1 2/6] objtool/LoongArch: Add support "
` [PATCH v1 3/6] LoongArch: Enable jump table for objtool
` [PATCH v1 4/6] bpf, core: Add weak arch_prepare_goto()
` [PATCH v1 5/6] LoongArch: Define specified arch_prepare_goto()
` [PATCH v1 6/6] objtool/LoongArch: Add support for goto table

[PATCH net] bpf: xdp: fallback to SKB mode if DRV flag is absent
 2024-10-15 11:31 UTC  (7+ messages)

[PATCH v4] sched_ext: Trigger ops.update_idle() from pick_task_idle()
 2024-10-15 11:15 UTC 

[PATCH v5] mm, kasan, kmsan: copy_from/to_kernel_nofault
 2024-10-15 11:05 UTC  (4+ messages)
` [PATCH v6] "

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

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

[PATCH bpf-next 0/3] selftests/bpf: Improve building with extra
 2024-10-15 10:17 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Allow building with extra flags
` [PATCH bpf-next 2/3] bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
` [PATCH bpf-next 3/3] selftests/bpf: Allow ignoring some flags for Clang builds

[syzbot] Monthly trace report (Oct 2024)
 2024-10-15 10:05 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] Implement mechanism to signal other threads
 2024-10-15  9:56 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] bpf: implement bpf_send_signal_task() kfunc

[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
 2024-10-15  9:36 UTC  (26+ 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 04/12] net-timestamp: add static key to control the whole bpf extension
` [PATCH net-next v2 09/12] net-timestamp: add tx OPT_ID_TCP support for bpf case
` [PATCH net-next v2 11/12] net-timestamp: add bpf framework for rx timestamps

[PATCHv7 bpf-next,perf/core 00/15] uprobe, bpf: Add session support
 2024-10-15  9:10 UTC  (16+ messages)
` [PATCHv7 perf/core 01/15] uprobe: Add data pointer to consumer handlers
` [PATCHv7 perf/core 02/15] uprobe: Add support for session consumer
` [PATCHv7 bpf-next 03/15] bpf: Allow return values 0 and 1 for kprobe session
` [PATCHv7 bpf-next 04/15] bpf: Force uprobe bpf program to always return 0
` [PATCHv7 bpf-next 05/15] bpf: Add support for uprobe multi session attach
` [PATCHv7 bpf-next 06/15] bpf: Add support for uprobe multi session context
` [PATCHv7 bpf-next 07/15] libbpf: Add support for uprobe multi session attach
` [PATCHv7 bpf-next 08/15] selftests/bpf: Add uprobe session test
` [PATCHv7 bpf-next 09/15] selftests/bpf: Add uprobe session cookie test
` [PATCHv7 bpf-next 10/15] selftests/bpf: Add uprobe session recursive test
` [PATCHv7 bpf-next 11/15] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv7 bpf-next 12/15] selftests/bpf: Add kprobe "
` [PATCHv7 bpf-next 13/15] selftests/bpf: Add uprobe session single consumer test
` [PATCHv7 bpf-next 14/15] selftests/bpf: Add uprobe sessions to "
` [PATCHv7 bpf-next 15/15] selftests/bpf: Add threads "

[PATCH v2] sched_ext: Trigger ops.update_idle() from pick_task_idle()
 2024-10-15  8:46 UTC  (5+ messages)

[PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
 2024-10-15  8:31 UTC  (7+ 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 v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-15  8:29 UTC  (16+ 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

[PATCH] memcg: add tracing for memcg stat updates
 2024-10-15  8:02 UTC  (4+ messages)

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-15  6:42 UTC  (11+ messages)
` [PATCH bpf-next 1/2] fs/xattr: bpf: Introduce "
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names

[PATCH v3] sched_ext: Trigger ops.update_idle() from pick_task_idle()
 2024-10-15  6:22 UTC 

[PATCH v2] uprobe: avoid out-of-bounds memory access of fetching args
 2024-10-15  6:01 UTC 

[PATCH] uprobe: avoid out-of-bounds memory access of fetching args
 2024-10-15  5:43 UTC  (5+ messages)

[PATCH rcu 01/12] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
 2024-10-15  5:10 UTC  (17+ 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 bpf-next 1/2] bpf: Add bpf_task_from_vpid() kfunc
 2024-10-15  2:00 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for "

[PATCH v5 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
 2024-10-15  2:00 UTC  (9+ 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

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

[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-15  1:31 UTC  (19+ 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 v16 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v16 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v16 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v16 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v16 18/18] bpf: Add get_entry_ip() for arm64

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

[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  (5+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}

[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

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 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  (6+ 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 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-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)


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