messages from 2025-08-14 10:21:31 to 2025-08-18 09:05:32 UTC [more...]
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-08-18 9:04 UTC (2+ messages)
` [RFC PATCH v2 bpf-next 1/3] kernfs: cgroup: support writing cgroup interfaces from a kernfs node
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 (7+ messages)
` [PATCH bpf-next v10 1/3] "
` [PATCH bpf-next v10 2/3] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [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)
[RFC PATCH v5 mm-new 0/5] mm, bpf: BPF based THP order selection
2025-08-18 5:55 UTC (6+ 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 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-next v2] bpf: Replace get_next_cpu() with cpumask_next_wrap()
2025-08-18 3:23 UTC
[PATCH bpf] bpf: Use cpumask_next_wrap() in get_next_cpu()
2025-08-18 2:58 UTC (3+ messages)
[PATCH] selftests/bpf: Use vmlinux.h for BPF programs
2025-08-18 2:11 UTC (3+ messages)
[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
2025-08-17 22:14 UTC (10+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
[PATCH v4 bpf] xsk: fix immature cq descriptor production
2025-08-17 22:05 UTC (2+ messages)
[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-17 13:43 UTC (12+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
[PATCH bpf-next v5 0/4] fprobe: use rhashtable for fprobe_ip_table
2025-08-17 2:46 UTC (5+ 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 v3 00/12] Signed BPF programs
2025-08-17 2:16 UTC (13+ messages)
` [PATCH v3 03/12] libbpf: Implement SHA256 internal helper
` [PATCH v3 04/12] libbpf: Support exclusive map creation
` [PATCH v3 06/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v3 09/12] libbpf: Update light skeleton for signing
` [PATCH v3 11/12] bpftool: Add support for signing BPF programs
` [syzbot ci] Re: Signed "
[PATCH bpf-next 0/7] bpf: introduce and use rcu_migrate_{enable,disable}
2025-08-17 2:01 UTC (12+ messages)
` [PATCH bpf-next 1/7] rcu: add rcu_migrate_enable and rcu_migrate_disable
` [PATCH bpf-next 2/7] bpf: use rcu_migrate_* for bpf_cgrp_storage_free()
` [PATCH bpf-next 3/7] bpf: use rcu_migrate_* for bpf_inode_storage_free()
` [PATCH bpf-next 4/7] bpf: use rcu_migrate_* for bpf_iter_run_prog()
` [PATCH bpf-next 5/7] bpf: use rcu_migrate_* for bpf_task_storage_free()
` [PATCH bpf-next 6/7] bpf: use rcu_migrate_* for bpf_prog_run_array_cg()
` [PATCH bpf-next 7/7] bpf: use rcu_migrate_* for trampoline.c
[PATCH bpf-next v4 0/4] fprobe: use rhashtable for fprobe_ip_table
2025-08-17 1:43 UTC (7+ messages)
` [PATCH bpf-next v4 1/4] fprobe: use rhltable "
` [PATCH bpf-next v4 2/4] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH bpf-next v4 3/4] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next v4 4/4] selftests/bpf: add benchmark testing for kprobe-multi-all
[PATCH bpf-next v2 0/4] bpf: Introduce deferred task context execution
2025-08-16 18:14 UTC (7+ 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
[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 bpf-next] bpf: add a verbose message when the BTF limit is reached
2025-08-16 15:15 UTC
[PATCH net-next 0/2] xsk: improvement performance in copy mode
2025-08-16 13:42 UTC (10+ 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 (7+ messages)
` [PATCH 06/11] scripts: sphinx-pre-install: fix PDF build issues on Ubuntu
` [PATCH 07/11] scripts: sphinx-pre-install: add missing gentoo pdf dependencies
` [PATCH 10/11] scripts: sphinx-pre-install: fix pdf dependencies for Mageia 9
` [PATCH 11/11] scripts: sphinx-pre-install: fix PDF dependencies for gentoo
[PATCH v3 0/3] net: use vmalloc_array() to simplify code
2025-08-16 9:06 UTC (2+ messages)
` [PATCH v3 1/3] eth: intel: "
[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 v2 bpf-next] bpf: improve the general precision of tnum_mul
2025-08-16 4:58 UTC (3+ messages)
[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 (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/bpf: add test for DEVMAP reuse
[PATCH v3 bpf-next] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-15 23:50 UTC (2+ messages)
[PATCH net 3/6] ice: fix Rx page leak on multi-buffer frames
2025-08-15 20:42 UTC (3+ 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 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 (18+ messages)
[PATCHv3 bpf] bpf: Check the helper function is valid in get_helper_proto
2025-08-15 9:20 UTC (2+ messages)
[PATCH bpf-next 00/10] Add support arena atomics for RV64
2025-08-15 9:08 UTC (6+ messages)
[PATCH v15 net-next 00/14] AccECN protocol patch series
2025-08-15 8:39 UTC (15+ messages)
` [PATCH v15 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v15 net-next 02/14] tcp: fast path functions later
` [PATCH v15 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v15 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v15 net-next 05/14] tcp: AccECN core
` [PATCH v15 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v15 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v15 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v15 net-next 09/14] tcp: sack option handling improvements
` [PATCH v15 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v15 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK
[PATCH v2] LoongArch: BPF: Fix incorrect return pointer value in the eBPF program
2025-08-15 8:29 UTC
[RFC][PATCH] x86,ibt: Use UDB instead of 0xEA
2025-08-15 8:28 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
2025-08-15 8:24 UTC (3+ messages)
` [syzbot ci] "
[PATCH bpf-next v3 0/4] fprobe: use rhashtable for fprobe_ip_table
2025-08-15 6:23 UTC (4+ messages)
` [PATCH bpf-next v3 1/4] fprobe: use rhltable "
[PATCH] LoongArch: BPF: Fix incorrect return pointer value in the eBPF program
2025-08-15 5:11 UTC (3+ messages)
` 回复:[PATCH] "
[PATCH bpf] cpumap: disable page_pool direct xdp_return need larger scope
2025-08-15 4:50 UTC (3+ messages)
[PATCH v5] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-08-15 2:52 UTC (4+ messages)
` [PATCH 0/2] bpftool: Refactor config parsing and add CET symbol matching
` [PATCH v6 1/2] bpftool: Refactor kernel config reading into common helper
` [PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
2025-08-14 21:20 UTC (11+ messages)
` [PATCH bpf-next 1/4] bpf: "
` [PATCH bpf-next 2/4] libbpf: ringbuf: Add overwrite ring buffer process
[PATCH v3 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting
2025-08-14 17:10 UTC (4+ messages)
[PATCH v4 0/4] ftrace: Add function arguments to function tracers
2025-08-14 17:05 UTC (5+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
[PATCH bpf-next v8 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-14 14:45 UTC (5+ messages)
` [PATCH bpf-next v8 2/2] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` "
[PATCHv2 bpf] bpf: Check the helper function is valid in get_helper_proto
2025-08-14 14:18 UTC (3+ messages)
[PATCH bpf-next v9 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-14 14:17 UTC (4+ messages)
` [PATCH bpf-next v9 1/3] "
` [PATCH bpf-next v9 2/3] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v9 3/3] selftests/bpf: make usdt_o2 reliably generate SIB USDT arg spec
[PATCH net-next v5] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
2025-08-14 14:04 UTC
[PATCH bpf-next v9 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-14 13:56 UTC (4+ messages)
` [PATCH bpf-next v9 1/3] "
` [PATCH bpf-next v9 2/3] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v9 3/3] selftests/bpf: make usdt_o2 reliably generate SIB USDT arg spec
[PATCH bpf-next] s390/bpf: Use direct calls and jumps where possible
2025-08-14 12:42 UTC
[PATCH] selftests/bpf: Fix typo in kprobe_multi_test.c
2025-08-14 12:29 UTC (3+ messages)
[PATCH bpf-next v2] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-14 11:35 UTC (3+ messages)
[PATCH v2 0/3] net: use vmalloc_array() to simplify code
2025-08-14 10:20 UTC (2+ messages)
` [PATCH v2 1/3] eth: intel: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).