messages from 2024-10-14 11:45:30 to 2024-10-15 14:55:24 UTC [more...]
[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
2024-10-15 14:53 UTC (18+ messages)
` [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v2 02/18] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next v2 03/18] unroll: add generic loop unroll helpers
` [PATCH net-next v2 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v2 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v2 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v2 07/18] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v2 09/18] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v2 10/18] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v2 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v2 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v2 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next v2 15/18] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next v2 16/18] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next v2 17/18] libeth: support native XDP and register memory model
[PATCH v4] sched_ext: Trigger ops.update_idle() from pick_task_idle()
2024-10-15 14:41 UTC (2+ messages)
Maximum amount of uprobes and uprobe and uprobe_ret relation
2024-10-15 14:41 UTC (2+ messages)
[PATCH net-next v3 00/10] net: ip: add drop reasons to input route
2024-10-15 14:08 UTC (11+ messages)
` [PATCH net-next v3 01/10] net: ip: refactor fib_validate_source/__fib_validate_source
` [PATCH net-next v3 02/10] net: ip: make fib_validate_source() return drop reason
` [PATCH net-next v3 03/10] net: ip: make ip_route_input_mc() "
` [PATCH net-next v3 04/10] net: ip: make ip_mc_validate_source() "
` [PATCH net-next v3 05/10] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH net-next v3 06/10] net: ip: make ip_route_input_rcu() "
` [PATCH net-next v3 07/10] net: ip: make ip_route_input_noref() "
` [PATCH net-next v3 08/10] net: ip: make ip_route_input() "
` [PATCH net-next v3 09/10] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH net-next v3 10/10] net: ip: make ip_route_use_hint() "
[syzbot] Monthly trace report (Oct 2024)
2024-10-15 14:05 UTC (3+ messages)
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-15 13:54 UTC (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
pull-request: bpf-next 2024-10-14
2024-10-15 13:30 UTC (2+ messages)
[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 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
[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 (4+ messages)
` [PATCH bpf v2 2/4] vsock: Update rx_bytes on read_skb()
[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 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 03/12] srcu: Renaming in preparation for additional reader flavor
2024-10-15 5:10 UTC (13+ messages)
` [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 (2+ messages)
[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 (2+ messages)
[PATCH bpf] bpf: fix %p% runtime check in bpf_bprintf_prepare
2024-10-14 21:28 UTC (2+ messages)
[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 (3+ messages)
` [PATCH 2/3] selftests/bpf: Add test for truncation after sign extension in coerce_reg_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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox