messages from 2026-09-07 19:51:21 to 2026-09-08 20:36:43 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:36 UTC (54+ 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 bpf-next 00/12] bpf: Support by-value struct and __int128 arguments
2026-09-08 18:43 UTC (34+ messages)
` [PATCH bpf-next 03/12] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next 04/12] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next 05/12] bpf: Support by-value struct and __int128 kfunc arguments
` [PATCH bpf-next 06/12] bpf: Add a JIT helper for the outgoing stack of kfunc calls
` [PATCH bpf-next 07/12] bpf, x86: Place kfunc arguments per the SysV calling convention
` [PATCH bpf-next 10/12] selftests/bpf: Add C tests for by-value arguments up to 16 bytes
[PATCH bpf-next v3 0/3] bpftool: Improve perf counter reporting
2026-09-08 18:01 UTC (10+ 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 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 bpf v2 0/2] libbpf: Fix array comparison in BTF dedup
2026-09-08 17:01 UTC (4+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Test array element "
[PATCH v13 0/8] powerpc/bpf: address missing verifier selftest coverage
2026-09-08 16:33 UTC (23+ 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-next 1/2] bpftool: Skip non-autoload programs when generating light skeletons
2026-09-08 16:01 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Verify program FD after non-autoload programs in lskel
[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] bpf: refresh seg6local SRH pointer after skb pull
2026-09-08 15:35 UTC (3+ 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)
[PATCH bpf-next v5 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-08 13:19 UTC (12+ messages)
` [PATCH bpf-next v5 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v5 3/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v5 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v5 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
[PATCH bpf-next 0/4] bpf: Add bpf_call_rcu() and bpf_call_rcu_tasks_trace()
2026-09-08 12:22 UTC (6+ messages)
` [PATCH bpf-next 1/4] bpf: Add bpf_call_rcu() kfunc
[PATCH bpf v2 2/3] tcp: Skip cond_resched() in inet_csk_listen_stop() under BPF context
2026-09-08 12:22 UTC (5+ messages)
[PATCHv5 net-next] tcp: Add TCP ROCCET congestion control module
2026-09-08 11:22 UTC (3+ messages)
` "
bpf: BPF_MAP_UPDATE_BATCH into a fresh NO_PREALLOC LPM trie / hash map returns -ENOMEM at element 2 on AWS Graviton5 (bpf_mem_alloc refill IPI races the syscall)
2026-09-08 10:59 UTC
[RFC PATCH 0/8] blk-iocost: BPF struct_ops cost model
2026-09-08 10:21 UTC (12+ messages)
` [RFC PATCH 1/8] blk-iocost: add iocost_ioc_tick tracepoint for per-period device summary
` [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 5/8] blk-iocost: add ctrl=bpf per-device opt-in
` [RFC PATCH 6/8] selftests/bpf: add iocost cost model test
` [RFC PATCH 7/8] selftests/bpf: add multi-stream sequentiality example model
` [RFC PATCH 8/8] docs: cgroup-v2: document io.cost ctrl=bpf option
[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
2026-09-08 9:48 UTC (4+ messages)
` [RFC bpf-next 3/6] bpf: support low-32 subreg scalar linking for zero-extending movs
[PATCH 6.12.y v2] tcp: clear sock_ops cb flags before force-closing a child socket
2026-09-08 9:43 UTC
[PATCH net] net: mana: restore the XDP program pointer when pre-allocation fails
2026-09-08 9:43 UTC (2+ messages)
[PATCH bpf v3] bpf, sockmap: Fix self-redirect copied_seq double-counting
2026-09-08 9:27 UTC (2+ messages)
[PATCH bpf-next v9 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-08 9:11 UTC (3+ messages)
` [PATCH bpf-next v9 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v9 2/2] selftests/bpf: Add memcg async reclaim test
[PATCH v12 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-08 8:34 UTC (2+ messages)
[RFC PATCH bpf-next 0/6] bpf: Add UHMUL and SHMUL instructions
2026-09-08 8:32 UTC (7+ messages)
` [RFC PATCH bpf-next 1/6] "
` [RFC PATCH bpf-next 3/6] bpf: Reject UHMUL/SHMUL in unsupported JITs
[PATCH] bpf: fix dangling jump table entries for verified indirect jump targets
2026-09-08 7:53 UTC (2+ messages)
[PATCH bpf-next v3] selftests/bpf: Add test for indirect struct_ops trampoline
2026-09-08 7:35 UTC
[PATCH v14 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-08 6:24 UTC
[PATCH v13 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-08 6:21 UTC (3+ messages)
[PATCH bpf-next v4 0/7] bpf: fix typos and repeated words in comments
2026-09-08 6:08 UTC (9+ messages)
` [PATCH bpf-next v4 1/7] ARM: net: fix typo "arithmatic" in comment
` [PATCH bpf-next v4 2/7] bpf: fix typos in comments
` [PATCH bpf-next v4 3/7] powerpc: net: fix typo "upto" "
` [PATCH bpf-next v4 4/7] selftests/bpf: fix typos "
` [PATCH bpf-next v4 5/7] sparc: net: fix typo "evalute" in comment
` [PATCH bpf-next v4 6/7] libbpf: Fix typos in comments
` [PATCH bpf-next v4 7/7] selftests/bpf: fix repeated words "
[PATCH bpf-next 1/2] selftests/bpf: Move verifier failure tests out of test_global_percpu_data
2026-09-08 4:57 UTC (8+ messages)
` [PATCH bpf-next 2/2] bpftool: Reject non-autoload programs for light skeletons
[PATCH bpf-next 11/12] selftests/bpf: Add inline-asm tests for by-value arguments
2026-09-08 4:35 UTC (3+ messages)
[PATCH bpf-next 08/12] bpf: Record a 16-byte argument alignment in the function model
2026-09-08 4:28 UTC (3+ messages)
[PATCH bpf 1/2] bpf: Fix bpf_skb_change_tail wrt csum partial skbs
2026-09-08 2:40 UTC (2+ messages)
[PATCH 6.12.y] tcp: clear sock_ops cb flags before force-closing a child socket
2026-09-08 0:53 UTC (2+ messages)
[PATCH bpf v2 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
2026-09-07 23:23 UTC (3+ messages)
` [PATCH bpf v2 1/3] bpf: Fix out-of-bounds read of sk_protocol in bpf_sock_destroy()
[syzbot] [bpf?] WARNING in pcpu_get_vm_areas
2026-09-07 20:14 UTC
[PATCH v2 bpf-next 00/18] Support inline functions in BTF
2026-09-07 20:00 UTC (5+ messages)
` [PATCH v2 bpf-next 14/18] btf: Make vmlinux, module inline info available in /sys/kernel/btf
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