bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 21:04:33 to 2025-08-29 03:02:37 UTC [more...]

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-29  3:01 UTC  (30+ 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 v4 0/1] selftests/bpf: Fix "expression result unused" warnings with icecc
 2025-08-29  2:53 UTC  (2+ messages)
` [PATCH bpf-next v4 1/1] "

[BUG] Deadlock triggered by bpfsnoop funcgraph feature
 2025-08-29  2:21 UTC  (10+ messages)

[PATCH bpf-next v4 1/2] bpf/helpers: bpf_strnstr: Exact match length
 2025-08-29  2:13 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for bpf_strnstr

[PATCH bpf-next v4 0/2] Fix bpf_strnstr len error
 2025-08-29  2:12 UTC 

[PATCH v2 bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-08-29  1:41 UTC 

[PATCH v4 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-08-29  1:00 UTC  (6+ messages)
` [PATCH v4 bpf-next/net 1/5] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v4 bpf-next/net 2/5] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v4 bpf-next/net 3/5] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v4 bpf-next/net 4/5] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v4 bpf-next/net 5/5] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED

[PATCH net-next v2 0/9] xsk: improvement performance in copy mode
 2025-08-29  0:31 UTC  (6+ messages)
` [PATCH net-next v2 5/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch

[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
 2025-08-28 22:44 UTC  (25+ messages)
` [PATCH v6 1/6] tracing: Do not bother getting user space stacktraces for kernel threads
` [PATCH v6 2/6] tracing: Rename __dynamic_array() to __dynamic_field() for ftrace events
` [PATCH v6 3/6] tracing: Implement deferred user space stacktracing
` [PATCH v6 4/6] tracing: Have deferred user space stacktrace show file offsets
` [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
` [PATCH v6 6/6] tracing: Add an event to map the inodes to their file names

[PATCH bpf-next v2 0/4] bpf: Introduce deferred task context execution
 2025-08-28 22:29 UTC  (13+ messages)
` [PATCH bpf-next v2 3/4] bpf: task work scheduling kfuncs

[PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-08-28 21:50 UTC  (4+ messages)
` [PATCH v7 0/2] bpftool: Refactor config parsing and add CET symbol matching

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

[PATCH] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
 2025-08-28 18:48 UTC 

[PATCH bpf-next v3 1/2] bpf/helpers: bpf_strnstr: Exact match length
 2025-08-28 17:04 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for bpf_strnstr

[PATCH] selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
 2025-08-28 17:00 UTC  (2+ messages)

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

[PATCH v1 bpf-next 00/11] BPF indirect jumps
 2025-08-28 16:30 UTC  (7+ messages)
` [PATCH v1 bpf-next 08/11] bpf, x86: add support for "

[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
 2025-08-28 16:23 UTC  (9+ 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

[PATCH bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-08-28 16:15 UTC  (2+ messages)

[PATCH v10 00/11] unwind_deferred: Implement sframe handling
 2025-08-28 15:51 UTC  (6+ messages)
` [PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree

[PATCH bpf-next v4 0/3] bpf: Report arena faults to BPF streams
 2025-08-28 15:44 UTC  (14+ 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 iwl-next v5 00/13] idpf: add XDP support
 2025-08-28 15:17 UTC  (3+ messages)

[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
 2025-08-28 14:38 UTC  (4+ messages)

[PATCH bpf-next] bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
 2025-08-28 12:10 UTC  (2+ messages)

[PATCH] ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
 2025-08-28 11:22 UTC 

[PATCH bpf-next v3 0/2] Fix bpf_strnstr len error
 2025-08-28 11:06 UTC 

[PATCH v2 0/3] LoongArch: Fix BPF trampoline related issues
 2025-08-28 11:03 UTC  (8+ messages)
` [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 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 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

[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

[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 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 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  (2+ messages)

[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  (9+ 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 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 6/7] libbpf: Support BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps

[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  (10+ 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  (9+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Annotate bpf_obj_new_impl() with __must_check


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