bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-06 18:17:50 to 2025-08-11 15:10:14 UTC [more...]

[PATCH v7 0/4] Add support for long task name
 2025-08-11 15:10 UTC  (11+ messages)
` [PATCH v7 1/4] exec: Remove obsolete comments
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v7 4/4] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH v2 00/13] Signed BPF programs
 2025-08-11 14:39 UTC  (9+ messages)
` [PATCH v2 11/13] bpftool: Add support for signing "
` [PATCH v2 13/13] selftests/bpf: Add test for signed programs

[PATCH] bpf: replace kvfree with kfree for kzalloc memory
 2025-08-11 13:25 UTC  (3+ messages)

[PATCH net-next 0/2] xsk: improvement performance in copy mode
 2025-08-11 13:12 UTC  (3+ messages)
` [PATCH net-next 1/2] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH net-next 2/2] xsk: support generic batch xmit in copy mode

[PATCH] bpf: Don't use %pK through printk
 2025-08-11 12:08 UTC 

[PATCH bpf-next 1/1] bpf: Allow fall back to interpreter for programs with stack size <= 512
 2025-08-11 11:28 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] bpf: Report arena faults to BPF streams
 2025-08-11 11:18 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: arm64: simplify exception table handling
` [PATCH bpf-next v2 2/3] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests for arena fault reporting

[PATCH bpf-next 0/3] bpf: Report arena faults to BPF streams
 2025-08-11 10:35 UTC  (11+ messages)
` [PATCH bpf-next 1/3] bpf: arm64: simplify exception table handling
` [PATCH bpf-next 2/3] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for arena fault reporting

[PATCH] bpf: fix reuse of DEVMAP
 2025-08-11  9:39 UTC  (2+ messages)

[PATCH bpf-next 0/5] net/smc: Introduce smc_hs_ctrl
 2025-08-11  9:24 UTC  (8+ messages)
` [PATCH bpf-next 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next 2/5] net/smc: fix UAF on smcsk after smc_listen_out()

When did CVE-2025-38280 actually become a problem?
 2025-08-11  8:50 UTC 

[BUG] mlx5_core memory management issue
 2025-08-11  8:37 UTC  (6+ messages)

[PATCH linux-next v3] mm, page_pool: introduce a new page type for page pool in page type
 2025-08-11  1:09 UTC  (3+ messages)

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

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

[PATCH bpf-next v2 0/2] bpf, arm64: support for timed may_goto
 2025-08-09 20:48 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Add JIT "
` [PATCH bpf-next v2 2/2] selftests/bpf: Enable timed may_goto tests for arm64

[PATCH -rebased 00/15] Add a deadline server for sched_ext tasks
 2025-08-09 18:48 UTC  (3+ messages)
` [PATCH -rebased 14/15] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH -rebased 15/15] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH v2] bpf: fix stackmap overflow check in __bpf_get_stackid()
 2025-08-09 12:14 UTC  (11+ messages)
