BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-02 14:36:52 to 2025-09-04 05:30:45 UTC [more...]

[PATCH v1] libbpf: remove unused args in parse_usdt_note
 2025-09-04  5:30 UTC  (2+ messages)

[PATCH v1] bpf: Add kernel-doc for struct bpf_prog_info
 2025-09-04  4:01 UTC  (3+ messages)

[PATCH net-next v4 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2025-09-04  3:58 UTC  (11+ messages)
` [PATCH net-next v4 2/2] net/mlx5: Avoid copying payload to the skb's linear part

[PATCH bpf-next v4 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-04  2:36 UTC  (15+ 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] bpf: Generalize data copying for percpu maps
 2025-09-04  2:33 UTC  (4+ messages)

[PATCH v4 0/8] LoongArch: Fix BPF trampoline related issues
 2025-09-04  2:17 UTC  (19+ messages)
` [PATCH v4 1/8] LoongArch: BPF: Remove duplicated flags check
` [PATCH v4 2/8] LoongArch: BPF: Remove duplicated bpf_flush_icache()
` [PATCH v4 3/8] LoongArch: BPF: No support of struct argument in trampoline programs
` [PATCH v4 4/8] LoongArch: BPF: No text_poke() for kernel text
` [PATCH v4 5/8] LoongArch: BPF: Don't assume trampoline size is page aligned
` [PATCH v4 6/8] LoongArch: BPF: Make trampoline size stable
` [PATCH v4 7/8] LoongArch: BPF: Make error handling robust in arch_prepare_bpf_trampoline()
` [PATCH v4 8/8] LoongArch: BPF: Sign extend struct ops return values properly

[PATCH RESEND bpf-next v3 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-09-04  2:10 UTC  (4+ messages)
` [PATCH RESEND bpf-next v3 1/3] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH RESEND bpf-next v3 2/3] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH RESEND bpf-next v3 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH] riscv, bpf: Sign extend struct ops return values properly
 2025-09-04  1:45 UTC  (6+ messages)

[PATCH bpf-next v3 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-09-04  1:12 UTC  (3+ messages)

[PATCH net-next v2 0/6] Add AF_XDP zero copy support
 2025-09-04  0:48 UTC  (3+ messages)
` [PATCH net-next v2 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues

[PATCH bpf-next v5] selftests/bpf: add BPF program dump in veristat
 2025-09-04  0:06 UTC  (2+ messages)

[PATCH] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
 2025-09-03 23:50 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix count write in testapp_xdp_metadata_copy()
 2025-09-03 23:50 UTC  (2+ messages)

[PATCH 1/2] kernel/bpf: Add BPF_MAP_TYPE_CRED_STORAGE map type and kfuncs
 2025-09-03 23:49 UTC  (4+ messages)
` [PATCH 2/2] selftests/bpf: Add cred local storage tests

[PATCH bpf-next v6 1/2] bpf: refactor max_depth computation in bpf_get_stack()
 2025-09-03 23:46 UTC  (7+ messages)
` [PATCH bpf-next v6 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()

[PATCH bpf-next v7 1/3] bpf: refactor max_depth computation in bpf_get_stack()
 2025-09-03 23:43 UTC  (3+ messages)
` [PATCH bpf-next v7 2/3] bpf: clean-up bounds checking in __bpf_get_stack
  ` [PATCH bpf-next v7 3/3] bpf: fix stackmap overflow check in __bpf_get_stackid()

[PATCH v1 00/14] mm: BPF OOM
 2025-09-03 23:30 UTC  (13+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-09-03 23:12 UTC  (9+ messages)
` [PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH] seccomp: Add SECCOMP_CLONE_FILTER operation
 2025-09-03 22:44 UTC  (4+ messages)

[PATCHSET v8 sched_ext/for-6.18] Add a deadline server for sched_ext tasks
 2025-09-03 21:40 UTC  (32+ messages)
` [PATCH 01/16] sched_ext: Exit early on hotplug events during attach
` [PATCH 02/16] sched/debug: Fix updating of ppos on server write ops
` [PATCH 03/16] sched/debug: Stop and start server based on if it was active
` [PATCH 04/16] sched/deadline: Clear the defer params
` [PATCH 05/16] sched/deadline: Return EBUSY if dl_bw_cpus is zero
` [PATCH 06/16] sched: Add a server arg to dl_server_update_idle_time()
` [PATCH 07/16] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 08/16] sched/debug: Add support to change sched_ext server params
` [PATCH 09/16] sched/deadline: Add support to remove DL server's bandwidth contribution
` [PATCH 10/16] sched/deadline: Account ext server bandwidth
` [PATCH 11/16] sched/deadline: Allow to initialize DL server when needed
` [PATCH 12/16] sched_ext: Selectively enable ext and fair DL servers
` [PATCH 13/16] sched/deadline: Fix DL server crash in inactive_timer callback
` [PATCH 14/16] sched/deadline: De-couple balance and pick_task
` [PATCH 15/16] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 16/16] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH perf/core 00/11] uprobes: Add unique uprobe
 2025-09-03 19:57 UTC  (27+ messages)
