messages from 2025-06-12 16:10:47 to 2025-06-16 08:33:29 UTC [more...]
[PATCH bpf-next v2 0/3] selftests/bpf: Fix usdt/multispec failure with arm64/clang20
2025-06-16 8:33 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Refactor the failed assertion to another subtest
` [PATCH bpf-next v2 2/3] selftests/bpf: Add test_usdt_multispec.inc.h for sharing between multiple progs
` [PATCH bpf-next v2 3/3] selftests/bpf: Add subtest usdt_multispec_fail with adjustable BPF_USDT_MAX_SPEC_CNT
[PATCH bpf-next v2 0/2] veristat: memory accounting for bpf programs
2025-06-16 8:02 UTC (13+ messages)
` [PATCH bpf-next v2 1/2] bpf: include verifier memory allocations in memcg statistics
` [PATCH bpf-next v2 2/2] veristat: memory accounting for bpf programs
[PATCH net-next 0/9] Split netmem from struct page
2025-06-16 7:45 UTC (10+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
[PATCH bpf-next v2 1/2] bpf: Add show_fdinfo for uprobe_multi
2025-06-16 7:40 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] bpf: Add show_fdinfo for kprobe_multi
[PATCH net v2] net: ti: icssg-prueth: Fix packet handling for XDP_TX
2025-06-16 6:33 UTC
BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
2025-06-16 6:28 UTC (9+ messages)
[bpf_iter] get rid of redundant 3rd argument of prepare_seq_file()
2025-06-16 4:51 UTC (2+ messages)
[PATCH v3 bpf-next 0/5] bpf path iterator
2025-06-16 0:24 UTC (12+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` Ref-less parent walk from Landlock (was: Re: [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent())
[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
2025-06-15 15:44 UTC (15+ messages)
` [PATCH bpf 1/7] bpf/x86: use define for max regs count used for arguments
` [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
` [PATCH bpf 3/7] bpf/riscv: "
` [PATCH bpf 4/7] bpf/s390: "
` [PATCH bpf 5/7] bpf/powerpc64: use define for max regs count used for arguments
` [PATCH bpf 6/7] bpf/powerpc64: prevent trampoline attachment when args location on stack is uncertain
` [PATCH bpf 7/7] selftests/bpf: ensure that functions passing structs on stack can not be hooked
[PATCH net 0/2] virtio-net: xsk: rx: fix the frame's length check
2025-06-15 15:13 UTC (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()
[RFC bpf-next 0/9] BPF indirect jumps
2025-06-15 8:59 UTC (10+ messages)
` [RFC bpf-next 1/9] bpf: save the start of functions in bpf_prog_aux
` [RFC bpf-next 2/9] bpf, x86: add new map type: instructions set
` [RFC bpf-next 3/9] selftests/bpf: add selftests for new insn_set map
` [RFC bpf-next 4/9] bpf, x86: allow indirect jumps to r8...r15
` [RFC bpf-next 5/9] bpf, x86: add support for indirect jumps
` [RFC bpf-next 6/9] bpf: workaround llvm behaviour with "
` [RFC bpf-next 7/9] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [RFC bpf-next 8/9] libbpf: support llvm-generated indirect jumps
` [RFC bpf-next 9/9] selftests/bpf: add selftests for "
[PATCH bpf-next 00/25] bpf: tracing multi-link support
2025-06-15 8:35 UTC (7+ messages)
[PATCH v10 00/11] perf: Support the deferred unwinding infrastructure
2025-06-15 2:41 UTC (13+ messages)
` [PATCH v10 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v10 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v10 03/11] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v10 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v10 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v10 06/11] perf: Support deferred user callchains
` [PATCH v10 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v10 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v10 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v10 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v10 11/11] perf tools: Merge deferred user callchains
[PATCH bpf-next v2 0/1] selftests/bpf: more precise cpu_mitigations state detection
2025-06-15 2:18 UTC (3+ messages)
` [PATCH bpf-next v2 1/1] "
[PATCH v2 bpf-next 0/4] af_unix: Allow BPF LSM to filter SCM_RIGHTS at sendmsg()
2025-06-14 20:40 UTC (8+ messages)
` [PATCH v2 bpf-next 1/4] af_unix: Don't pass struct socket to security_unix_may_send()
` [PATCH v2 bpf-next 2/4] af_unix: Call security_unix_may_send() in sendmsg() for all socket types
` [PATCH v2 bpf-next 3/4] af_unix: Pass skb to security_unix_may_send()
` [PATCH v2 bpf-next 4/4] selftest: bpf: Add test for BPF LSM on unix_may_send()
[PATCH v4 bpf-next 0/5] bpf path iterator
2025-06-14 18:36 UTC (7+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v4 bpf-next 3/5] bpf: Introduce path iterator
[RFC bpf-next v2 0/4] bpf: Fast-Path approach for BPF program
2025-06-14 6:40 UTC (5+ messages)
` [RFC bpf-next v2 1/4] bpf: Introduce new structs and struct fields
` [RFC bpf-next v2 2/4] bpf: Generating a stubbed version of BPF program for termination
` [RFC bpf-next v2 3/4] bpf: Runtime part of fast-path termination approach
` [RFC bpf-next v2 4/4] selftests/bpf: Adds selftests to check termination of long running nested bpf loops
[PATCH AUTOSEL 6.15 068/118] bpf: Add bpf_rbtree_{root,left,right} kfunc
2025-06-14 4:29 UTC (2+ messages)
[PATCH net] net: ti: icssg-prueth: Fix packet handling for XDP_TX
2025-06-14 1:09 UTC (2+ messages)
[PATCH v3 00/10] Add a deadline server for sched_ext tasks
2025-06-13 22:44 UTC (5+ messages)
` [PATCH v3 10/10] selftests/sched_ext: Add test for sched_ext dl_server
[syzbot] [bpf?] KASAN: slab-use-after-free Read in do_check
2025-06-13 22:06 UTC (7+ messages)
` [PATCH bpf-next] bpf: Remove redundant free_verifier_state()/pop_stack()
` [PATCH bpf-next v2] "
[RFC v2 0/5] BPF controlled io_uring
2025-06-13 19:51 UTC (7+ messages)
` [RFC v2 5/5] io_uring/bpf: add basic kfunc helpers
[PATCH bpf-next v1 1/2] bpf: handle jset (if a & b ...) as a jump in CFG computation
2025-06-13 19:10 UTC (3+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: verify jset handling "
[PATCH v2] xdp: tracing: Hide some xdp events under CONFIG_BPF_SYSCALL
2025-06-13 18:52 UTC (6+ messages)
[PATCH bpf-next] bpf: Mark dentry->d_inode as trusted_or_null
2025-06-13 18:40 UTC (3+ messages)
[PATCH bpf-next v3 0/2] veristat: memory accounting for bpf programs
2025-06-13 17:50 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: include verifier memory allocations in memcg statistics
` [PATCH bpf-next v3 2/2] veristat: memory accounting for bpf programs
[PATCH bpf-next 1/2] bpf: Add show_fdinfo for uprobe_multi
2025-06-13 17:31 UTC (7+ messages)
` [PATCH bpf-next 2/2] bpf: Add show_fdinfo for kprobe_multi
[PATCH bpf-next v3 0/3] Support array presets in veristat
2025-06-13 17:21 UTC (10+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: support "
[PATCH bpf-next] bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGE
2025-06-13 17:10 UTC (2+ messages)
[PATCH net-next,v7] net: mana: Add handler for hardware servicing events
2025-06-13 17:06 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest build
2025-06-13 17:05 UTC (2+ messages)
[PATCH net-next,v8] net: mana: Add handler for hardware servicing events
2025-06-13 17:00 UTC
[PATCH 00/12] Signed BPF programs
2025-06-13 16:51 UTC (11+ messages)
` [PATCH 01/12] bpf: Implement an internal helper for SHA256 hashing
` [PATCH 04/12] libbpf: Implement SHA256 internal helper
` [PATCH 05/12] libbpf: Support exclusive map creation
` [PATCH 10/12] libbpf: Embed and verify the metadata hash in the loader
[syzbot] [bpf?] WARNING in do_check
2025-06-13 16:10 UTC (3+ messages)
[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
2025-06-13 15:58 UTC (10+ messages)
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
2025-06-13 15:02 UTC (8+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[RFC PATCH bpf-next 0/3] bpf: Free the leaked special fields in hash map
2025-06-13 13:57 UTC (8+ messages)
` [RFC PATCH bpf-next 2/3] bpf: Implement bpf mem allocator dtor for "
[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
2025-06-13 11:18 UTC (9+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst
[PATCH iwl-next v2 00/17] libeth: add libeth_xdp helper lib
2025-06-13 7:52 UTC (4+ messages)
` [PATCH iwl-next v2 01/17] libeth, libie: clean symbol exports up a little
` [Intel-wired-lan] "
` [PATCH iwl-next v2 17/17] libeth: xdp, xsk: access adjacent u32s as u64 where applicable
[PATCH] xdp: Remove unused events xdp_redirect_map and xdp_redirect_map_err
2025-06-13 2:50 UTC (2+ messages)
[PATCH bpf-next] bpf: clear user buf when bpf_d_path failed
2025-06-13 2:37 UTC (7+ messages)
[PATCH] potential negative index dereference fix in get_exec_path()
2025-06-13 2:20 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf: Fix a few test failures with 64K page size
2025-06-13 2:20 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix some incorrect inline asm codes
2025-06-13 2:04 UTC (12+ messages)
[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-06-12 23:30 UTC (4+ messages)
[PATCH bpf-next v1 1/4] bpf: Save struct_ops instance pointer in bpf_prog_aux
2025-06-12 23:08 UTC (2+ messages)
[PATCH bpf-next] bpf: Initialize "tmp" in propagate_liveness
2025-06-12 23:00 UTC (4+ messages)
[PATCH net-next v3 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-06-12 22:52 UTC (6+ messages)
` [PATCH net-next v3 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap
[PATCH bpf-next] selftests/bpf: more precise cpu_mitigations state detection
2025-06-12 21:19 UTC (2+ messages)
Loading custom BPF programs at early boot (initrd)
2025-06-12 20:35 UTC (2+ messages)
[PATCH v2] .gitignore: ignore compile_commands.json globally
2025-06-12 20:28 UTC (3+ messages)
[PATCH v4 0/5] perf: generate events for BPF metadata
2025-06-12 19:49 UTC (6+ messages)
` [PATCH v4 1/5] perf: detect support for libbpf's emit_strings option
` [PATCH v4 2/5] perf: collect BPF metadata from existing BPF programs
` [PATCH v4 3/5] perf: collect BPF metadata from new programs
` [PATCH v4 4/5] perf: display the new PERF_RECORD_BPF_METADATA event
` [PATCH v4 5/5] perf: add test for PERF_RECORD_BPF_METADATA collection
[PATCH v3 0/5] perf: generate events for BPF metadata
2025-06-12 19:45 UTC (5+ messages)
[PATCH net-next v5 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-06-12 19:00 UTC (3+ messages)
` [PATCH net-next v5 03/12] page_pool: Add page_pool_dev_alloc_netmems helper
[PATCH bpf-next] docs/bpf: Default cpu version changed from v1 to v3 in llvm 20
2025-06-12 17:40 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: fix signedness bug in redir_partial()
2025-06-12 17:20 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).