BPF List
 help / color / mirror / Atom feed
 messages from 2025-06-25 03:31:18 to 2025-06-26 16:06:49 UTC [more...]

[PATCH bpf 1/2] bpf: Reject %p% format string in bprintf-like helpers
 2025-06-26 16:06 UTC 

[PATCH net 0/4] virtio-net: fixes for mergeable XDP receive path
 2025-06-26 15:37 UTC  (11+ messages)
` [PATCH net 1/4] virtio-net: ensure the received length does not exceed allocated size
` [PATCH net 2/4] virtio-net: remove redundant truesize check with PAGE_SIZE
` [PATCH net 3/4] virtio-net: create a helper to check received mergeable buffer's length
` [PATCH net 4/4] virtio-net: allow more allocated space for mergeable XDP

[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-26 15:13 UTC  (21+ messages)
` [PATCH v11 01/14] unwind_user: Add user space unwinding API
` [PATCH v11 02/14] unwind_user: Add frame pointer support
` [PATCH v11 03/14] unwind_user: Add compat mode "
` [PATCH v11 04/14] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v11 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v11 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v11 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v11 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v11 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v11 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v11 11/14] unwind: Finish up unwind when a task exits
` [PATCH v11 12/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v11 13/14] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v11 14/14] unwind_user/x86: Enable compat mode frame pointer unwinding on x86

[PATCH v11 00/11] perf: Support the deferred unwinding infrastructure
 2025-06-26 14:51 UTC  (15+ messages)
` [PATCH v11 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v11 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v11 03/11] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v11 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v11 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v11 06/11] perf: Support deferred user callchains
` [PATCH v11 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v11 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v11 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v11 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v11 11/11] perf tools: Merge deferred user callchains

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-26 14:49 UTC  (12+ messages)

[PATCH v9 net-next 00/15] AccECN protocol patch series
 2025-06-26 14:47 UTC  (14+ messages)
` [PATCH v9 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v9 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v9 net-next 08/15] tcp: sack option handling improvements
` [PATCH v9 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v9 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK

[PATCH bpf-next v2 0/2] bpf: add bpf_dynptr_memset() kfunc
 2025-06-26 13:34 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add test cases for bpf_dynptr_memset()

[PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll
 2025-06-26 13:11 UTC  (16+ messages)
` [PATCH net-next v2 1/4] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v2 2/4] selftests: drv-net: Improve bpftrace utility error handling
` [PATCH net-next v2 3/4] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

[PATCH bpf-next] bpf: Fix unwarranted warning on speculative path
 2025-06-26 13:01 UTC  (9+ messages)
        ` [RFC PATCH 1/3] bpf: Fix aux usage after do_check_insn()
        ` [RFC PATCH 2/3] selftests/bpf: Add ldimm64 nospec test
        ` [RFC PATCH 3/3] selftests/bpf: Add nospec_result test

[PATCH] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-06-26  7:49 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-06-26  6:41 UTC  (9+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v7 2/7] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next v7 3/7] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next v7 4/7] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next v7 5/7] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next v7 6/7] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH net-next v7 7/7] netmem: introduce a netmem API, virt_to_head_netmem()

[PATCH net-next v6 0/9] Split netmem from struct page
 2025-06-26  6:35 UTC  (11+ messages)
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH bpf-next v8 0/4] bpf: Add kfuncs for read-only string operations
 2025-06-26  6:08 UTC  (5+ messages)
` [PATCH bpf-next v8 1/4] uaccess: Define pagefault lock guard
` [PATCH bpf-next v8 2/4] bpf: Add kfuncs for read-only string operations
` [PATCH bpf-next v8 3/4] selftests/bpf: Allow macros in __retval
` [PATCH bpf-next v8 4/4] selftests/bpf: Add tests for string kfuncs

[GIT PULL] BPF fixes for 6.16-rc4
 2025-06-26  4:12 UTC  (2+ messages)

[PATCH v2 0/4] Support trampoline for LoongArch
 2025-06-26  3:54 UTC  (4+ messages)
` [PATCH v2 1/4] LoongArch: BPF: The operation commands needed to add a trampoline

[PATCH] LoongArch: BPF: Optimize the calculation method of jmp_offset in the emit_bpf_tail_call function
 2025-06-26  1:34 UTC  (5+ messages)
  ` 回复:[PATCH] "

