messages from 2026-05-21 11:20:07 to 2026-05-22 20:22:01 UTC [more...]
[PATCH 00/14] mm/damon: minor improvements for code readability and tests
2026-05-22 20:22 UTC (9+ messages)
` [PATCH 04/14] mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()
` [PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [PATCH 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [PATCH 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [PATCH 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [PATCH 14/14] selftests/damon/sysfs.sh: test pause "
[PATCH v2 0/2] fs/pipe: reduce pipe->mutex contention by pre-allocating outside the lock
2026-05-22 19:48 UTC (7+ messages)
` [PATCH v2 1/2] fs/pipe: pre-allocate pages outside pipe->mutex in anon_pipe_write
` [PATCH v2 2/2] selftests/pipe: add pipe_bench microbenchmark
[PATCH 0/2] KVM: selftests: guest_memfd close() fix and hardening
2026-05-22 17:50 UTC (5+ messages)
` [PATCH 1/2] KVM: selftests: Cast guest_memfd fd to a signed int when checking for >= 0
` [PATCH 2/2] KVM: selftests: Add and use kvm_free_fd() to harden against fd goofs
[PATCH v4] 00/30] Cleaning up the KVM clock mess
2026-05-22 17:48 UTC (9+ messages)
` [PATCH v4 27/30] KVM: x86: Add KVM_VCPU_TSC_EFFECTIVE_FREQ attribute
[PATCH v13 00/22] TDX KVM selftests
2026-05-22 17:43 UTC (24+ messages)
` [PATCH v13 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v13 02/22] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 04/22] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v13 05/22] KVM: selftests: Expose segment definitions to assembly files
` [PATCH v13 06/22] tools: include: Add kbuild.h for assembly structure offsets
` [PATCH v13 07/22] KVM: selftests: Introduce structures for TDX guest boot parameters
` [PATCH v13 08/22] KVM: selftests: Add TDX boot code
` [PATCH v13 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v13 10/22] KVM: selftests: Set up TDX boot code region
` [PATCH v13 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v13 12/22] KVM: selftests: Back the first memory region with guest_memfd for TDX
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
` [PATCH v13 14/22] KVM: selftests: Expose function to allocate vCPU stack
` [PATCH v13 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v13 16/22] KVM: selftests: Load per-vCPU guest stack in TDX boot parameters
` [PATCH v13 17/22] KVM: selftests: Set entry point for TDX guest code
` [PATCH v13 18/22] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v13 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
` [PATCH v13 21/22] KVM: selftests: Add ucall support for TDX
` [PATCH v13 22/22] KVM: selftests: Add TDX lifecycle test
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-05-22 17:13 UTC (7+ messages)
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of "
[PATCH] selftests/cgroup: enable memory controller in hugetlb memcg test
2026-05-22 16:24 UTC (3+ messages)
[PATCH net-next 0/3] fbnic: Support larger io_uring zcrx buffers
2026-05-22 14:05 UTC (7+ messages)
` [PATCH net-next 1/3] fbnic: Track BDQ fragment geometry per ring
` [PATCH net-next 2/3] fbnic: Support larger zcrx receive buffers
` [PATCH net-next 3/3] selftests: drv-net: Add zcrx payload offset check
[PATCH v3 0/3] gpio: add kunit tests for GPIO core
2026-05-22 13:42 UTC (4+ messages)
` [PATCH v3 1/3] kunit: provide kunit_platform_device_register_full()
` [PATCH v3 2/3] kunit: provide kunit_platform_device_unregister()
` [PATCH v3 3/3] gpio: add kunit test cases for the GPIO subsystem
[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
2026-05-22 13:38 UTC (17+ messages)
` [PATCH v3 01/16] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v3 02/16] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v3 03/16] mm: rename uffd-wp PTE accessors "
` [PATCH v3 04/16] mm: add VM_UFFD_RWP VMA flag
` [PATCH v3 05/16] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v3 06/16] mm: preserve RWP marker across PTE rewrites
` [PATCH v3 07/16] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v3 08/16] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v3 09/16] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v3 10/16] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v3 11/16] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v3 12/16] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v3 13/16] selftests/mm: add userfaultfd RWP tests
` [PATCH v3 14/16] Documentation/userfaultfd: document RWP working set tracking
` [PATCH v3 15/16] userfaultfd.2: Add read-write protect mode
` [PATCH v3 16/16] ioctl_userfaultfd.2: Add read-write protect mode docs
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-22 13:08 UTC (28+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
2026-05-22 12:37 UTC (21+ messages)
` [PATCH v2 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v2 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v2 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v2 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v2 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v2 14/14] Documentation/userfaultfd: document RWP working set tracking
[PATCH 0/2] fs/pipe: reduce pipe->mutex contention by bulk-allocating outside the lock
2026-05-22 12:10 UTC (8+ messages)
` [PATCH 1/2] fs/pipe: bulk pre-allocate pages outside pipe->mutex in anon_pipe_write
[PATCH v5 0/3] selftests/filelock: Make output more kselftestish
2026-05-22 11:54 UTC (4+ messages)
` [PATCH v5 1/3] kselftest/filelock: Use ksft_perror()
` [PATCH v5 2/3] kselftest/filelock: Report each test in oftlocks separately
` [PATCH v5 3/3] kselftest/filelock: Add a .gitignore file
[PATCH bpf-next v8 0/4] Add cryptographic hash and signature verification kfuncs to BPF
2026-05-22 10:57 UTC (3+ messages)
[PATCH v2 03/14] mm: rename uffd-wp PTE accessors to uffd
2026-05-22 10:33 UTC (3+ messages)
[PATCH v3 net-next 0/7] ptp: Add PHC timestamp quality attributes
2026-05-22 10:10 UTC (18+ messages)
` [PATCH v3 net-next 1/7] ptp: Add ioctls for PHC timestamps with "
` [PATCH v3 net-next 2/7] selftests/ptp: Extract print_system_timestamp helper in testptp
` [PATCH v3 net-next 3/7] selftests/ptp: Add testptp support for attributes ioctls
` [PATCH v3 net-next 4/7] ptp: ptp_vmclock: Implement "
[PATCH 0/2] Add test for atomic uaccess with permission overlay
2026-05-22 9:20 UTC (7+ messages)
` [PATCH 1/2] arm64: mm: Add note about overlays in PIE_EL1
` [PATCH 2/2] kselftest/arm64: Add test for atomic futex uaccess with POE
[PATCH v3 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters
2026-05-22 9:05 UTC (4+ messages)
` [PATCH v3 1/3] selftests/resctrl: Introduce "
` [PATCH v3 2/3] selftests/resctrl: Replace counter index references with pointers
` [PATCH v3 3/3] selftests/resctrl: Enable dynamic management of IMC counters via linked list
[PATCH net v2 0/4] netlink: fixes for cross-namespace nsid reporting
2026-05-22 7:30 UTC (14+ messages)
` [PATCH net v2 1/4] net: netlink: fix sending unassigned nsid after assigned one
` [PATCH net v2 2/4] net: netlink: don't set nsid on local notifications
` [PATCH net v2 4/4] selftests: net: add a test case for nsid in all nsid notifications
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-05-22 5:52 UTC (5+ messages)
` [PATCH v10 19/30] KVM: arm64: Provide assembly for SME register access
[PATCH net] selftests: rds: config: disable modules
2026-05-22 4:39 UTC (4+ messages)
[PATCH net-next v2] selftests: net: add tests for PPPoL2TP
2026-05-22 2:15 UTC (5+ messages)
[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
2026-05-22 2:02 UTC (3+ messages)
` [PATCH v3 5/9] KVM: arm64: selftests: Add shadow_stage2 test
[PATCH v3 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-05-22 1:03 UTC (3+ messages)
[PATCH] selftests/mm: close fd on write error
2026-05-22 0:49 UTC (4+ messages)
[PATCH rc v2 0/4] iommufd: Fix veventq_depth boundary
2026-05-22 0:36 UTC (5+ messages)
` [PATCH rc v2 1/4] iommufd: Fix data_len byte-count vs element-count mismatch
` [PATCH rc v2 2/4] iommufd: Move vevent memory allocation outside spinlock
` [PATCH rc v2 3/4] iommufd: Set veventq_depth upper bound
` [PATCH rc v2 4/4] iommufd/selftest: Add boundary tests for veventq_depth
[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
2026-05-21 23:49 UTC (3+ messages)
` [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
[PATCH rc v1 0/4] iommufd: Fix veventq_depth boundary
2026-05-21 23:27 UTC (4+ messages)
[PATCH v7 00/13] selftests/mm: fix failures and robustness improvements
2026-05-21 21:54 UTC (2+ messages)
[PATCH v3 net-next 6/7] net: ena: Add error bound to PHC communication layer
2026-05-21 21:43 UTC (3+ messages)
[PATCH v3 0/4] selftests/mm: separate GUP microbenchmarking from functional testing
2026-05-21 21:12 UTC (6+ messages)
` [PATCH v3 1/4] tools/lib/mm: add shared file helpers
` [PATCH v3 2/4] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v3 3/4] tools/mm: add a standalone GUP microbenchmark
` [PATCH v3 4/4] selftests/mm: rewrite gup_test as a standalone harness-based selftest
[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
2026-05-21 18:16 UTC (13+ messages)
` [PATCH v3] "
[PATCH v3 4/4] selftests: riscv: extend vector tests for sigreturn and ptrace
2026-05-21 16:25 UTC
[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
2026-05-21 15:49 UTC (4+ messages)
[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
2026-05-21 15:30 UTC (3+ messages)
` [PATCH v2 3/6] selftests: Remove unused LLD variable
[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
2026-05-21 15:16 UTC (5+ messages)
[PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
2026-05-21 15:09 UTC (5+ messages)
[PATCH net v2] selftests: net: Fix checksums in xdp_native
2026-05-21 14:50 UTC (2+ messages)
[RFC PATCH v1.2 00/14] mm/damon: minor improvements for code readability and tests
2026-05-21 14:34 UTC (7+ messages)
` [RFC PATCH v1.2 04/14] mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()
` [RFC PATCH v1.2 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [RFC PATCH v1.2 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [RFC PATCH v1.2 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [RFC PATCH v1.2 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [RFC PATCH v1.2 14/14] selftests/damon/sysfs.sh: test pause "
[PATCH net v2 0/2] nfc: llcp: two fixes for nfc_llcp_getsockopt()
2026-05-21 14:32 UTC (3+ messages)
` [PATCH net v2 1/2] nfc: llcp: avoid userspace overflow on invalid optlen
` [PATCH net v2 2/2] nfc: llcp: read llcp_sock->local under the socket lock in getsockopt
[PATCH bpf-next v2] bpf: Fix concurrent regression in map_create()
2026-05-21 14:29 UTC
[PATCH net-next] selftests: tls: use ASSERT_GE in test_mutliproc
2026-05-21 14:20 UTC (4+ messages)
[PATCH 0/2] dma-buf: add DMA_BUF_IOCTL_DERIVE for reduced-permission aliases
2026-05-21 13:14 UTC (6+ messages)
` [PATCH 1/2] "
[PATCH] selftests/filesystems: Move file_stressor to dedicated subdirectory
2026-05-21 12:50 UTC (3+ messages)
[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
2026-05-21 12:38 UTC (9+ messages)
` [PATCH 2/2] "
[PATCH v2] selftests: harness: fix pidfd leak in __wait_for_test
2026-05-21 11:44 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
2026-05-21 11:40 UTC (3+ messages)
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