bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-15 11:37:26 to 2025-08-19 04:09:25 UTC [more...]

[PATCH v1 00/14] mm: BPF OOM
 2025-08-19  4:09 UTC  (17+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
` [PATCH v1 02/14] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH v1 03/14] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH v1 04/14] mm: introduce bpf kfuncs to deal with memcg pointers
` [PATCH v1 05/14] mm: introduce bpf_get_root_mem_cgroup() bpf kfunc
` [PATCH v1 06/14] mm: introduce bpf_out_of_memory() "
` [PATCH v1 07/14] mm: allow specifying custom oom constraint for bpf triggers
` [PATCH v1 08/14] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH v1 09/14] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH v1 10/14] bpf: selftests: bpf OOM handler test
` [PATCH v1 11/14] sched: psi: refactor psi_trigger_create()
` [PATCH v1 12/14] sched: psi: implement psi trigger handling using bpf
` [PATCH v1 13/14] sched: psi: implement bpf_psi_create_trigger() kfunc
` [PATCH v1 14/14] bpf: selftests: psi struct ops test

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

[RFC PATCH v5 mm-new 0/5] mm, bpf: BPF based THP order selection
 2025-08-19  3:09 UTC  (12+ messages)
` [RFC PATCH v5 mm-new 1/5] mm: thp: add support for "
` [RFC PATCH v5 mm-new 2/5] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [RFC PATCH v5 mm-new 3/5] mm: thp: add a new kfunc bpf_mm_get_task()
` [RFC PATCH v5 mm-new 4/5] bpf: mark vma->vm_mm as trusted
` [RFC PATCH v5 mm-new 5/5] selftest/bpf: add selftest for BPF based THP order seletection

[PATCH bpf-next v5 0/4] fprobe: use rhashtable for fprobe_ip_table
 2025-08-19  2:26 UTC  (11+ messages)
` [PATCH bpf-next v5 1/4] fprobe: use rhltable "
` [PATCH bpf-next v5 2/4] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH bpf-next v5 3/4] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next v5 4/4] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH v2 0/3] sched: make migrate_enable/migrate_disable inline
 2025-08-19  1:58 UTC  (4+ messages)
` [PATCH v2 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
` [PATCH v2 2/3] sched: make migrate_enable/migrate_disable inline
` [PATCH v2 3/3] sched: fix some typos in include/linux/preempt.h

[PATCH bpf-next v2 0/4] bpf: Introduce deferred task context execution
 2025-08-19  1:34 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] bpf: bpf task work plumbing
` [PATCH bpf-next v2 2/4] bpf: extract map key pointer calculation
` [PATCH bpf-next v2 3/4] bpf: task work scheduling kfuncs
` [PATCH bpf-next v2 4/4] selftests/bpf: BPF task work scheduling tests

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-08-19  1:24 UTC  (13+ messages)
` [PATCHv5 01/12] kexec_file: Make kexec_image_load_default global visible
` [PATCHv5 02/12] lib/decompress: Keep decompressor when CONFIG_KEEP_COMPRESSOR
` [PATCHv5 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
` [PATCHv5 04/12] bpf: Introduce decompressor kfunc
` [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv5 07/12] kexec: Introduce a bpf-prog lskel to parse PE file
` [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF
` [PATCHv5 09/12] kexec: Integrate bpf light skeleton to load zboot image
` [PATCHv5 10/12] arm64/kexec: Add PE image format support
` [PATCHv5 11/12] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCHv5 12/12] tools/kexec: Add a zboot image building tool

[PATCH v3 0/3] net: use vmalloc_array() to simplify code
 2025-08-19  1:00 UTC  (3+ messages)
` [PATCH v3 1/3] eth: intel: "

[PATCH net 3/6] ice: fix Rx page leak on multi-buffer frames
 2025-08-19  0:38 UTC  (5+ messages)
` [PATCH net 4/6] ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc
` [PATCH net 5/6] ixgbe: fix ndo_xdp_xmit() workloads

[PATCH bpf-next v2] selftests/bpf: add BPF program dump in veristat
 2025-08-19  0:18 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: improve the general precision of tnum_mul
 2025-08-18 23:31 UTC  (10+ messages)

[PATCH bpf-next] bpf: hashtab - allow BPF_MAP_LOOKUP{,_AND_DELETE}_BATCH with NULL keys/values
 2025-08-18 20:58 UTC  (2+ messages)

"Segmentation fault" of pahole
 2025-08-18 20:52 UTC  (2+ messages)

[PATCH bpf-next v7 0/9] Add a dynptr type for skb metadata for TC BPF
 2025-08-18 20:40 UTC  (2+ messages)

[PATCH v3 00/12] Signed BPF programs
 2025-08-18 20:37 UTC  (5+ messages)
` [PATCH v3 11/12] bpftool: Add support for signing "

[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-08-18 19:15 UTC  (14+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2025-08-18 18:26 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
 2025-08-18 17:44 UTC  (3+ messages)

[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-18 17:35 UTC  (13+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
    `  "

[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
 2025-08-18 17:32 UTC  (5+ messages)
` [RFC PATCH v2 bpf-next 1/3] kernfs: cgroup: support writing cgroup interfaces from a kernfs node
` [RFC PATCH v2 bpf-next 2/3] bpf: cgroup: Add BPF Kfunc to write and freeze a cgroup
` [RFC PATCH v2 bpf-next 3/3] selftests/bpf: add selftest for bpf_cgroup_write_interface

[PATCH bpf-next v4 1/2] bpf: refactor max_depth computation in bpf_get_stack()
 2025-08-18 17:02 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()

[PATCH bpf-next] bpftool: add kernel.kptr_restrict hint for no instructions
 2025-08-18 16:51 UTC 

[PATCH] bpftool: add kernel.kptr_restrict hint for no instructions
 2025-08-18 15:51 UTC  (5+ messages)

[PATCH bpf-next] bpf: add a verbose message when the BTF limit is reached
 2025-08-18 15:40 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Replace get_next_cpu() with cpumask_next_wrap()
 2025-08-18 13:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] s390/bpf: Write back tail call counter
 2025-08-18 13:20 UTC  (2+ messages)

[syzbot] [bpf?] INFO: rcu detected stall in task_work_add
 2025-08-18 13:03 UTC 

[PATCH net-next 0/6] net: ti: icssg-prueth: Add AF_XDP zero copy support
 2025-08-18 11:24 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next 2/6] net: ti: icssg-prueth: Add XSK pool helpers
` [PATCH net-next 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
` [PATCH net-next 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
` [PATCH net-next 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
` [PATCH net-next 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features

[PATCH RESEND] perf: Completely remove possibility to override MAX_NR_CPUS
 2025-08-18  9:57 UTC 

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

When did CVE-2025-38280 actually become a problem?
 2025-08-18  8:28 UTC  (2+ messages)

[PATCH v1 bpf-next 00/11] BPF indirect jumps
 2025-08-18  8:24 UTC  (16+ messages)
` [PATCH v1 bpf-next 01/11] bpf: fix the return value of push_stack
` [PATCH v1 bpf-next 02/11] bpf: save the start of functions in bpf_prog_aux
` [PATCH v1 bpf-next 03/11] bpf, x86: add new map type: instructions array
` [PATCH v1 bpf-next 04/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v1 bpf-next 05/11] bpf: support instructions arrays with constants blinding
` [PATCH v1 bpf-next 06/11] selftests/bpf: test instructions arrays with blinding
` [PATCH v1 bpf-next 07/11] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v1 bpf-next 08/11] bpf, x86: add support for indirect jumps
` [PATCH v1 bpf-next 09/11] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v1 bpf-next 10/11] libbpf: support llvm-generated indirect jumps
` [PATCH v1 bpf-next 11/11] selftests/bpf: add selftests for "

[syzbot] [bpf?] general protection fault in __pcpu_freelist_pop
 2025-08-18  7:53 UTC 

[PATCH bpf-next v11 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-18  7:46 UTC  (4+ messages)
` [PATCH bpf-next v11 1/3] "
` [PATCH bpf-next v11 2/3] selftests/bpf: Add an usdt_o1 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v11 3/3] selftests/bpf: make usdt_o1 reliably generate SIB USDT arg spec

[PATCH bpf-next v10 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-18  6:56 UTC  (5+ messages)
` [PATCH bpf-next v10 3/3] selftests/bpf: make usdt_o2 reliably generate SIB USDT arg spec
    `  "
      `  "

[PATCH bpf] bpf/selftests: fix test_tcpnotify_user
 2025-08-18  6:43 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: Use vmlinux.h for BPF programs
 2025-08-18  4:30 UTC 

[PATCH net-next 1/2] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
 2025-08-18  6:20 UTC  (2+ messages)

[PATCH bpf-next 0/5] net/smc: Introduce smc_hs_ctrl
 2025-08-18  5:39 UTC  (7+ messages)
` [PATCH bpf-next 2/5] net/smc: fix UAF on smcsk after smc_listen_out()

[PATCH bpf] bpf: Use cpumask_next_wrap() in get_next_cpu()
 2025-08-18  2:58 UTC  (2+ messages)

[PATCH] selftests/bpf: Use vmlinux.h for BPF programs
 2025-08-18  2:11 UTC  (3+ messages)

[PATCH v4 bpf] xsk: fix immature cq descriptor production
 2025-08-17 22:05 UTC  (2+ messages)

[PATCH bpf-next 0/7] bpf: introduce and use rcu_migrate_{enable,disable}
 2025-08-17  2:01 UTC  (6+ messages)
` [PATCH bpf-next 1/7] rcu: add rcu_migrate_enable and rcu_migrate_disable

[PATCH bpf-next v4 0/4] fprobe: use rhashtable for fprobe_ip_table
 2025-08-17  1:43 UTC  (4+ messages)
` [PATCH bpf-next v4 1/4] fprobe: use rhltable "

[PATCH bpf v2 0/2] bpf: Allow fall back to interpreter for programs with stack size <= 512
 2025-08-16 15:14 UTC  (6+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add socket filter attach test

[PATCH net-next 0/2] xsk: improvement performance in copy mode
 2025-08-16 13:42 UTC  (9+ messages)
` [PATCH net-next 2/2] xsk: support generic batch xmit "

[PATCH 00/11] Fix PDF doc builds on major distros
 2025-08-16 11:55 UTC  (4+ messages)
` [PATCH 07/11] scripts: sphinx-pre-install: add missing gentoo pdf dependencies

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-08-16  5:52 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex

[PATCH 0/2] riscv, bpf: fix reads of thread_info.cpu
 2025-08-16  1:30 UTC  (6+ messages)
` [PATCH 1/2] riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG
` [PATCH 2/2] riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id

[PATCH v6 1/6] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
 2025-08-16  0:05 UTC  (6+ messages)
` [PATCH v6 2/6] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
` [PATCH v6 3/6] srcu: Add guards for notrace variants of SRCU-fast readers
` [PATCH v6 4/6] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH v6 5/6] srcu: Document __srcu_read_{,un}lock_fast() implicit RCU readers
` [PATCH v6 6/6] srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast

[PATCH v3 0/2] libbpf: fix reuse of DEVMAP
 2025-08-16  0:00 UTC  (2+ messages)

[PATCH v3 bpf-next] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
 2025-08-15 23:50 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: Introduce deferred task context execution
 2025-08-15 18:25 UTC  (4+ messages)
` [PATCH bpf-next 1/4] bpf: bpf task work plumbing

[PATCH bpf-next v2 2/3] bpf: Report arena faults to BPF stderr
 2025-08-15 18:06 UTC  (2+ messages)

[BUG] mlx5_core memory management issue
 2025-08-15 16:36 UTC  (15+ 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).