anitazha / rpms / ndctl

Forked from rpms/ndctl a year ago
Clone

Blame SOURCES/0167-daxctl-Fix-kernel-option-typo-in-Soft-Reservation-th.patch

e0018b
From 4bd100a8c97cfd9592be74af2e4699a2ab6d2f34 Mon Sep 17 00:00:00 2001
e0018b
From: Michal Suchanek <msuchanek@suse.de>
e0018b
Date: Thu, 10 Mar 2022 14:30:35 +0100
e0018b
Subject: [PATCH 167/217] daxctl: Fix kernel option typo in "Soft Reservation"
e0018b
 theory of operation
e0018b
e0018b
Link: https://lore.kernel.org/r/20220310133035.GA106666@kunlun.suse.cz
e0018b
Fixes: 8f4e42c ("daxctl: Add "Soft Reservation" theory of operation")
e0018b
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
e0018b
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
e0018b
---
e0018b
 Documentation/daxctl/daxctl-reconfigure-device.txt | 4 ++--
e0018b
 1 file changed, 2 insertions(+), 2 deletions(-)
e0018b
e0018b
diff --git a/Documentation/daxctl/daxctl-reconfigure-device.txt b/Documentation/daxctl/daxctl-reconfigure-device.txt
e0018b
index 385c0c5..09691d2 100644
e0018b
--- a/Documentation/daxctl/daxctl-reconfigure-device.txt
e0018b
+++ b/Documentation/daxctl/daxctl-reconfigure-device.txt
e0018b
@@ -91,8 +91,8 @@ details.
e0018b
 Outside of the NUMA performance details linked above the other method to
e0018b
 detect the presence of "Soft Reserved" memory is to dump /proc/iomem and
e0018b
 look for "Soft Reserved" ranges. If the kernel was not built with
e0018b
-CONFIG_EFI_SOFTRESERVE, predates the introduction of
e0018b
-CONFIG_EFI_SOFTRESERVE (v5.5), or was booted with the efi=nosoftreserve
e0018b
+CONFIG_EFI_SOFT_RESERVE, predates the introduction of
e0018b
+CONFIG_EFI_SOFT_RESERVE (v5.5), or was booted with the efi=nosoftreserve
e0018b
 command line then device-dax will not attach and the expectation is that
e0018b
 the memory shows up as a memory-only NUMA node. Otherwise the memory
e0018b
 shows up as a device-dax instance and DAXCTL(1) can be used to
e0018b
-- 
e0018b
2.27.0
e0018b