aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86/lam.c
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2025-01-31 18:39:07 +0000
committerLinus Torvalds <[email protected]>2025-01-31 18:39:07 +0000
commitc545cd3276cd611a5d53ac5e18e98a37f013694c (patch)
treedafc36083b8ad5e8add769ac50302d63ab0b556e /tools/testing/selftests/x86/lam.c
parentMerge tag 'ceph-for-6.14-rc1' of https://github.com/ceph/ceph-client (diff)
parentx86/mm: Remove unnecessary include of <linux/extable.h> (diff)
downloadkernel-c545cd3276cd611a5d53ac5e18e98a37f013694c.tar.gz
kernel-c545cd3276cd611a5d53ac5e18e98a37f013694c.zip
Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 mm updates from Ingo Molnar: - The biggest changes are the TLB flushing scalability optimizations, to update the mm_cpumask lazily and related changes. This feature has both a track record and a continued risk of performance regressions, so it was already delayed by a cycle - but it's all 100% perfect now™ (Rik van Riel) - Also miscellaneous fixes and cleanups. (Gautam Somani, Kirill Shutemov, Sebastian Andrzej Siewior) * tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mm: Remove unnecessary include of <linux/extable.h> x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state() x86/mm/selftests: Fix typo in lam.c x86/mm/tlb: Only trim the mm_cpumask once a second x86/mm/tlb: Also remove local CPU from mm_cpumask if stale x86/mm/tlb: Add tracepoint for TLB flush IPI to stale CPU x86/mm/tlb: Update mm_cpumask lazily
Diffstat (limited to 'tools/testing/selftests/x86/lam.c')
-rw-r--r--tools/testing/selftests/x86/lam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/lam.c b/tools/testing/selftests/x86/lam.c
index 0ea4f6813930..4d4a76532dc9 100644
--- a/tools/testing/selftests/x86/lam.c
+++ b/tools/testing/selftests/x86/lam.c
@@ -237,7 +237,7 @@ static uint64_t set_metadata(uint64_t src, unsigned long lam)
* both pointers should point to the same address.
*
* @return:
- * 0: value on the pointer with metadate and value on original are same
+ * 0: value on the pointer with metadata and value on original are same
* 1: not same.
*/
static int handle_lam_test(void *src, unsigned int lam)