` [PATCH 1/2] bpf: refactor max_depth computation in bpf_get_stack()
  ` [PATCH 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
      ` [PATCH v2 1/2] bpf: refactor max_depth computation in bpf_get_stack()
        ` [PATCH v2 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
          ` [PATCH RESEND v2 1/2] bpf: refactor max_depth computation in bpf_get_stack()
            ` [PATCH RESEND v2 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
  ` [syzbot ci] Re: bpf: refactor max_depth computation in bpf_get_stack()

[GIT PULL] BPF fixes for 6.17-rc1
 2025-08-09  6:06 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: Introduce deferred task context execution
 2025-08-09  3:04 UTC  (11+ messages)
` [PATCH bpf-next 1/4] bpf: bpf task work plumbing
` [PATCH bpf-next 2/4] bpf: extract map key pointer calculation
` [PATCH bpf-next 3/4] bpf: task work scheduling kfuncs

[PATCH v4 0/4] ftrace: Add function arguments to function tracers
 2025-08-09  2:24 UTC  (3+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer

[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
 2025-08-09  1:06 UTC  (5+ messages)

[PATCH linux-6.12.y 1/2] selftests/bpf: Add a test for arena range tree algorithm
 2025-08-08 23:19 UTC  (2+ messages)
` [PATCH linux-6.12.y 2/2] selftests/bpf: Fix build error with llvm 19

[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
 2025-08-08 21:39 UTC  (3+ messages)
` [PATCH bpf-next 1/4] bpf: "

[PATCH bpf-next v6 0/9] Add a dynptr type for skb metadata for TC BPF
 2025-08-08 21:31 UTC  (5+ messages)
` [PATCH bpf-next v6 9/9] selftests/bpf: Cover metadata access from a modified skb clone

[RFC 0/4] BTF archive with unmodified pahole+toolchain
 2025-08-08 20:59 UTC  (13+ messages)

[PATCH net 1/2] net: lapbether: ignore ops-locked netdevs
 2025-08-08 20:50 UTC  (3+ messages)
` [PATCH net 2/2] hamradio: "

[RFC 0/4] uprobe,bpf: Allow to change app registers from uprobe
 2025-08-08 18:38 UTC  (5+ messages)
` [RFC 1/4] uprobe: Do not emulate/sstep original instruction when ip is changed

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-08-08 17:44 UTC  (5+ messages)
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
 2025-08-08 16:42 UTC  (7+ messages)

[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
 2025-08-08 16:27 UTC  (20+ messages)
` [bpf-next 1/6] bpf,powerpc: Introduce bpf_jit_emit_probe_mem_store() to emit store instructions
` [bpf-next 2/6] bpf,powerpc: Implement PROBE_MEM32 pseudo instructions
` [bpf-next 3/6] bpf,powerpc: Implement bpf_addr_space_cast instruction
` [bpf-next 6/6] selftests/bpf: Fix arena_spin_lock selftest failure

[PATCH bpf-next v2 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array maps
 2025-08-08 16:23 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] "

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

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-08-08 15:47 UTC  (15+ messages)
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
        ` Inlining migrate_disable/enable. Was: "

[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-08-08 11:47 UTC  (5+ messages)

[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-08-08 10:51 UTC  (5+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v3 3/5] asm-generic: barrier: Add smp_cond_load_acquire_timewait()

[PATCH v3 bpf] xsk: fix immature cq descriptor production
 2025-08-08  9:48 UTC  (7+ messages)
` [syzbot ci] "

BPF selftest: mptcp subtest failing
 2025-08-08  9:19 UTC  (4+ messages)

[RFC dwarves 0/6] prep for compiler-generated BTF
 2025-08-08  5:39 UTC  (12+ messages)
` [RFC dwarves 1/6] btf_loader: Make BTF representation match DWARF
` [RFC dwarves 2/6] pfunct: Fix up function display with updated prototype representation
` [RFC dwarves 3/6] pahole: Add btf_encode to conf_load
` [RFC dwarves 4/6] btf_loader: read ELF for BTF encoding
` [RFC dwarves 5/6] btf_encoder: Do not error out if BTF is not found in some input files
` [RFC dwarves 6/6] tests: Add test of pahole using BTF as input to BTF generation

[PATCH] net: bpf: Fix kernel coding style
 2025-08-08  2:20 UTC  (2+ messages)

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

[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
 2025-08-07 19:07 UTC  (21+ messages)

[PATCH bpf] bpf: Use cpumask_next_wrap() in get_next_cpu()
 2025-08-07 17:56 UTC  (2+ messages)

[PATCH] selftests/seccomp: improve backwards compatibility for older kernels
 2025-08-07 17:46 UTC 

[PATCH] bpf: fix memory leak in SCC management
 2025-08-07 17:32 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: use vrealloc() in bpf_patch_insn_data()
 2025-08-07 16:20 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
` [PATCH bpf-next v2 2/2] bpf: use realloc in bpf_patch_insn_data

[PATCH v5 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-07 16:20 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf, arm64: support for timed may_goto
 2025-08-07 13:27 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Add JIT "

[PATCH v5 0/5] Support trampoline for LoongArch
 2025-08-07 10:26 UTC  (7+ messages)
` [PATCH v5 3/5] LoongArch: BPF: Implement dynamic code modification support

[PATCH v4 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-07  5:02 UTC  (5+ messages)
` [PATCH v4 2/2] perf bpf-filter: Enable events manually

[PATCH bpf-next v8 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-07  2:34 UTC  (4+ messages)
` [PATCH bpf-next v8 1/2] "
` [PATCH bpf-next v8 2/2] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v7 2/2] selftests/bpf: Force -O2 for USDT "

[PATCH -next] selftests/bpf: Fix warning comparing pointer to 0
 2025-08-07  1:57 UTC  (2+ messages)

[PATCH] perf: use __builtin_preserve_field_info for GCC compatibility
 2025-08-07  0:27 UTC  (5+ messages)

[PATCH bpf-next v1 1/2] bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
 2025-08-06 23:54 UTC  (4+ messages)
` [PATCH bpf-next v1 2/2] bpf: use realloc in bpf_patch_insn_data

[PATCH bpf-next v2 0/3] Allow struct_ops to create map id to
 2025-08-06 23:20 UTC  (6+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Add multi_st_ops that supports multiple instances
` [PATCH bpf-next v2 3/3] selftests/bpf: Test multi_st_ops and calling kfuncs from different programs

[PATCH bpf-next] bpf: Add LINK_DETACH for iter and perf links
 2025-08-06 20:35 UTC  (5+ messages)

[PATCH] bpf: relax acquire for consumer_pos in ringbuf_process_ring()
 2025-08-06 19:43 UTC  (3+ 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).