BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-08 13:53:44 to 2026-09-09 06:46:50 UTC [more...]

[PATCH bpf-next v2 00/12] bpf: Support by-value struct and __int128 arguments
 2026-09-09  6:46 UTC  (15+ messages)
` [PATCH bpf-next v2 01/12] selftests/bpf: Add a test for an __int128 by-value argument
` [PATCH bpf-next v2 02/12] bpf: Index global function arguments by argument slot
` [PATCH bpf-next v2 03/12] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next v2 04/12] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next v2 05/12] bpf: Rename bpf_call_summary::num_params to arg_slot_cnt
` [PATCH bpf-next v2 06/12] bpf: Recognize by-value struct and __int128 kfunc arguments
` [PATCH bpf-next v2 07/12] bpf: Prepare kfunc arguments for the JIT from an ABI description
` [PATCH bpf-next v2 08/12] bpf, x86: Move kfunc arguments into the x86-64 calling convention
` [PATCH bpf-next v2 09/12] bpf, arm64: Move kfunc arguments into the arm64 "
` [PATCH bpf-next v2 10/12] selftests/bpf: Add C tests for by-value arguments up to 16 bytes
` [PATCH bpf-next v2 11/12] selftests/bpf: Add inline-asm tests for by-value arguments
` [PATCH bpf-next v2 12/12] selftests/bpf: Add tests for by-value kfunc arguments

[PATCH] mm/nommu: Reject wrapping ranges in access_remote_vm()
 2026-09-09  6:42 UTC 

[PATCH v14 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-09  6:25 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: Invalidate iterator-owned BTF pointers
 2026-09-09  5:34 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: Invalidate iterator-owned BTF pointers on destroy
` [PATCH bpf 2/2] selftests/bpf: Reject task VMA snapshot use after destroy

[PATCH 6.6.y 2/2] bpf: Invalidate dynptr clones in every call frame on release
 2026-09-09  5:18 UTC  (7+ messages)
` [PATCH bpf 0/2] bpf: Preserve escaped dynptr slice ancestry
  ` [PATCH bpf 1/2] bpf: Preserve escaped dynptr slice ancestry on subprog return
  ` [PATCH bpf 2/2] selftests/bpf: Test slices escaping a clone call frame

[PATCH bpf-next v2 1/3] bpftool: Skip non-autoload programs when generating light skeletons
 2026-09-09  5:02 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] bpftool: Compute light skeleton ctx.sz without relying on links
` [PATCH bpf-next v2 3/3] selftests/bpf: Verify program FD after non-autoload programs in lskel

[PATCH bpf-next] bpf: Use kvfree() in xdp_test_run_teardown()
 2026-09-09  4:44 UTC  (2+ messages)

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2026-09-09  4:38 UTC  (2+ messages)

[PATCH bpf v3] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-09  4:37 UTC  (2+ messages)

[PATCH bpf] bpf: refresh seg6local SRH pointer after skb pull
 2026-09-09  4:27 UTC  (5+ messages)
` [PATCH bpf v2] bpf: disallow bpf_skb_pull_data() for LWT_SEG6LOCAL

[PATCH bpf] bpf: fix reading neigh ha in bpf_fib_lookup()
 2026-09-09  3:31 UTC  (3+ messages)

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-09  2:26 UTC  (6+ messages)
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH bpf-next 00/12] bpf: Support by-value struct and __int128 arguments
 2026-09-09  1:59 UTC  (9+ messages)
` [PATCH bpf-next 07/12] bpf, x86: Place kfunc arguments per the SysV calling convention

[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
 2026-09-09  0:05 UTC  (7+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v4 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v4 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v4 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH bpf-next v3 0/3] bpftool: Improve perf counter reporting
 2026-09-09  0:02 UTC  (14+ messages)
` [PATCH bpf-next v3 1/3] bpftool: Track perf counter snapshot state
` [PATCH bpf-next v3 2/3] perf bpf_counter: Track valid BPF counter snapshots
` [PATCH bpf-next v3 3/3] bpftool: Scale counters and report cycles per run

[PATCH bpf-next 1/2] bpftool: Skip non-autoload programs when generating light skeletons
 2026-09-08 23:48 UTC  (3+ messages)

