org.kernel.vger.linux-kselftest archive

1573 archived articles, newest first (page 8 of 16). Latest articles →

[PATCH v10 33/41] KVM: selftests: Test that shared/private status is consistent across processes
Fri, 07 Aug 2026 14:53:12 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132039
[PATCH v10 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
Fri, 07 Aug 2026 14:53:13 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132038
[PATCH v10 32/41] KVM: selftests: Test that truncation does not change shared/private status
Fri, 07 Aug 2026 14:53:11 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132037
[PATCH v10 31/41] KVM: selftests: Convert with allocated folios in different layouts
Fri, 07 Aug 2026 14:53:10 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132036
[PATCH v10 30/41] KVM: selftests: Test conversion before allocation
Fri, 07 Aug 2026 14:53:09 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132035
[PATCH v10 27/41] KVM: selftests: Test basic single-page conversion flow
Fri, 07 Aug 2026 14:53:06 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132034
[PATCH v10 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
Fri, 07 Aug 2026 14:53:03 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132032
[PATCH v10 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
Fri, 07 Aug 2026 14:53:07 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132031
[PATCH v10 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
Fri, 07 Aug 2026 14:53:00 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132030
[PATCH v10 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
Fri, 07 Aug 2026 14:53:05 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132029
[PATCH v10 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
Fri, 07 Aug 2026 14:53:04 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132028
[PATCH v10 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
Fri, 07 Aug 2026 14:53:02 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132027
[PATCH v10 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
Fri, 07 Aug 2026 14:53:01 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132026
[PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
Fri, 07 Aug 2026 14:52:59 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132025
[PATCH v10 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
Fri, 07 Aug 2026 14:52:58 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132024
[PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
Fri, 07 Aug 2026 14:52:55 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132023
[PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Fri, 07 Aug 2026 14:52:57 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132022
[PATCH v10 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
Fri, 07 Aug 2026 14:52:56 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132021
[PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Fri, 07 Aug 2026 14:52:54 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132020
[PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
Fri, 07 Aug 2026 14:52:50 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132018
[PATCH v10 13/41] KVM: guest_memfd: Return early if range already has requested attributes
Fri, 07 Aug 2026 14:52:52 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132017
[PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
Fri, 07 Aug 2026 14:52:51 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132016
[PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
Fri, 07 Aug 2026 14:52:46 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132012
[PATCH v10 06/41] KVM: Provide generic interface for checking memory private/shared status
Fri, 07 Aug 2026 14:52:45 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132011
[PATCH v10 05/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Fri, 07 Aug 2026 14:52:44 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132010
[PATCH v10 04/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
Fri, 07 Aug 2026 14:52:43 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132009
[PATCH v10 03/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
Fri, 07 Aug 2026 14:52:42 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132008
[PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
Fri, 07 Aug 2026 14:52:41 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132007
[PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
Fri, 07 Aug 2026 14:52:40 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132006
[PATCH v10 00/41] guest_memfd: In-place conversion support
Fri, 07 Aug 2026 14:52:39 -0700
Ackerley Tng via B4 Relay <[email protected]> • #132005
[PATCH] selftests/futex: Add test for robust exit with a foreign futex owner
Fri, 7 Aug 2026 16:50:05 +0800
Zhan Xusheng <[email protected]> • #131920
[PATCH v2 2/2] selftests/ftrace: Convert ELF entry point to file offset in uprobe test
Fri, 7 Aug 2026 16:15:12 +0800
"Rui Qi" <[email protected]> • #131919
[PATCH v2 1/2] selftests/ftrace: Force C locale in ftracetest
Fri, 7 Aug 2026 16:15:11 +0800
"Rui Qi" <[email protected]> • #131918
[PATCH v2 0/2] selftests/ftrace: Fix add_remove_uprobe robustness
Fri, 7 Aug 2026 16:15:10 +0800
"Rui Qi" <[email protected]> • #131917
Re: [PATCH 1/2] selftests/ftrace: Force C locale for readelf in uprobe test
Fri, 7 Aug 2026 16:01:05 +0800
"Rui Qi" <[email protected]> • #131916
[PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
Fri, 7 Aug 2026 15:59:28 +0800
Qingshuang Fu <[email protected]> • #131915
Re:Re: [PATCH] selftests/net: ovpn: fix socket leak in ovpn_socket() error paths
Fri, 7 Aug 2026 15:23:09 +0800 (CST)
"Qingshuang Fu" <[email protected]> • #131914
Re: [PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
Fri, 7 Aug 2026 15:15:33 +0800
Hongfu Li <[email protected]> • #131913
[PATCH] KVM: selftests: Compare the entire XSAVE buffer in the SEV smoke test
Fri, 7 Aug 2026 12:40:26 +0530
Gokul K <[email protected]> • #131912
Re: [PATCH] selftests/net: ovpn: fix socket leak in ovpn_socket() error paths
Fri, 7 Aug 2026 09:07:51 +0200
Antonio Quartulli <[email protected]> • #131911
[PATCH bpf-next 4/4] selftests/bpf: add memcg async reclaim test for bpf_wq/bpf_thread_wq
Fri, 7 Aug 2026 15:04:12 +0800
"Hui Zhu" <[email protected]> • #131910
[PATCH bpf-next 3/4] selftests/bpf: add thread_wq cgroup test
Fri, 7 Aug 2026 15:04:11 +0800
"Hui Zhu" <[email protected]> • #131909
[PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement
Fri, 7 Aug 2026 15:01:50 +0800
"Hui Zhu" <[email protected]> • #131908
[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
Fri, 7 Aug 2026 15:01:48 +0800
"Hui Zhu" <[email protected]> • #131907
[PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
Fri, 7 Aug 2026 15:01:49 +0800
"Hui Zhu" <[email protected]> • #131906
[PATCH] selftests/net: ovpn: fix socket leak in ovpn_socket() error paths
Fri, 7 Aug 2026 14:48:16 +0800
Qingshuang Fu <[email protected]> • #131905
Re: tools: Use fputc() calls in some functions
Fri, 7 Aug 2026 08:33:08 +0200
Markus Elfring <[email protected]> • #131904
Re: [PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
Fri, 7 Aug 2026 11:30:24 +0530
Anshuman Khandual <[email protected]> • #131903
[PATCH v2 2/2] RISC-V: KVM: selftests: Add PMU event filter test
Fri, 7 Aug 2026 13:32:27 +0800
"Yuhang.chen" <[email protected]> • #131902
[PATCH v2 1/2] RISC-V: KVM: Add PMU event filter support
Fri, 7 Aug 2026 13:32:26 +0800
"Yuhang.chen" <[email protected]> • #131901
[PATCH v2 0/2] RISC-V: KVM: Add PMU event filter support
Fri, 7 Aug 2026 13:32:25 +0800
"Yuhang.chen" <[email protected]> • #131900
[PATCH 2/2] RISC-V: KVM: selftests: Add PMU event filter test
Fri, 7 Aug 2026 11:50:39 +0800
"Yuhang.chen" <[email protected]> • #131899
[PATCH 1/2] RISC-V: KVM: Add PMU event filter support
Fri, 7 Aug 2026 11:50:38 +0800
"Yuhang.chen" <[email protected]> • #131898
[PATCH 0/2] RISC-V: KVM: Add PMU event filter support
Fri, 7 Aug 2026 11:50:37 +0800
"Yuhang.chen" <[email protected]> • #131897
Re: [PATCH v10 0/8] powerpc/bpf: address missing verifier selftest coverage
Fri, 7 Aug 2026 08:51:02 +0530
Madhavan Srinivasan <[email protected]> • #131896
Re: [PATCH 1/2] selftests/ftrace: Force C locale for readelf in uprobe test
Fri, 7 Aug 2026 10:47:09 +0900
Masami Hiramatsu (Google) <[email protected]> • #131895
[PATCH] selftests/mm: fix read_file() return value check
Fri, 7 Aug 2026 09:35:55 +0800
Hongfu Li <[email protected]> • #131894
[PATCH 3/3] audit: Skip exit filtering for syscalls without rules
Thu, 06 Aug 2026 18:01:21 -0700
Stanislav Kinsburskii <[email protected]> • #131893
[PATCH 2/3] audit: Fix filter rule accounting after automatic removal
Thu, 06 Aug 2026 18:01:20 -0700
Stanislav Kinsburskii <[email protected]> • #131892
[PATCH 1/3] selftests/audit: Add syscall overhead benchmark
Thu, 06 Aug 2026 18:01:19 -0700
Stanislav Kinsburskii <[email protected]> • #131891
[PATCH 0/3] audit: Measure and reduce syscall filtering overhead
Thu, 06 Aug 2026 18:01:18 -0700
Stanislav Kinsburskii <[email protected]> • #131890
[PATCH net 2/2] selftests: tls: cover splice after a failed decrypt
Thu, 06 Aug 2026 20:44:08 -0400
Chuck Lever <[email protected]> • #131889
[PATCH net 1/2] net/tls: Fail tls_sw_splice_read() after a failed async decrypt
Thu, 06 Aug 2026 20:44:07 -0400
Chuck Lever <[email protected]> • #131888
[PATCH net 0/2] net/tls: Fail splice after a failed async decrypt
Thu, 06 Aug 2026 20:44:06 -0400
Chuck Lever <[email protected]> • #131887
[PATCH bpf-next 2/2] selftests/bpf: Test RCU iterator state pruning
Thu, 6 Aug 2026 17:43:20 -0700
Ning Ding <[email protected]> • #131886
[PATCH bpf-next 1/2] bpf: Compare iterator types during state pruning
Thu, 6 Aug 2026 17:43:19 -0700
Ning Ding <[email protected]> • #131885
[PATCH bpf-next 0/2] bpf: Compare iterator types during state pruning
Thu, 6 Aug 2026 17:43:18 -0700
Ning Ding <[email protected]> • #131884
Re: [PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
Thu, 6 Aug 2026 17:31:25 -0700
SJ Park <[email protected]> • #131883
[PATCH net-next v3] selftests: net: reuseport_bpf_numa: consider cpuless numa node
Fri, 7 Aug 2026 08:24:36 +0800
Feng Tang <[email protected]> • #131882
Re: [PATCH net 5/9] net/tls: Consume empty data records in tls_sw_recvmsg()
Thu, 06 Aug 2026 20:21:32 -0400
"Chuck Lever" <[email protected]> • #131881
Re: [PATCH net 5/9] net/tls: Consume empty data records in tls_sw_recvmsg()
Thu, 06 Aug 2026 20:20:27 -0400
"Chuck Lever" <[email protected]> • #131880
Re: [PATCH net 4/9] net/tls: Honor O_NONBLOCK in tls_sw_splice_read()
Thu, 06 Aug 2026 20:19:41 -0400
"Chuck Lever" <[email protected]> • #131879
Re: [PATCH net 2/9] net/tls: Consume empty data records in tls_sw_splice_read()
Thu, 06 Aug 2026 20:19:13 -0400
"Chuck Lever" <[email protected]> • #131878
Re: [PATCH net 1/9] net/tls: Bound time spent on no-data records in tls_sw_read_sock()
Thu, 06 Aug 2026 20:17:33 -0400
"Chuck Lever" <[email protected]> • #131877
Re: [PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
Thu, 6 Aug 2026 16:27:40 -0700
Andrew Morton <[email protected]> • #131876
Re: [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
Thu, 6 Aug 2026 15:18:43 -0700
Ziyang Men <[email protected]> • #131875
Re: [PATCH] tools: Use fputc() calls in some functions
Fri, 7 Aug 2026 05:50:26 +0800
kernel test robot <[email protected]> • #131874
Re: [PATCH 7.1.y] selftests/bpf: Add tests for sleepable tracepoint programs
Thu, 06 Aug 2026 18:04:04 -0300
Ricardo B. Marlière (SUSE) <[email protected]> • #131873
Re: [PATCH net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
Thu, 6 Aug 2026 13:59:53 -0700
Mina Almasry <[email protected]> • #131872
Re: [PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
Thu, 06 Aug 2026 17:47:05 -0300
Ricardo B. Marlière <[email protected]> • #131871
Re: [PATCH 3/3] selftests/bpf: Route test_kmods build artifacts to OUTPUT
Thu, 6 Aug 2026 13:35:36 -0700
Ihor Solodrai <[email protected]> • #131870
Re: [PATCH net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
Thu, 6 Aug 2026 13:34:35 -0700
Jakub Kicinski <[email protected]> • #131869
Re: [PATCH 2/3] selftests/bpf: Route libarena build artifacts to OUTPUT
Thu, 6 Aug 2026 13:33:10 -0700
Ihor Solodrai <[email protected]> • #131868
Re: [PATCH 1/3] selftests/bpf: Route generated test headers to OUTPUT
Thu, 6 Aug 2026 13:32:20 -0700
Ihor Solodrai <[email protected]> • #131867
Re: [PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
Thu, 6 Aug 2026 13:29:51 -0700
Ihor Solodrai <[email protected]> • #131866
[PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
Thu, 06 Aug 2026 21:21:45 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131865
[PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
Thu, 06 Aug 2026 21:21:44 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131864
[PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
Thu, 06 Aug 2026 21:21:43 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131863
[PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
Thu, 06 Aug 2026 21:21:42 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131862
[PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
Thu, 06 Aug 2026 21:21:41 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131861
[PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
Thu, 06 Aug 2026 21:21:40 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131860
[PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
Thu, 06 Aug 2026 21:21:39 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131859
[PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
Thu, 06 Aug 2026 21:21:38 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131858
[PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
Thu, 06 Aug 2026 21:21:37 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131857
[PATCH v4 11/20] mm: clean up vma_address_end()
Thu, 06 Aug 2026 21:21:36 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131856
[PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
Thu, 06 Aug 2026 21:21:35 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131855
[PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
Thu, 06 Aug 2026 21:21:34 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131854
[PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
Thu, 06 Aug 2026 21:21:33 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131853
[PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
Thu, 06 Aug 2026 21:21:32 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131852
[PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
Thu, 06 Aug 2026 21:21:31 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #131851
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.