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

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