bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 01:27:44 to 2025-08-28 10:41:21 UTC [more...]

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-28 10:40 UTC  (27+ 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 v2 0/3] LoongArch: Fix BPF trampoline related issues
 2025-08-28 10:40 UTC  (9+ 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-28  9:52 UTC  (3+ messages)

[PATCH v1 bpf-next 00/11] BPF indirect jumps
 2025-08-28  9:58 UTC  (9+ messages)
` [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 v4 0/3] sched: make migrate_enable/migrate_disable inline
 2025-08-28  9:47 UTC  (5+ messages)
` [PATCH v4 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
` [PATCH v4 2/3] sched: make migrate_enable/migrate_disable inline
` [PATCH v4 3/3] sched: fix some typos in include/linux/preempt.h
` [syzbot ci] Re: sched: make migrate_enable/migrate_disable inline

[PATCH bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-08-28  8:15 UTC 

[PATCH v2] net/cls_cgroup: Fix task_get_classid() during qdisc run
 2025-08-28  7:55 UTC  (2+ messages)

[PATCH v1 00/13] Legacy hardware/cache events as json
 2025-08-28  6:42 UTC  (14+ messages)
` [PATCH v1 01/13] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v1 02/13] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v1 03/13] perf record: Skip don't fail for events that don't open
` [PATCH v1 04/13] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v1 05/13] perf pmu: Don't eagerly parse event terms
` [PATCH v1 06/13] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v1 07/13] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v1 08/13] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v1 09/13] perf pmu: Add and use legacy_terms in alias information
` [PATCH v1 10/13] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v1 11/13] perf print-events: Remove print_hwcache_events
` [PATCH v1 12/13] perf print-events: Remove print_symbol_events
` [PATCH v1 13/13] perf parse-events: Remove hard coded legacy hardware and cache parsing

[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
 2025-08-28  3:44 UTC  (4+ messages)
` [RFC bpf-next v1 1/7] net/mlx5e: Fix generating skb from nonlinear xdp_buff

[PATCH bpf-next] bpf/helpers: bpf_strnstr: Exact match length
 2025-08-28  2:56 UTC  (3+ messages)

[bpf-next v2 0/2] bpf/helpers: Fix bpf_strnstr len error
 2025-08-28  2:52 UTC 

[bpf-next v2 1/2] bpf/helpers: bpf_strnstr: Exact match length
 2025-08-28  2:53 UTC  (2+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_strnstr

[BUG] Deadlock triggered by bpfsnoop funcgraph feature
 2025-08-28  2:40 UTC  (5+ messages)

[PATCH v2 bpf-next] selftests/bpf: Fix the invalid operand for instruction issue
 2025-08-28  2:01 UTC 

[PATCH] riscv, bpf: Sign extend struct ops return values properly
 2025-08-28  1:53 UTC  (2+ messages)

[PATCH v10 00/11] unwind_deferred: Implement sframe handling
 2025-08-28  1:46 UTC  (13+ 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 v2 0/4] bpf: Introduce deferred task context execution
 2025-08-28  1:34 UTC  (10+ messages)
` [PATCH bpf-next v2 3/4] bpf: task work scheduling kfuncs

[PATCH bpf-next] bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
 2025-08-28  1:34 UTC 

[PATCH bpf-next] bpf: remove unnecessary rcu_read_lock in kprobe_multi_link_prog_run
 2025-08-28  1:03 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] selftests/bpf: Fix "expression result unused" warnings with icecc
 2025-08-28  0:50 UTC  (6+ 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 net-next v2 0/9] xsk: improvement performance in copy mode
 2025-08-28  0:38 UTC  (4+ messages)
` [PATCH net-next v2 5/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch

[PATCH bpf-next v4 0/3] bpf: Report arena faults to BPF streams
 2025-08-28  0:27 UTC  (10+ 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 v3 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-08-28  0:25 UTC  (14+ 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 5/5] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED

[PATCH bpf-next v3 0/2] bpf, arm64: support for timed may_goto
 2025-08-28  0:20 UTC  (4+ 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

[syzbot] [bpf?] [net?] BUG: sleeping function called from invalid context in sock_map_delete_elem
 2025-08-27 23:56 UTC 

[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 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: 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  (2+ 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 iwl-next v5 00/13] idpf: add XDP support
 2025-08-27 20:42 UTC  (3+ messages)

[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 00/14] mm: BPF OOM
 2025-08-27 18:28 UTC  (9+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[syzbot] [net?] [bpf?] WARNING: ODEBUG bug in handle_softirqs
 2025-08-27 17:00 UTC 

[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 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)


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).