messages from 2026-06-02 22:49:24 to 2026-06-04 12:36:41 UTC [more...]
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-06-04 12:36 UTC (6+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
[PATCH] selftests/bpf: fix token tests for bpf_object__prepare() probe_loading
2026-06-04 11:16 UTC (8+ messages)
` [PATCH bpf-next v2 0/3] libbpf: fix implicit BPF token handling in loading and feature probes
` [PATCH bpf-next v2 1/3] libbpf: Skip bpf_object__probe_loading() when BPF token is in use
` [PATCH bpf-next v2 2/3] selftests/bpf: Add ARRAY map type to token tests that use struct_ops global data
` [PATCH bpf-next v2 3/3] libbpf: fix feature probe failures for implicit BPF tokens
configurable block error injection
2026-06-04 11:06 UTC (4+ messages)
[PATCH 0/2] KVM: LoongArch: selftests: Add FPU test case
2026-06-04 8:57 UTC (3+ messages)
` [PATCH 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
` [PATCH 2/2] KVM: LoongArch: selftests: Add FPU test case
[PATCH] selftests/livepatch: fix resource leak in test_klp_syscall init error path
2026-06-04 8:42 UTC (5+ messages)
` [PATCH v2] "
[PATCH net-next v2 0/6] net: dsa: mv8ee6xxx: MQPRIO and 802.1Qat support
2026-06-04 8:36 UTC (19+ messages)
` [PATCH net-next v2 2/6] net: bridge: convert mdb_entry host_joined to a flags field
` [PATCH net-next v2 3/6] net: bridge: add 802.1Qat stream reservation admission control
` [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support
[PATCH v3 0/2] eventpoll: Fix epoll_wait() report false negative
2026-06-04 8:25 UTC (2+ messages)
[PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
2026-06-04 7:48 UTC (3+ messages)
` [PATCH v4 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
2026-06-04 7:14 UTC (12+ messages)
` [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
[PATCH v3 0/2] mm/hmm: A fix and a selftest
2026-06-04 5:53 UTC (3+ messages)
` [PATCH v3 1/2] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
` [PATCH v3 2/2] selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries
[PATCH bpf-next 0/3] bpf: Check tail zero of bpf_map_info and bpf_prog_info
2026-06-04 2:24 UTC (8+ messages)
` [PATCH bpf-next 1/3] bpf: Check tail zero of bpf_map_info
` [PATCH bpf-next 2/3] bpf: Check tail zero of bpf_prog_info
` [PATCH bpf-next 3/3] selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_info
[PATCH net v2 00/11] mptcp: misc fixes for v7.1-rc7
2026-06-04 2:10 UTC (2+ messages)
[PATCH v2 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
2026-06-04 1:52 UTC
[PATCH v3 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
2026-06-04 1:50 UTC (4+ messages)
` [PATCH v3 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
[PATCH net-next 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-06-04 0:43 UTC (5+ messages)
` [PATCH net-next 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
` [PATCH net-next 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
` [PATCH net-next 4/4] selftests/net: devmem.py: add check_rx_large_niov
[PATCH] KVM: selftests: Make guest_code_xsave more friendly
2026-06-03 23:05 UTC (2+ messages)
[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
2026-06-03 22:17 UTC (4+ messages)
[PATCH v1 0/4] iommufd: Cache invalidation hardening and SMMUv3 batching rework
2026-06-03 21:26 UTC (5+ messages)
` [PATCH v1 1/4] iommufd: Set upper bounds on cache invalidation entry_num and entry_len
` [PATCH v1 2/4] iommufd/selftest: Add invalidation entry_num and entry_len boundary tests
` [PATCH v1 3/4] iommu: Avoid copying the user array twice in the full-array copy helper
` [PATCH v1 4/4] iommu/arm-smmu-v3: Process vIOMMU invalidations in batches
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-06-03 21:27 UTC (10+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-06-03 20:48 UTC (2+ messages)
[PATCH v7 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 18:16 UTC (15+ messages)
` [PATCH v7 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v7 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v7 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v7 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v7 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v7 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v7 07/13] kho: add support for linked-block serialization
` [PATCH v7 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v7 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v7 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v7 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v7 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v7 13/13] selftests/liveupdate: Add stress-files "
[PATCH] selftests: timers: Fix integer overflows in 32-bit mode
2026-06-03 17:41 UTC (2+ messages)
[PATCH net-next 0/2] net: rds: convert rds to getsockopt_iter
2026-06-03 16:11 UTC (3+ messages)
` [PATCH net-next 1/2] rds: convert "
` [PATCH net-next 2/2] selftests: net: rds: add getsockopt() conversion test
[PATCH bpf-next] selftests/bpf: Add arena direct-value one-past-end reject test
2026-06-03 15:47 UTC (2+ messages)
[PATCH v6 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 15:18 UTC (27+ messages)
` [PATCH v6 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v6 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v6 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v6 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v6 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v6 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v6 07/13] kho: add support for linked-block serialization
` [PATCH v6 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v6 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v6 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v6 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v6 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v6 13/13] selftests/liveupdate: Add stress-files "
[PATCH v2 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
2026-06-03 15:01 UTC (3+ messages)
` [PATCH v2 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
[PATCH] selftest: Fix UB of getline due to missing var init
2026-06-03 14:57 UTC (5+ messages)
` [PATCH v2 1/2] selftests/clone3: Fix wild pointer access of getline due to missing init
` [PATCH v2 2/2] selftests/mm: Fix potential "
` Re: [PATCH v2 1/2] selftests/clone3: Fix "
[PATCH net-next v2 0/2] net: devmem: allow bind-rx from non-init user namespaces
2026-06-03 14:56 UTC (4+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] selftests: drv-net: add userns devmem RX test
[PATCH v1 0/7] iommufd: Fix bugs in eventq fops_read paths
2026-06-03 14:46 UTC (16+ messages)
` [PATCH v1 1/7] iommufd: Rewind header length in done if iommufd_veventq_fops_read() fails
` [PATCH v1 2/7] iommufd: Reject invalid read count in iommufd_veventq_fops_read()
` [PATCH v1 3/7] iommufd: Propagate allocation failure in iommufd_veventq_deliver_fetch()
` [PATCH v1 4/7] iommufd: Reject invalid read count in iommufd_fault_fops_read()
` [PATCH v1 5/7] iommufd: Break the loop on failure "
` [PATCH v1 6/7] iommufd: Avoid partial fault group delivery "
` [PATCH v1 7/7] iommufd/selftest: Cover invalid read counts on vEVENTQ FD
[PATCH v5 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
2026-06-03 13:54 UTC (4+ messages)
` [PATCH v5 1/2] "
[PATCH] selftests: livepatch: set LC_ALL=C to fix locale-dependent test failure
2026-06-03 13:12 UTC (2+ messages)
[PATCH v3] selftests/net/openvswitch: guard command substitutions against empty output
2026-06-03 13:06 UTC
[PATCH v6.1 07/13] kho: add support for linked-block serialization
2026-06-03 13:06 UTC
[PATCH v6 00/15] userfaultfd: working set tracking for VM guest memory
2026-06-03 12:57 UTC (7+ messages)
` [PATCH v6 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v6 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v6 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
[PATCH v2 0/4] LoongArch bpf kptr xchg inline support
2026-06-03 10:59 UTC (7+ messages)
` [PATCH v2 1/4] LoongArch: bpf: Use amswap_db for BPF atomic xchg
` [PATCH v2 2/4] LoongArch: bpf: Advertise JIT support for kptr xchg inline
` [PATCH v2 3/4] selftests/bpf: Enable kptr_xchg_inline test on LoongArch
` [PATCH v2 4/4] selftests/bpf: Add kptr-xchg benchmark
[PATCH v4 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
2026-06-03 10:01 UTC (5+ messages)
` [PATCH v4 1/5] selftests/mm: make file helpers return errors
` [PATCH v4 3/5] tools/lib/mm: move hugepage_settings out of selftests
[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
2026-06-03 9:21 UTC (3+ messages)
` [PATCH bpf-next v2 1/8] bpftool: Pass host flags to bootstrap libbpf
[PATCH v2 0/3] selftests/damon: misc fixes for test bugs
2026-06-03 9:15 UTC (4+ messages)
[PATCH v2 0/7] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
2026-06-03 8:02 UTC (5+ messages)
` [PATCH v2 4/7] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
[PATCH] selftests/net: ovpn: fix getaddrinfo memory leak in ovpn_parse_remote()
2026-06-03 7:27 UTC
[PATCH bpf-next 0/2] RISC-V JIT support for bpf_get_current_task/_btf
2026-06-03 7:21 UTC (5+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: use host CPU features in JIT disassembler
` [PATCH bpf-next 2/2] bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()
[PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
2026-06-03 7:14 UTC (2+ messages)
[PATCH 0/7] selftests/futex: Migrate requeue, NUMA and robust list tests to harness
2026-06-03 6:17 UTC (3+ messages)
[PATCH net-next] selftests: net: do not detect PPPoX loopback
2026-06-03 6:17 UTC
[PATCH net-next v2] selftests: net: add socat syslog for PPPoL2TP
2026-06-03 5:35 UTC (4+ messages)
[PATCH v4 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 3:10 UTC (17+ messages)
` [PATCH v4 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v4 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v4 07/13] kho: add support for linked-block serialization
` [PATCH v4 08/13] liveupdate: defer session block allocation and PA setting
[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-06-03 2:33 UTC (7+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
[PATCH] selftests/net: bind_bhash: fix memory leak in bind_socket
2026-06-03 2:30 UTC (2+ messages)
[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
2026-06-03 2:10 UTC (13+ messages)
` [PATCH v2 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH v2 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v2 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v2 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v2 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix
[PATCH v2 0/3] selftests/damon: misc fixes for test bugs
2026-06-03 2:06 UTC (2+ messages)
[PATCH 0/2] selftests/damon: test kdamond refresh_ms
2026-06-03 0:50 UTC
[PATCH v3 00/15] riscv: hwprobe: Expose RVA23U64 base behavior
2026-06-03 11:12 UTC (16+ messages)
` [PATCH v3 01/15] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v3 02/15] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
` [PATCH v3 03/15] riscv: Standardize extension capitalization
` [PATCH v3 04/15] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v3 05/15] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs "
` [PATCH v3 06/15] riscv: Add B to hwcap "
` [PATCH v3 07/15] dt-bindings: riscv: Add Zic64b extension description
` [PATCH v3 08/15] riscv: Add Zic64b to cpufeature and hwprobe
` [PATCH v3 09/15] riscv: dts: spacemit: k3: Add Zic64b ISA extension
` [PATCH v3 10/15] riscv: dts: spacemit: k1: "
` [PATCH v3 11/15] riscv: dts: sophgo: sg2044: "
` [PATCH v3 12/15] riscv: Add a getter for user PMLEN support
` [PATCH v3 13/15] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
` [PATCH v3 14/15] riscv: cpu: Output isa bases lines in cpuinfo
` [PATCH v3 15/15] riscv: hwprobe: Introduce rva23u64 base behavior
[PATCH v4 00/25] dynamic-debug cleanups refactors maintenance + alignment fix
2026-06-02 22:48 UTC (2+ messages)
` [PATCH v4 25/25] dynamic_debug: use KBUILD_MODFILE for unique builtin module names
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