` [PATCH perf/core 01/11] uprobes: Add unique flag to uprobe consumer
` [PATCH perf/core 02/11] uprobes: Skip emulate/sstep on unique uprobe when ip is changed
` [PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
` [PATCH perf/core 04/11] bpf: Add support to attach uprobe_multi "
` [PATCH perf/core 07/11] libbpf: Add support to attach generic "
` [PATCH perf/core 09/11] selftests/bpf: Add uprobe multi context ip register change test
` [PATCH perf/core 10/11] selftests/bpf: Add uprobe multi unique attach test
` [PATCH perf/core 11/11] selftests/bpf: Add uprobe "

[PATCH bpf-next v4 1/2] bpf: add bpf_strcasecmp kfunc
 2025-09-03 19:41 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test kfunc bpf_strcasecmp

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

[PATCH v4 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-09-03 18:34 UTC  (17+ messages)
` [PATCH v4 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v4 2/5] arm64: "
` [PATCH v4 5/5] rqspinlock: use smp_cond_load_acquire_timewait()

[PATCH v4 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-03 17:08 UTC  (18+ 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 v3 00/12] Signed BPF programs
 2025-09-03 16:28 UTC  (7+ messages)
` [PATCH v3 08/12] bpf: Implement signature verification for "

[syzbot] [net?] [bpf?] WARNING in sock_hash_delete_elem (2)
 2025-09-03 16:20 UTC 

[PATCH bpf-next v3 0/2] selftests/bpf: Introduce experimental bpf_in_interrupt()
 2025-09-03 14:04 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add case to test bpf_in_interrupt()

[syzbot] Monthly bpf report (Sep 2025)
 2025-09-03 12:45 UTC 

[PATCH v3 00/15] Legacy hardware/cache events as json
 2025-09-03  8:06 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Introduce bpf_in_interrupt kfunc
 2025-09-03  5:22 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-09-03  3:32 UTC  (3+ messages)
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest

[PATCHSET V2 bpf-next 0/2] cpuidle, bpf: Introduce BPF-ext cpuidle governor policy via struct_ops
 2025-09-03  3:06 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for cpuidle_gov_ext

[PATCH v8 bpf] xsk: fix immature cq descriptor production
 2025-09-03  2:29 UTC  (2+ messages)

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-09-03  2:10 UTC  (12+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "

[PATCH bpf-next v5 0/4] bpf: report arena faults to BPF streams
 2025-09-03  0:01 UTC  (6+ messages)
` [PATCH bpf-next v5 3/4] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next v5 4/4] selftests/bpf: Add tests for arena fault reporting

[PATCH bpf-next v3 1/2] bpf: add bpf_strcasecmp kfunc
 2025-09-02 23:49 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] bpf: Add kfunc bpf_strcasecmp()
 2025-09-02 23:46 UTC 

[PATCH v1 0/3] Fix use-after-free race in bpf_prog_info synthesis
 2025-09-02 22:33 UTC  (6+ messages)
` [PATCH v1 1/3] perf bpf-event: Fix use-after-free in synthesis
` [PATCH v1 2/3] perf bpf-utils: Constify bpil_array_desc
` [PATCH v1 3/3] perf bpf-utils: Harden get_bpf_prog_info_linear

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-09-02 18:20 UTC  (8+ messages)

[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
 2025-09-02 17:36 UTC  (6+ messages)

[PATCH v7 bpf] xsk: fix immature cq descriptor production
 2025-09-02 17:26 UTC  (9+ messages)

[PATCH v2 bpf-next] bpf: Replace kvfree with kfree for kzalloc memory
 2025-09-02 15:40 UTC  (2+ messages)

[bpf-next v2 0/5] powerpc64/bpf: Add support for bpf arena and arena atomics
 2025-09-02 15:33 UTC  (2+ messages)

[PATCH v8 0/2] bpftool: Refactor config parsing and add CET symbol matching
 2025-09-02 15:30 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