messages from 2025-08-05 06:29:17 to 2025-08-07 18:26:59 UTC [more...]
[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
2025-08-07 18:26 UTC (24+ messages)
[RFC 0/4] BTF archive with unmodified pahole+toolchain
2025-08-07 18:25 UTC
[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-07 18:01 UTC (8+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
[PATCH bpf] bpf: Use cpumask_next_wrap() in get_next_cpu()
2025-08-07 17:56 UTC (2+ messages)
[PATCH bpf-next 0/4] bpf: Introduce deferred task context execution
2025-08-07 17:53 UTC (7+ messages)
` [PATCH bpf-next 1/4] bpf: bpf task work plumbing
` [PATCH bpf-next 2/4] bpf: extract map key pointer calculation
` [PATCH bpf-next 3/4] bpf: task work scheduling kfuncs
` [PATCH bpf-next 4/4] selftests/bpf: BPF task work scheduling tests
[PATCH v2] bpf: fix stackmap overflow check in __bpf_get_stackid()
2025-08-07 17:52 UTC (8+ messages)
` [PATCH 1/2] bpf: refactor max_depth computation in bpf_get_stack()
` [PATCH 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
[PATCH] selftests/seccomp: improve backwards compatibility for older kernels
2025-08-07 17:46 UTC
[PATCH] bpf: fix memory leak in SCC management
2025-08-07 17:32 UTC (3+ messages)
[PATCH bpf-next v2 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array maps
2025-08-07 17:20 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] libbpf: Support BPF_F_CPU "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add case to test BPF_F_CPU
[RFC dwarves 0/6] prep for compiler-generated BTF
2025-08-07 17:12 UTC (10+ messages)
` [RFC dwarves 1/6] btf_loader: Make BTF representation match DWARF
` [RFC dwarves 2/6] pfunct: Fix up function display with updated prototype representation
` [RFC dwarves 3/6] pahole: Add btf_encode to conf_load
` [RFC dwarves 4/6] btf_loader: read ELF for BTF encoding
` [RFC dwarves 5/6] btf_encoder: Do not error out if BTF is not found in some input files
` [RFC dwarves 6/6] tests: Add test of pahole using BTF as input to BTF generation
[PATCH bpf-next 1/1] bpf: Allow fall back to interpreter for programs with stack size <= 512
2025-08-07 16:50 UTC (5+ messages)
[BUG] mlx5_core memory management issue
2025-08-07 16:45 UTC (5+ messages)
[PATCH v3 bpf] xsk: fix immature cq descriptor production
2025-08-07 16:37 UTC (6+ messages)
` [syzbot ci] "
[PATCH bpf-next v2 0/2] bpf: use vrealloc() in bpf_patch_insn_data()
2025-08-07 16:20 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
` [PATCH bpf-next v2 2/2] bpf: use realloc in bpf_patch_insn_data
[PATCH v5 0/2] perf/s390: Regression: Move uid filtering to BPF filters
2025-08-07 16:20 UTC (4+ messages)
` [PATCH v5 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v5 2/2] perf bpf-filter: Enable events manually
[PATCH bpf-next 0/3] bpf: Report arena faults to BPF streams
2025-08-07 15:25 UTC (10+ messages)
` [PATCH bpf-next 1/3] bpf: arm64: simplify exception table handling
` [PATCH bpf-next 2/3] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for arena fault reporting
BPF selftest: mptcp subtest failing
2025-08-07 14:21 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf, arm64: support for timed may_goto
2025-08-07 13:27 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Add JIT "
[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
2025-08-07 13:25 UTC (17+ messages)
` [bpf-next 1/6] bpf,powerpc: Introduce bpf_jit_emit_probe_mem_store() to emit store instructions
` [bpf-next 2/6] bpf,powerpc: Implement PROBE_MEM32 pseudo instructions
` [bpf-next 3/6] bpf,powerpc: Implement bpf_addr_space_cast instruction
` [bpf-next 6/6] selftests/bpf: Fix arena_spin_lock selftest failure
[PATCH] selftests/bpf: Use vmlinux.h for BPF programs
2025-08-07 11:47 UTC
[PATCH v5 0/5] Support trampoline for LoongArch
2025-08-07 10:26 UTC (8+ messages)
` [PATCH v5 3/5] LoongArch: BPF: Implement dynamic code modification support
[PATCH v4 0/2] perf/s390: Regression: Move uid filtering to BPF filters
2025-08-07 5:02 UTC (7+ messages)
` [PATCH v4 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v4 2/2] perf bpf-filter: Enable events manually
[PATCH bpf-next v8 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-07 2:34 UTC (4+ messages)
` [PATCH bpf-next v8 1/2] "
` [PATCH bpf-next v8 2/2] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v7 2/2] selftests/bpf: Force -O2 for USDT "
[PATCH -next] selftests/bpf: Fix warning comparing pointer to 0
2025-08-07 1:57 UTC (2+ messages)
[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
2025-08-07 1:18 UTC (2+ messages)
[PATCH] perf: use __builtin_preserve_field_info for GCC compatibility
2025-08-07 0:27 UTC (5+ messages)
[PATCH bpf-next v1 1/2] bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
2025-08-06 23:54 UTC (4+ messages)
` [PATCH bpf-next v1 2/2] bpf: use realloc in bpf_patch_insn_data
[PATCH bpf-next v2 0/3] Allow struct_ops to create map id to
2025-08-06 23:20 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: Allow struct_ops to get map id by kdata
` [PATCH bpf-next v2 2/3] selftests/bpf: Add multi_st_ops that supports multiple instances
` [PATCH bpf-next v2 3/3] selftests/bpf: Test multi_st_ops and calling kfuncs from different programs
[PATCH net 1/2] net: lapbether: ignore ops-locked netdevs
2025-08-06 21:37 UTC (2+ messages)
` [PATCH net 2/2] hamradio: "
[PATCH bpf-next] bpf: Add LINK_DETACH for iter and perf links
2025-08-06 20:35 UTC (5+ messages)
[PATCH] bpf: relax acquire for consumer_pos in ringbuf_process_ring()
2025-08-06 19:43 UTC (3+ messages)
[PATCH] selftests/bpf/progs: use __auto_type in swap() macro
2025-08-06 15:25 UTC (3+ messages)
[PATCH v15 0/4] support large align and nid in Rust allocators
2025-08-06 12:55 UTC (5+ messages)
` [PATCH v15 1/4] :mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v15 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v15 3/4] rust: add support for NUMA ids in allocations
` [PATCH v15 4/4] rust: support large alignments "
[PATCH v3 0/2] perf/s390: Regression: Move uid filtering to BPF filters
2025-08-06 11:29 UTC (9+ messages)
` [PATCH v3 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v3 2/2] perf bpf-filter: Enable events manually
[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
2025-08-06 11:14 UTC (5+ messages)
` [PATCH v3 2/3] tests: add some tests validating skipped functions due to uncertain arg location
[RFC 00/10] ftrace,bpf: Use single direct ops for bpf trampolines
2025-08-06 10:20 UTC (4+ messages)
[PATCH v6 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-06 9:47 UTC (4+ messages)
` [PATCH v6 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
[PATCH] selftests/bpf/progs: replace typeof() with __auto_type
2025-08-06 9:23 UTC
[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
2025-08-06 8:44 UTC (11+ messages)
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
` Inlining migrate_disable/enable. Was: "
[PATCH v4 0/6] slab: Re-entrant kmalloc_nolock()
2025-08-06 2:40 UTC (4+ messages)
` [PATCH v4 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH net v2] net: ti: icssg-prueth: Fix skb handling for XDP_PASS
2025-08-06 1:10 UTC (3+ messages)
[PATCH bpf-next v2 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
2025-08-05 23:26 UTC (4+ messages)
` [PATCH bpf-next v3 0/4] bpf: add icmp_send_unreach kfunc
` [PATCH bpf-next v3 4/4] selftests/bpf: add icmp_send_unreach kfunc tests
[RFC PATCH bpf-next v1 00/11] Remove task and cgroup local
2025-08-05 23:10 UTC (5+ messages)
` [RFC PATCH bpf-next v1 03/11] bpf: Open code bpf_selem_unlink_storage in bpf_selem_unlink
[PATCH iwl-next v3 00/18] idpf: add XDP support
2025-08-05 22:46 UTC (14+ messages)
` [PATCH iwl-next v3 13/18] idpf: prepare structures to support XDP
` [PATCH iwl-next v3 16/18] idpf: add support for XDP on Rx
[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-08-05 19:16 UTC (4+ messages)
[PATCH v2 00/13] Signed BPF programs
2025-08-05 18:28 UTC (3+ messages)
` [PATCH v2 08/13] bpf: Implement signature verification for "
[syzbot] [bpf?] [net?] possible deadlock in xsk_diag_dump (2)
2025-08-05 17:16 UTC (2+ messages)
[PATCH v2] tools/rtla: Consolidate common parameters into shared structure
2025-08-05 16:49 UTC (4+ messages)
[PATCH 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
2025-08-05 16:48 UTC (3+ messages)
[PATCH bpf-next v2] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-05 16:27 UTC
[PATCH bpf-next] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-05 16:17 UTC (4+ messages)
[PATCH bpf-next v1 0/3] Allow struct_ops to get bpf_map during
2025-08-05 15:27 UTC (4+ messages)
` [PATCH bpf-next v1 2/3] selftests/bpf: Add multi_st_ops that supports multiple instances
[syzbot] [bpf?] WARNING in do_misc_fixups
2025-08-05 14:23 UTC (3+ messages)
[PATCH bpf-next] bpf: Disable migrate when kprobe_multi attach to access bpf_prog_active
2025-08-05 12:28 UTC (7+ messages)
[PATCH dwarves v2] btf_encoder: group all function ELF syms by function name
2025-08-05 11:24 UTC (4+ messages)
[PATCH v6 0/3] Add support for long task name
2025-08-05 11:13 UTC (7+ messages)
` [PATCH v6 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
[PATCH v3] tools/rtla: Consolidate common parameters into shared structure
2025-08-05 9:12 UTC
[PATCH bpf-next 00/10] Add support arena atomics for RV64
2025-08-05 6:52 UTC (5+ messages)
` [PATCH bpf-next 09/10] riscv, bpf: "
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