[PATCH net-next v5] net: xsk: introduce XDP_MAX_TX_BUDGET setsockopt
 2025-06-26  1:16 UTC  (5+ messages)

[syzbot] [bpf?] [net?] possible deadlock in xsk_notifier (3)
 2025-06-26  0:24 UTC  (9+ messages)

[PATCH net-next v3 0/2] net: xsk: update tx queue consumer
 2025-06-25 23:55 UTC  (11+ messages)
` [PATCH net-next v3 1/2] net: xsk: update tx queue consumer immediately after transmission
` [PATCH net-next v3 2/2] selftests/bpf: check if the global consumer of tx queue updates after send call

[PATCH] sched_ext: Drop kfuncs marked for removal in 6.15
 2025-06-25 23:15 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: adapt one more case in test_lru_map to the new target_free
 2025-06-25 22:30 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf: allow void* cast using bpf_rdonly_cast()
 2025-06-25 22:20 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpf: add bpf_features enum
` [PATCH bpf-next v3 2/3] bpf: allow void* cast using bpf_rdonly_cast()
` [PATCH bpf-next v3 3/3] selftests/bpf: check operations on untrusted ro pointers to mem

[PATCH v2 bpf-next] bpf: add btf_type_is_i{32,64} helpers
 2025-06-25 22:20 UTC  (3+ messages)

[PATCH v4 bpf-next 0/2] Range tracking for BPF_NEG
 2025-06-25 22:20 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/2] bpf: Add range "
` [PATCH v4 bpf-next 2/2] selftests/bpf: Add tests for BPF_NEG range tracking logic

[PATCH bpf-next v5 0/3] Support array presets in veristat
 2025-06-25 21:46 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] selftests/bpf: separate var preset parsing "
` [PATCH bpf-next v5 2/3] selftests/bpf: support array presets "
` [PATCH bpf-next v5 3/3] selftests/bpf: test "

[PATCH bpf-next v3 00/12] BPF Standard Streams
 2025-06-25 20:01 UTC  (3+ messages)
` [PATCH bpf-next v3 09/12] libbpf: Add bpf_stream_printk() macro

[PATCH bpf-next v3] selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest build
 2025-06-25 20:00 UTC  (2+ messages)

[PATCH bpf v2] libbpf: fix possible use-after-free for externs
 2025-06-25 19:40 UTC  (3+ messages)

[PATCH] perf test: Change all remaining #!/bin/sh to #!/bin/bash
 2025-06-25 19:28 UTC  (2+ messages)

[PATCH v2] perf trace: Split BPF skel code to util/bpf_trace_augment.c
 2025-06-25 19:17 UTC  (2+ messages)

[PATCHv3 0/9] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-06-25 18:10 UTC  (7+ messages)
` [PATCHv3 3/9] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
` [PATCHv3 5/9] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv3 8/9] kexec: Integrate bpf light skeleton to load zboot image

[PATCH v1 0/4] Pipe mode header dumping and minor space saving
 2025-06-25 17:40 UTC  (4+ messages)

[FYI] GNU Tools Cauldron 2025
 2025-06-25 15:17 UTC 

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-25 15:16 UTC  (18+ messages)
` [PATCHv3 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv3 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv3 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv3 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv3 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines

[PATCH bpf-next] bpf: simplify code by exporting a btf helper
 2025-06-25 15:12 UTC  (3+ messages)

[PATCH] kvm: x86: fix infinite loop in kvm_guest_time_update when tsc is 0
 2025-06-25 14:45 UTC  (2+ messages)

[syzbot] Monthly bpf report (Jun 2025)
 2025-06-25 14:14 UTC 

[PATCH net-next v4] net: xsk: introduce XDP_MAX_TX_BUDGET setsockopt
 2025-06-25 12:21 UTC  (4+ messages)

[PATCH 0/6] mm: Reentrant kmalloc
 2025-06-25 11:38 UTC  (5+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
    ` SLAB_NO_CMPXCHG was:: "

[PATCH net-next v6 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-25 10:57 UTC  (7+ messages)
` [PATCH net-next v6 12/12] net/mlx5e: Add TX support for netmems

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-25 10:30 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH v3 bpf-next 0/2] Range tracking for BPF_NEG
 2025-06-25  3:31 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/2] bpf: Add range "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox