messages from 2026-05-20 21:06:56 to 2026-05-21 23:49:49 UTC [more...]
[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 v3 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-05-21 23:33 UTC (2+ messages)
[PATCH rc v1 0/4] iommufd: Fix veventq_depth boundary
2026-05-21 23:27 UTC (4+ messages)
[PATCH v13 00/22] TDX KVM selftests
2026-05-21 23:17 UTC (23+ 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 v4] 00/30] Cleaning up the KVM clock mess
2026-05-21 22:40 UTC (5+ messages)
` [PATCH v4 27/30] KVM: x86: Add KVM_VCPU_TSC_EFFECTIVE_FREQ attribute
[PATCH v7 00/13] selftests/mm: fix failures and robustness improvements
2026-05-21 21:54 UTC (17+ messages)
` [PATCH v7 01/13] selftests/mm: restore default nr_hugepages value via exit trap in charge_reserved_hugetlb.sh
` [PATCH v7 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v7 03/13] selftests/mm: restore default nr_hugepages value via exit trap in hugetlb_reparenting_test.sh
` [PATCH v7 04/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v7 05/13] selftests/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v7 06/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v7 07/13] selftests/mm: free dynamically allocated PMD-sized buffers "
` [PATCH v7 08/13] selftest/mm: register existing mapping with userfaultfd in hugetlb-mremap
` [PATCH v7 09/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v7 10/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v7 11/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v7 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v7 13/13] selftests/mm: clarify alternate unmapping in compaction_test
[PATCH v3 net-next 6/7] net: ena: Add error bound to PHC communication layer
2026-05-21 21:43 UTC (3+ messages)
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-21 21:27 UTC (36+ 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 15/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [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 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 v3 net-next 0/7] ptp: Add PHC timestamp quality attributes
2026-05-21 20:11 UTC (16+ 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 v2] killswitch: add per-function short-circuit mitigation primitive
2026-05-21 18:16 UTC (13+ messages)
` [PATCH v3] "
[PATCH 0/2] fs/pipe: reduce pipe->mutex contention by bulk-allocating outside the lock
2026-05-21 17:26 UTC (7+ messages)
` [PATCH 1/2] fs/pipe: bulk pre-allocate pages outside pipe->mutex in anon_pipe_write
[PATCH bpf-next v8 0/4] Add cryptographic hash and signature verification kfuncs to BPF
2026-05-21 16:30 UTC (2+ messages)
[PATCH v3 4/4] selftests: riscv: extend vector tests for sigreturn and ptrace
2026-05-21 16:25 UTC
[PATCH net v2 0/4] netlink: fixes for cross-namespace nsid reporting
2026-05-21 16:01 UTC (10+ 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 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 v10 00/30] KVM: arm64: Implement support for SME
2026-05-21 15:17 UTC (4+ messages)
` [PATCH v10 19/30] KVM: arm64: Provide assembly for SME register access
[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] selftests: rds: config: disable modules
2026-05-21 14:50 UTC (3+ 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 (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: dma-buf: add DERIVE ioctl tests
[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 0/2] Add test for atomic uaccess with permission overlay
2026-05-21 12:06 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 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)
[PATCH v2 1/2] selftests/filesystems: Move file_stressor to dedicated subdirectory
2026-05-21 10:17 UTC (2+ messages)
` [PATCH v2 2/2] selftests/filesystems: allow security.selinux xattr in listxattr kernfs test
[PATCH bpf-next v11 0/8] bpf: Extend the bpf_list family of APIs
2026-05-21 10:00 UTC (18+ messages)
` [PATCH bpf-next v11 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v11 2/8] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v11 3/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH bpf-next v11 4/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v11 5/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v11 6/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH bpf-next v11 7/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v11 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
2026-05-21 7:52 UTC (8+ messages)
` [PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v2 4/7] rust: drm: set fops.owner from driver module pointer
` [PATCH v2 5/7] rust: miscdevice: "
` [PATCH v2 6/7] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v2 7/7] block: rnull: "
[PATCH net-next v2] selftests: net: add tests for PPPoL2TP
2026-05-21 7:18 UTC (3+ messages)
[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
2026-05-21 6:57 UTC (8+ messages)
` [PATCH v3 1/7] rust: miscdevice: use vertical import style
` [PATCH v3 2/7] samples: rust_misc_device: "
` [PATCH v3 3/7] rust: miscdevice: remove redundant imports
` [PATCH v3 4/7] rust: block: mq: use vertical import style
` [PATCH v3 5/7] rust: block: mq: remove redundant imports and format
` [PATCH v3 6/7] rust: block: rnull: use vertical import style
` [PATCH v3 7/7] rust: doctest: "
[RFC PATCH v1.1 00/14] mm/damon: minor improvements for code readability and tests
2026-05-21 3:53 UTC (7+ messages)
` [RFC PATCH v1.1 04/14] mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()
` [RFC PATCH v1.1 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [RFC PATCH v1.1 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [RFC PATCH v1.1 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [RFC PATCH v1.1 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [RFC PATCH v1.1 14/14] selftests/damon/sysfs.sh: test pause "
[PATCH net v2 0/2] net: tls: fix async split record handling
2026-05-21 2:58 UTC (3+ messages)
` [PATCH net v2 1/2] net: tls: preserve split open record on async encrypt
` [PATCH net v2 2/2] selftests: net: add kTLS async split record regression
[PATCH] selftests/mm: close fd on write error
2026-05-21 0:54 UTC (2+ messages)
[PATCH net-next v3 00/11] selftests: rds: Add ROCE support to rds selftests
2026-05-21 0:10 UTC (2+ messages)
[PATCH net-next v7 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-05-20 21:40 UTC (2+ messages)
[PATCH] vfio: selftests: Allow builds when ARCH=x86
2026-05-20 21:11 UTC (2+ messages)
[PATCH v2] vfio: selftests: Fix out-of-tree build with make O=
2026-05-20 21:11 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix zero batch_hash on CPU 0 after batch_gen wraparound
2026-05-20 21:06 UTC (2+ 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