messages from 2026-04-28 20:42:51 to 2026-04-29 13:00:01 UTC [more...]
[PATCH v5] selftests/mm: khugepaged: initialize file contents via mmap
2026-04-29 12:59 UTC (2+ messages)
[PATCH] vfio: selftests: Allow builds when ARCH=x86
2026-04-29 12:46 UTC (2+ messages)
[PATCH v3 00/54] make MM selftests more CI friendly
2026-04-29 12:10 UTC (57+ messages)
` [PATCH v3 01/54] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler
` [PATCH v3 02/54] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v3 03/54] selftests/mm: migration: make nthreads represent number of working threads
` [PATCH v3 04/54] selftests/mm: migration: properly cleanup fork()ed processes
` [PATCH v3 05/54] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES
` [PATCH v3 06/54] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v3 07/54] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v3 08/54] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH v3 09/54] selftests/mm: hugetlb-vmemmap: "
` [PATCH v3 10/54] selftests/mm: hugetlb-madvise: "
` [PATCH v3 11/54] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v3 12/54] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH v3 13/54] selftests/mm: khugepaged: group tests in an array
` [PATCH v3 14/54] selftests/mm: khugepaged: use ksefltest framework
` [PATCH v3 15/54] selftests/mm: ksm_tests: use kselftest framework
` [PATCH v3 16/54] selftests/mm: protection_keys: use descriptive test names in TAP output
` [PATCH v3 17/54] selftests/mm: protection_keys: use kselftest framework
` [PATCH v3 18/54] selftests/mm: uffd-stress: "
` [PATCH v3 19/54] selftests/mm: uffd-unit-tests: "
` [PATCH v3 20/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 21/54] selftests/mm: add atexit() and signal handlers to thp_settings
` [PATCH v3 22/54] selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]
` [PATCH v3 23/54] selftests/mm: move HugeTLB helpers to hugepage_settings
` [PATCH v3 24/54] selftests/mm: hugepage_settings: use unsigned long in detect_hugetlb_page_size
` [PATCH v3 25/54] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH v3 26/54] selftests/mm: hugepage_settings: rename get_free_hugepages()
` [PATCH v3 27/54] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH v3 28/54] selftests/mm: move read_file(), read_num() and write_num() to vm_util
` [PATCH v3 29/54] selftests/mm: vm_util: add helpers to set and restore shm limits
` [PATCH v3 30/54] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH v3 31/54] selftests/mm: cow: add setup of HugeTLB pages
` [PATCH v3 32/54] selftests/mm: gup_longterm: "
` [PATCH v3 33/54] selftests/mm: gup_test: "
` [PATCH v3 34/54] selftests/mm: hmm-tests: "
` [PATCH v3 35/54] selftests/mm: hugepage_dio: "
` [PATCH v3 36/54] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH v3 37/54] selftests/mm: hugetlb-madvise: "
` [PATCH v3 38/54] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v3 39/54] selftests/mm: hugetlb-mmap: "
` [PATCH v3 40/54] selftests/mm: hugetlb-mremap: "
` [PATCH v3 41/54] selftests/mm: hugetlb-shm: "
` [PATCH v3 42/54] selftests/mm: hugetlb-soft-online: "
` [PATCH v3 43/54] selftests/mm: hugetlb-vmemmap: "
` [PATCH v3 44/54] selftests/mm: migration: "
` [PATCH v3 45/54] selftests/mm: pagemap_ioctl: "
` [PATCH v3 46/54] selftests/mm: protection_keys: use library code for HugeTLB setup
` [PATCH v3 47/54] selftests/mm: thuge-gen: add setup of HugeTLB pages
` [PATCH v3 48/54] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH v3 49/54] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH v3 50/54] selftests/mm: uffd-wp-mremap: "
` [PATCH v3 51/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 52/54] selftests/mm: va_high_addr_switch.sh: drop huge pages setup
` [PATCH v3 53/54] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH v3 54/54] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB
[PATCH net-next 00/11] net: devmem: support devmem with netkit devices
2026-04-29 12:08 UTC (13+ messages)
` [PATCH net-next 01/11] net: add netmem_tx modes that indicate dma capability
` [PATCH net-next 02/11] net: bnxt: convert netmem_tx from bool to NETMEM_TX_DMA enum
` [PATCH net-next 03/11] gve: "
` [PATCH net-next 04/11] net/mlx5e: "
` [PATCH net-next 05/11] eth: fbnic: "
` [PATCH net-next 06/11] netkit: set NETMEM_TX_NO_DMA for unreadable skb passthrough
` [PATCH net-next 07/11] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next 08/11] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next 09/11] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next 10/11] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next 11/11] selftests: drv-net: add netkit devmem tests
[PATCH 0/2] kunit: qemu_configs: Add or1k / openrisc configuration
2026-04-29 11:14 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH v2] selftests: runner: Avoid spurious warning about missing failures file
2026-04-29 11:12 UTC (5+ messages)
[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-04-29 10:36 UTC (2+ messages)
[PATCH 00/15] Fix compilation warnings in selftests
2026-04-29 10:28 UTC (16+ messages)
` [PATCH 01/15] selftests/uevent: fix -Wmaybe-uninitialized warning in uevent_filtering
` [PATCH 02/15] selftests/prctl: remove unused variable 'j' in set-process-name
` [PATCH 03/15] selftests/netfilter: remove unused variables in conntrack_dump_flush
` [PATCH 04/15] selftests/netfilter: remove unused variable 'plen' in conntrack_reverse_clash
` [PATCH 05/15] selftests/mqueue: fix warnings in mq_perf_tests
` [PATCH 06/15] selftests/mqueue: fix -Wunused-variable warning for 'usage' in mq_open_tests
` [PATCH 07/15] selftests/memfd: fix -Wmaybe-uninitialized warning in memfd_test
` [PATCH 08/15] selftests/memfd: remove unused variable 'sig' in fuse_test
` [PATCH 09/15] selftests/membarrier: remove unused variable 'i'
` [PATCH 10/15] selftests/epoll: remove unused variable 'pfd' in epoll59 test
` [PATCH 11/15] selftests/clone3: remove unused variables in clone3_cap_checkpoint_restore
` [PATCH 12/15] selftests/tcp_ao: fix -Wdiscarded-qualifiers under C23
` [PATCH 13/15] selftests/iommu: suppress -Warray-bounds in _test_cmd_get_hw_info
` [PATCH 14/15] selftests/fchmodat2: suppress -Wunused-parameter
` [PATCH 15/15] selftests/openat2: suppress -Wsign-compare and -Wunused-parameter
[PATCH net-next 0/2] bridge: Do not suppress ARP probes and DAD NS unconditionally
2026-04-29 9:04 UTC (5+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: net: Add tests for ARP probe and DAD NS handling
[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
2026-04-29 7:27 UTC (6+ messages)
` [PATCH 2/2] "
[PATCH v3 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
2026-04-29 6:41 UTC (5+ messages)
` [PATCH v3 1/2] "
[PATCH ipsec 0/3] xfrm: Don't clobber inner headers when already set
2026-04-29 6:32 UTC (2+ messages)
[PATCH v4] selftests/mm: khugepaged: initialize file contents via mmap
2026-04-29 6:24 UTC (8+ messages)
[PATCH net-next] selftests: drv-net: rss: add case for field config on RSS context
2026-04-29 5:04 UTC (2+ messages)
[RESEND PATCH v3] selftests/futex: fix the failed futex_requeue test issue
2026-04-29 1:40 UTC (2+ messages)
[PATCH] KVM: selftests: Include linux version of mman.h
2026-04-28 23:55 UTC (2+ messages)
[PATCH bpf-next v8 00/11] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-28 23:45 UTC (12+ messages)
` [PATCH bpf-next v8 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v8 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v8 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v8 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v8 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v8 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v8 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v8 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v8 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v8 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v8 11/11] selftests/bpf: Tolerate missing files during install
[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
2026-04-28 23:40 UTC (62+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 02/53] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v5 03/53] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v5 04/53] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v5 05/53] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v5 06/53] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH RFC v5 07/53] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v5 08/53] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v5 09/53] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v5 11/53] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH RFC v5 12/53] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH RFC v5 13/53] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH RFC v5 14/53] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH RFC v5 15/53] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v5 16/53] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH RFC v5 17/53] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH RFC v5 18/53] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v5 19/53] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v5 20/53] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v5 21/53] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v5 22/53] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v5 23/53] KVM: x86: Support SW_PROTECTED_VM in applying content modes
` [PATCH RFC v5 24/53] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH RFC v5 25/53] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH RFC v5 26/53] KVM: x86: Support SNP and TDX applying content modes
` [PATCH RFC v5 27/53] KVM: x86: Bug CoCo VM on page fault before finalizing
` [PATCH RFC v5 28/53] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v5 29/53] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v5 30/53] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v5 31/53] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v5 32/53] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v5 33/53] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v5 34/53] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v5 35/53] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v5 36/53] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v5 37/53] KVM: selftests: Test conversion before allocation
` [PATCH RFC v5 38/53] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v5 39/53] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v5 40/53] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v5 41/53] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v5 42/53] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v5 43/53] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v5 44/53] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v5 45/53] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v5 46/53] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v5 47/53] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v5 48/53] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v5 49/53] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v5 50/53] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v5 51/53] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v5 52/53] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v5 53/53] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
` [POC PATCH 2/6] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "
[PATCH v2] kselftest/arm64: Fix build failure with GCC-15
2026-04-28 23:26 UTC (7+ messages)
[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
2026-04-28 23:02 UTC (11+ messages)
[PATCH net-next v2 0/7] selftests: rds: Log collection, TAP compliance and cleanups
2026-04-28 22:27 UTC (8+ messages)
` [PATCH net-next v2 1/7] selftests: rds: Increase selftest timeout
` [PATCH net-next v2 2/7] selftests: rds: Update USAGE string for run.sh
` [PATCH net-next v2 3/7] selftests: rds: Fix more pylint errors
` [PATCH net-next v2 4/7] selftests: rds: Add timeout flag to run.sh
` [PATCH net-next v2 5/7] selftests: rds: Fix gcov and pcap collection
` [PATCH net-next v2 6/7] selftests: rds: Collect pcaps on timeout
` [PATCH net-next v2 7/7] selftests: rds: Make rds selftests TAP compliant
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-04-28 21:37 UTC (4+ messages)
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack
[PATCH 0/3] arm64: perf: Skip device memory during user callchain unwinding
2026-04-28 20:49 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] DO NOT MERGE: arm64: perf: Add skip_vmio parameter to control device memory callchain guard
` [PATCH 3/3] DO NOT MERGE: selftests: perf_events: Add device memory callchain unwinding test
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