messages from 2025-08-21 17:46:39 to 2025-08-25 19:39:29 UTC [more...]
[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
2025-08-25 19:39 UTC (8+ messages)
` [RFC bpf-next v1 1/7] net/mlx5e: Fix generating skb from nonlinear xdp_buff
` [RFC bpf-next v1 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [RFC bpf-next v1 3/7] bpf: Support pulling non-linear xdp data
` [RFC bpf-next v1 4/7] bpf: Clear packet pointers after changing packet data in kfuncs
` [RFC bpf-next v1 5/7] bpf: Support specifying linear xdp packet data size in test_run
` [RFC bpf-next v1 6/7] selftests/bpf: Test bpf_xdp_pull_data
` [RFC bpf-next v1 7/7] selftests: drv-net: Pull data before parsing headers
[PATCH bpf v2 0/2] bpf: Allow fall back to interpreter for programs with stack size <= 512
2025-08-25 19:32 UTC (7+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add socket filter attach test
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-08-25 18:48 UTC (6+ messages)
[PATCH v5 bpf-next 1/2] bpf: improve the general precision of tnum_mul
2025-08-25 18:31 UTC (5+ messages)
` [PATCH v5 bpf-next 2/2] bpf: add selftest to check the verifier's abstract multiplication
[PATCH bpf-next RESEND v4 1/2] bpf: refactor max_depth computation in bpf_get_stack()
2025-08-25 18:27 UTC (4+ messages)
[PATCH v1 bpf-next/net 0/8] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-08-25 18:14 UTC (14+ messages)
` [PATCH v1 bpf-next/net 1/8] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v1 bpf-next/net 2/8] bpf: Add a bpf hook in __inet_accept()
` [PATCH v1 bpf-next/net 3/8] libbpf: Support BPF_CGROUP_INET_SOCK_ACCEPT
` [PATCH v1 bpf-next/net 4/8] bpftool: "
` [PATCH v1 bpf-next/net 5/8] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_(CREATE|ACCEPT)
` [PATCH v1 bpf-next/net 6/8] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v1 bpf-next/net 7/8] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v1 bpf-next/net 8/8] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED
[PATCH v1 bpf-next 00/11] BPF indirect jumps
2025-08-25 18:12 UTC (8+ messages)
` [PATCH v1 bpf-next 01/11] bpf: fix the return value of push_stack
` [PATCH v1 bpf-next 10/11] libbpf: support llvm-generated indirect jumps
[PATCH net-next] selftests: drv-net: xdp: make sure we're actually testing native XDP
2025-08-25 18:10 UTC (2+ messages)
[PATCH v15 0/8] perf: Support the deferred unwinding infrastructure
2025-08-25 18:06 UTC (9+ messages)
` [PATCH v15 1/8] unwind deferred: Add unwind_user_get_cookie() API
` [PATCH v15 2/8] perf: Support deferred user callchains
` [PATCH v15 3/8] perf: Have the deferred request record the user context cookie
` [PATCH v15 4/8] perf: Support deferred user callchains for per CPU events
` [PATCH v15 5/8] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v15 6/8] perf record: Enable defer_callchain for user callchains
` [PATCH v15 7/8] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v15 8/8] perf tools: Merge deferred user callchains
[PATCH] selftests/seccomp: improve backwards compatibility for older kernels
2025-08-25 17:56 UTC (2+ messages)
How to deal with increased install size with `CONFIG_DEBUG_INFO_BTF=y`
2025-08-25 17:54 UTC (2+ messages)
[PATCH net-next v2 0/9] xsk: improvement performance in copy mode
2025-08-25 17:44 UTC (13+ messages)
` [PATCH net-next v2 1/9] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH net-next v2 2/9] xsk: add descs parameter in xskq_cons_read_desc_batch()
` [PATCH net-next v2 3/9] xsk: introduce locked version of xskq_prod_write_addr_batch
` [PATCH net-next v2 4/9] xsk: extend xsk_build_skb() to support passing an already allocated skb
` [PATCH net-next v2 5/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch
` [PATCH net-next v2 6/9] xsk: add direct xmit in batch function
` [PATCH net-next v2 7/9] xsk: support batch xmit main logic
` [PATCH net-next v2 8/9] xsk: support generic batch xmit in copy mode
` [PATCH net-next v2 9/9] xsk: support dynamic xmit.more control for batch xmit
[syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve (2)
2025-08-25 17:39 UTC
[PATCH bpf-next v2 0/2] bpf: Introduce bpf_in_interrupt kfunc
2025-08-25 17:26 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add case to test "
[PATCH v1 00/14] mm: BPF OOM
2025-08-25 17:00 UTC (12+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
` [PATCH v1 13/14] sched: psi: implement bpf_psi_create_trigger() kfunc
[PATCH v4 bpf-next 1/2] bpf: improve the general precision of tnum_mul
2025-08-25 16:57 UTC (15+ messages)
` [PATCH v4 bpf-next 2/2] bpf: add selftest to check the verifier's abstract multiplication
[PATCH v8 0/5] Add support for long task name
2025-08-25 14:01 UTC (5+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
6.12.30 x86_64 BPF_LSM doesn't work without (?) fentry/mcount config options
2025-08-25 12:03 UTC (2+ messages)
[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
2025-08-25 11:40 UTC (6+ messages)
[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
2025-08-25 4:45 UTC (3+ messages)
` [PATCH v3 5/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-08-25 2:20 UTC (4+ messages)
` [PATCH v7 0/2] bpftool: Refactor config parsing and add CET symbol matching
` [PATCH v7 1/2] bpftool: Refactor kernel config reading into common helper
` [PATCH v7 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
[PATCH 0/3] LoongArch: Fix BPF trampoline related issues
2025-08-25 2:11 UTC (2+ messages)
[PATCH v3] net/cls_cgroup: Fix task_get_classid() during qdisc run
2025-08-25 2:10 UTC
bpf selftests timer_lockup intermittently locks up kernel
2025-08-24 18:26 UTC
[PATCH v5 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-08-24 17:32 UTC (27+ messages)
` [PATCH v5 01/19] perf build: Remove libtracefs configuration
` [PATCH v5 02/19] perf map: Constify objdump offset/address conversion APIs
` [PATCH v5 03/19] perf capstone: Move capstone functionality into its own file
` [PATCH v5 04/19] perf llvm: Move llvm "
` [PATCH v5 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v5 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v5 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v5 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v5 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v5 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v5 11/19] perf llvm: Disassemble cleanup
` [PATCH v5 12/19] perf dso: Clean up read_symbol error handling
` [PATCH v5 13/19] perf build: Remove libbfd support
` [PATCH v5 14/19] perf build: Remove libiberty support
` [PATCH v5 15/19] perf build: Remove unused defines
` [PATCH v5 16/19] perf disasm: Remove disasm_bpf
` [PATCH v5 17/19] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v5 18/19] perf srcline: Fallback between addr2line implementations
` [PATCH v5 19/19] perf disasm: Remove unused evsel from annotate_args
[PATCH] nios2, openrisc, xtensa: Fix definitions of bpf_user_pt_regs_t
2025-08-23 23:16 UTC (3+ messages)
[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
2025-08-23 14:38 UTC (4+ messages)
` [PATCH bpf-next 2/4] libbpf: ringbuf: Add overwrite ring buffer process
[PATCH bpf-next 0/2] bpf: Introduce bpf_in_interrupt kfunc
2025-08-23 8:24 UTC (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add case to test "
[PATCH bpf-next v15 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-23 7:18 UTC (3+ messages)
` [PATCH bpf-next v15 1/2] "
` [PATCH bpf-next v15 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[PATCH bpf-next v14 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-23 6:50 UTC (3+ messages)
` [PATCH bpf-next v14 1/2] "
` [PATCH bpf-next v14 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[PATCH] LoongArch: BPF: Fix uninitialized symbol 'retval_off'
2025-08-23 4:10 UTC (3+ messages)
[PATCH bpf-next v13 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-23 3:51 UTC (8+ messages)
` [PATCH bpf-next v13 1/2] "
` "
` [PATCH bpf-next v13 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
` "
[PATCH bpf-next v3 0/6] Introduce BPF_F_CPU flag for percpu maps
2025-08-22 22:20 UTC (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Introduce internal check_map_flags helper function
` [PATCH bpf-next v3 2/6] bpf: Introduce BPF_F_CPU flag for percpu_array maps
` [PATCH bpf-next v3 3/6] bpf: Introduce BPF_F_CPU flag for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v3 5/6] libbpf: Support BPF_F_CPU for percpu maps
[PATCH bpf-next] bpf: hashtab - allow BPF_MAP_LOOKUP{,_AND_DELETE}_BATCH with NULL keys/values
2025-08-22 19:00 UTC (4+ messages)
[PATCH bpf-next] bpf: Remove preempt_disable in bpf_try_get_buffers
2025-08-22 18:50 UTC (2+ messages)
[PATCH bpf-next] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
2025-08-22 18:40 UTC (3+ messages)
[PATCH 0/6] uprobes/x86: Cleanups and fixes
2025-08-22 18:05 UTC (10+ messages)
` [PATCH 4/6] uprobes/x86: Fix uprobe syscall vs shadow stack
[PATCH 1/2] bpf: improve the general precision of tnum_mul
2025-08-22 17:07 UTC (3+ messages)
` [PATCH 2/2] bpf: add selftest to check the verifier's abstract multiplication
[PATCH v3 bpf-next] bpf: improve the general precision of tnum_mul
2025-08-22 16:22 UTC (3+ messages)
[PATCH bpf-next v2 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
2025-08-22 16:20 UTC (2+ messages)
[PATCH v6 bpf] xsk: fix immature cq descriptor production
2025-08-22 16:20 UTC (2+ messages)
[PATCH dwarves v2] btf_encoder: group all function ELF syms by function name
2025-08-22 15:57 UTC (7+ messages)
[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 15:39 UTC (17+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
` "
` "
[PATCH iwl-next v4 00/13] idpf: add XDP support
2025-08-22 15:26 UTC (2+ messages)
[PATCH bpf-next v12 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 15:18 UTC (3+ messages)
` "
[PATCH] bpf: Mark kfuncs as __noclone
2025-08-22 14:05 UTC
[syzbot] [mm?] BUG: soft lockup in dev_ioctl (2)
2025-08-22 13:27 UTC
[PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
2025-08-22 12:06 UTC (3+ messages)
[PATCH v15 net-next 00/14] AccECN protocol patch series
2025-08-22 10:08 UTC (11+ messages)
` [PATCH v15 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK
[PATCH v2] net/cls_cgroup: Fix task_get_classid() during qdisc run
2025-08-22 7:34 UTC (3+ messages)
[PATCH net-next 0/2] xsk: improvement performance in copy mode
2025-08-22 1:13 UTC (6+ messages)
` [PATCH net-next 2/2] xsk: support generic batch xmit "
pull-request: bpf-next 2025-08-21
2025-08-22 0:30 UTC (2+ messages)
[RFC 0/4] BTF archive with unmodified pahole+toolchain
2025-08-21 21:35 UTC (5+ messages)
[PATCH v2 00/14] Fix PDF doc builds on major distros
2025-08-21 19:43 UTC (3+ messages)
[PATCH bpf v1] bpf: Drop rqspinlock usage in ringbuf
2025-08-21 19:35 UTC (2+ messages)
[PATCH bpf-next v3] selftests/bpf: Use vmlinux.h for BPF programs
2025-08-21 18:50 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).