[PATCH bpf v2 0/2] libbpf: Fix array comparison in BTF dedup
 2026-09-08 23:40 UTC  (5+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Test array element "

[PATCH bpf-next 1/2] bpf: Only check nmi_uaccess_okay() when signalling current
 2026-09-08 23:21 UTC  (2+ messages)

bpf: Is the nmi_uaccess_okay() check needed for bpf_send_signal_task()?
 2026-09-08 23:20 UTC  (4+ messages)

[PATCH bpf] bpf: Fix non-linear SRH access in bpf_update_srh_state()
 2026-09-08 23:19 UTC  (2+ messages)

[PATCH 6.12.y v2] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-08 22:39 UTC  (2+ messages)

[RFC PATCH 0/8] blk-iocost: BPF struct_ops cost model
 2026-09-08 20:31 UTC  (12+ messages)
` [RFC PATCH 2/8] blk-iocost: define iocost_model_ops cost model interface
` [RFC PATCH 3/8] blk-iocost: implement BPF struct_ops registration
` [RFC PATCH 4/8] blk-iocost: dispatch cost calculation to registered BPF model
` [RFC PATCH 6/8] selftests/bpf: add iocost cost model test
` [RFC PATCH 7/8] selftests/bpf: add multi-stream sequentiality example model

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-08 20:50 UTC  (80+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH bpf-next] libbpf: defer arena map size check to load time
 2026-09-08 19:37 UTC  (4+ messages)

[PATCH bpf-next v1 0/6] File descriptor interface for BPF streams
 2026-09-08 19:22 UTC  (13+ messages)
` [PATCH bpf-next v1 1/6] bpf: Add file descriptor interface for program streams
` [PATCH bpf-next v1 2/6] bpf: Defer stream file notifications from NMI context
` [PATCH bpf-next v1 3/6] bpf: Separate stream readiness from capacity accounting
` [PATCH bpf-next v1 4/6] libbpf: Add bpf_prog_stream_open()
` [PATCH bpf-next v1 5/6] bpftool: Read program streams through file descriptors
` [PATCH bpf-next v1 6/6] selftests/bpf: Test program stream "

[PATCH v7 0/3] perf tools: port UI from GTK2 to GTK4
 2026-09-08 17:28 UTC  (4+ messages)

[PATCH 0/2] sched: fix typos and repeated words in comments
 2026-09-08 17:13 UTC  (2+ messages)

[PATCH v13 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-09-08 16:33 UTC  (17+ messages)
` [PATCH v13 1/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v13 2/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
` [PATCH v13 3/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v13 4/8] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v13 5/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v13 6/8] selftests/bpf: Fix powerpc JIT disassembly failure
` [PATCH v13 7/8] selftests/bpf: Enable verifier selftest for powerpc64
` [PATCH v13 8/8] selftests/bpf: Add tailcall "

[PATCH bpf-next v6 0/5] bpf: Add user memory access kfuncs for mm_struct
 2026-09-08 16:18 UTC  (10+ messages)
` [PATCH bpf-next v6 1/5] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v6 2/5] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v6 3/5] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v6 4/5] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v6 5/5] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm

[PATCH bpf-next v7 2/2] selftests/bpf: add tests for selective module BTF loading
 2026-09-08 16:03 UTC  (2+ messages)

[PATCH] bpf: cgroup: fix null-ptr-deref in __cgroup_bpf_attach
 2026-09-08 16:00 UTC  (3+ messages)

[PATCH v4 00/19] media: Fix locking issues in rc core
 2026-09-08 15:51 UTC  (2+ messages)
` [PATCH v4 05/19] media: rc: Fix race between bpf(BPG_PROG_ATTACH) and device unregister

[PATCH bpf-next v4 2/3] bpf, arena: fix range_tree_set inconsistency on kmalloc_nolock failure
 2026-09-08 15:53 UTC  (4+ messages)
` [PATCH bpf-next v5 0/3] bpf, arena: fix range_tree consistency on allocation failure
  ` [PATCH bpf-next v5 3/3] bpf, arena: handle range_tree_set failures in alloc/free paths

[PATCH bpf-next 2/2] selftests/bpf: Verify program FD after non-autoload programs in lskel
 2026-09-08 15:46 UTC  (2+ messages)

[PATCH bpf-next] bpf, x86: Use global buffer for trampoline size generation
 2026-09-08 15:19 UTC  (6+ messages)

[PATCH net-next v5 00/12] gve: AdminQ mode related refactors
 2026-09-08 15:12 UTC  (3+ messages)

[PATCH 5.10.y] bpf: Enforce expected_attach_type for tailcall compatibility
 2026-09-08 14:49 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