bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 01:34:38 to 2025-08-29 08:14:24 UTC [more...]

[PATCH v2] net/cls_cgroup: Fix task_get_classid() during qdisc run
 2025-08-29  8:14 UTC  (4+ messages)

[PATCH v4 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-08-29  8:07 UTC  (6+ messages)
` [PATCH v4 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v4 2/5] arm64: "
` [PATCH v4 3/5] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait
` [PATCH v4 4/5] asm-generic: barrier: Add smp_cond_load_acquire_timewait()
` [PATCH v4 5/5] rqspinlock: use smp_cond_load_acquire_timewait()

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-08-29  7:55 UTC  (15+ messages)
` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links
` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link
` [PATCH 07/14] Documentation: kasan: Use internal link to kunit
` [PATCH 08/14] Documentation: gpu: "
` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references

[PATCH bpf] MAINTAINERS: add Shung-Hsi as reviewer for BPF CORE
 2025-08-29  7:45 UTC 

[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
 2025-08-29  7:26 UTC  (10+ 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] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
 2025-08-29  7:09 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-08-29  7:01 UTC  (4+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH v8 0/2] bpftool: Refactor config parsing and add CET symbol matching
 2025-08-29  6:11 UTC  (3+ messages)
` [PATCH v8 1/2] bpftool: Refactor kernel config reading into common helper
` [PATCH v8 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-29  5:36 UTC  (35+ 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  4:47 UTC  (3+ messages)
` [PATCH bpf-next v4 1/1] "

[PATCH v2 bpf-next] bpf: improve the general precision of tnum_mul
 2025-08-29  4:04 UTC  (5+ messages)

[PATCH net-next v4 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2025-08-29  3:36 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net/mlx5: DMA-sync earlier in mlx5e_skb_from_cqe_mpwrq_nonlinear
` [PATCH net-next v4 2/2] net/mlx5: Avoid copying payload to the skb's linear part

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

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


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