messages from 2025-08-26 14:18:57 to 2025-08-27 23:18:33 UTC [more...]
[PATCH bpf-next v4 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-08-27 23:18 UTC (12+ messages)
` [PATCH bpf-next v4 1/7] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v4 2/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v4 3/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu_array maps
` [PATCH bpf-next v4 4/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v4 5/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu_cgroup_storage maps
` [PATCH bpf-next v4 6/7] libbpf: Support BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
` [PATCH bpf-next v4 7/7] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags
[PATCH v3 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-08-27 22:56 UTC (12+ messages)
` [PATCH v3 bpf-next/net 1/5] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v3 bpf-next/net 2/5] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v3 bpf-next/net 3/5] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v3 bpf-next/net 4/5] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v3 bpf-next/net 5/5] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED
[PATCH bpf-next v16 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-27 22:51 UTC (5+ messages)
` [PATCH bpf-next v16 1/2] "
` [PATCH bpf-next v16 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[PATCH bpf-next] bpf/helpers: bpf_strnstr: Exact match length
2025-08-27 22:35 UTC (2+ messages)
[PATCH] bpf: Mark kfuncs as __noclone
2025-08-27 22:28 UTC (16+ messages)
[PATCH v2] selftests/bpf: Fix typos and grammar in test sources
2025-08-27 22:20 UTC (2+ messages)
[PATCH v6 bpf-next 1/2] bpf: Improve the general precision of tnum_mul
2025-08-27 22:20 UTC (4+ messages)
[PATCH bpf-next v2 0/2] selftests/bpf: Fix "expression result unused" warnings with icecc
2025-08-27 21:56 UTC (10+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Annotate bpf_obj_new_impl() with __must_check
` [PATCH bpf-next v2 2/2] selftests/bpf: Fix "expression result unused" warnings with icecc
[PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-08-27 21:53 UTC (3+ messages)
` [PATCH v7 0/2] bpftool: Refactor config parsing and add CET symbol matching
[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
2025-08-27 21:50 UTC (18+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 02/10] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [PATCH v6 mm-new 03/10] mm: thp: add a new kfunc bpf_mm_get_task()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
` [PATCH v6 mm-new 10/10] MAINTAINERS: add entry for BPF-based THP adjustment
[PATCH bpf-next v3 0/2] selftests/bpf: Fix "expression result unused" warnings with icecc
2025-08-27 21:46 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: Annotate bpf_obj_new_impl() with __must_check
` [PATCH bpf-next v3 2/2] selftests/bpf: Fix "expression result unused" warnings with icecc
[PATCH bpf-next v2 0/4] bpf: Introduce deferred task context execution
2025-08-27 21:03 UTC (3+ messages)
` [PATCH bpf-next v2 3/4] bpf: task work scheduling kfuncs
[PATCH iwl-next v5 00/13] idpf: add XDP support
2025-08-27 20:42 UTC (16+ messages)
` [PATCH iwl-next v5 01/13] xdp, libeth: make the xdp_init_buff() micro-optimization generic
` [PATCH iwl-next v5 02/13] idpf: fix Rx descriptor ready check barrier in splitq
` [PATCH iwl-next v5 03/13] idpf: use a saner limit for default number of queues to allocate
` [PATCH iwl-next v5 04/13] idpf: link NAPIs to queues
` [PATCH iwl-next v5 05/13] idpf: add 4-byte completion descriptor definition
` [PATCH iwl-next v5 06/13] idpf: remove SW marker handling from NAPI
` [PATCH iwl-next v5 07/13] idpf: add support for nointerrupt queues
` [PATCH iwl-next v5 08/13] idpf: prepare structures to support XDP
` [PATCH iwl-next v5 09/13] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq
` [PATCH iwl-next v5 10/13] idpf: use generic functions to build xdp_buff and skb
` [PATCH iwl-next v5 11/13] idpf: add support for XDP on Rx
` [PATCH iwl-next v5 12/13] idpf: add support for .ndo_xdp_xmit()
` [PATCH iwl-next v5 13/13] idpf: add XDP RSS hash hint
[PATCH v10 00/11] unwind_deferred: Implement sframe handling
2025-08-27 20:15 UTC (12+ messages)
` [PATCH v10 01/11] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v10 03/11] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v10 04/11] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v10 05/11] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v10 06/11] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v10 07/11] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v10 08/11] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v10 09/11] unwind_user/sframe: Show file name in debug output
` [PATCH v10 10/11] unwind_user/sframe: Add .sframe validation option
` [PATCH v10 11/11] [DO NOT APPLY]unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH bpf-next v4 0/3] bpf: Report arena faults to BPF streams
2025-08-27 19:54 UTC (5+ messages)
` [PATCH bpf-next v4 1/3] bpf: arm64: simplify exception table handling
` [PATCH bpf-next v4 2/3] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next v4 3/3] selftests/bpf: Add tests for arena fault reporting
[PATCH 0/6] uprobes/x86: Cleanups and fixes
2025-08-27 19:32 UTC (5+ messages)
` [PATCH 2/6] uprobes/x86: Optimize is_optimize()
[PATCH v1 bpf-next 00/11] BPF indirect jumps
2025-08-27 18:58 UTC (20+ messages)
` [PATCH v1 bpf-next 01/11] bpf: fix the return value of push_stack
` [PATCH v1 bpf-next 03/11] bpf, x86: add new map type: instructions array
` [PATCH v1 bpf-next 05/11] bpf: support instructions arrays with constants blinding
` [PATCH v1 bpf-next 08/11] bpf, x86: add support for indirect jumps
` [PATCH v1 bpf-next 10/11] libbpf: support llvm-generated "
[PATCH v1 00/14] mm: BPF OOM
2025-08-27 18:28 UTC (16+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
` [PATCH v1 12/14] sched: psi: implement psi trigger handling using bpf
[syzbot] [net?] [bpf?] WARNING: ODEBUG bug in handle_softirqs
2025-08-27 17:00 UTC
[PATCH bpf-next] bpf: remove unnecessary rcu_read_lock in kprobe_multi_link_prog_run
2025-08-27 16:21 UTC (2+ messages)
[PATCH bpf-next] bpf: stub out skb metadata dynptr read/write ops when CONFIG_NET=n
2025-08-27 16:05 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf: Report arena faults to BPF streams
2025-08-27 15:38 UTC (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: arm64: simplify exception table handling
` [PATCH bpf-next v3 2/3] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for arena fault reporting
[PATCH net-next v2 0/9] xsk: improvement performance in copy mode
2025-08-27 14:32 UTC (3+ messages)
` [PATCH net-next v2 5/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch
[PATCH v2 0/3] LoongArch: Fix BPF trampoline related issues
2025-08-27 14:22 UTC (5+ messages)
` [PATCH v2 1/3] LoongArch: BPF: Remove duplicated flags check
` [PATCH v2 2/3] LoongArch: BPF: Sign extend struct ops return values properly
` [PATCH v2 3/3] LoongArch: BPF: No support of struct argument in trampoline programs
[PATCH bpf-next v5] selftests/bpf: Add LPM trie microbenchmarks
2025-08-27 14:01 UTC
[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
2025-08-27 13:45 UTC (5+ messages)
` [RFC bpf-next v1 1/7] net/mlx5e: Fix generating skb from nonlinear xdp_buff
[PATCH] riscv, bpf: Sign extend struct ops return values properly
2025-08-27 12:03 UTC
[PATCH bpf-next v3 0/2] bpf, arm64: support for timed may_goto
2025-08-27 11:32 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf, arm64: Add JIT "
` [PATCH bpf-next v3 2/2] selftests/bpf: Enable timed may_goto tests for arm64
[PATCH bpf-next v4] selftests/bpf: Add LPM trie microbenchmarks
2025-08-27 11:27 UTC (3+ messages)
[PATCH 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
2025-08-27 11:26 UTC (4+ messages)
[PATCH bpf v2 0/2] bpf: Allow fall back to interpreter for programs with stack size <= 512
2025-08-27 11:16 UTC (8+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add socket filter attach test
[PATCH bpf-next] selftests/bpf: Fix the invalid operand for instruction issue
2025-08-27 10:21 UTC (5+ messages)
[PATCH] LoongArch: BPF: Optimize sign-extention mov instructions
2025-08-27 10:18 UTC (3+ messages)
[PATCH bpf-next v2 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
2025-08-27 6:54 UTC (4+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all
[PATCH v3 0/3] sched: make migrate_enable/migrate_disable inline
2025-08-27 6:22 UTC (7+ messages)
` [PATCH v3 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
` [PATCH v3 2/3] sched: make migrate_enable/migrate_disable inline
[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
2025-08-27 5:13 UTC (5+ messages)
` [PATCH v3 5/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH v2 bpf-next] bpf: Replace kvfree with kfree for kzalloc memory
2025-08-27 5:00 UTC (2+ messages)
[BUG] Deadlock triggered by bpfsnoop funcgraph feature
2025-08-27 2:58 UTC (3+ messages)
[PATCH v6 bpf] xsk: fix immature cq descriptor production
2025-08-27 0:25 UTC (6+ messages)
[RFC 0/4] BTF archive with unmodified pahole+toolchain
2025-08-27 0:14 UTC (6+ messages)
[PATCH bpf-next v2 0/5] s390/bpf: Add s390 JIT support for timed may_goto
2025-08-27 0:00 UTC (2+ messages)
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-08-26 23:27 UTC (3+ messages)
[PATCH v1 bpf-next/net 2/8] bpf: Add a bpf hook in __inet_accept()
2025-08-26 23:10 UTC (6+ messages)
[PATCH bpf-next v15 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-26 23:08 UTC (6+ 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 v3 0/6] Introduce BPF_F_CPU flag for percpu maps
2025-08-26 22:50 UTC (15+ 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 v2 0/2] bpf: Introduce bpf_in_interrupt kfunc
2025-08-26 22:31 UTC (9+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add case to test "
[PATCH bpf-next v5 1/2] bpf: refactor max_depth computation in bpf_get_stack()
2025-08-26 21:23 UTC (2+ messages)
` [PATCH bpf-next v5 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
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).