anitazha / rpms / ndctl

Forked from rpms/ndctl 2 years ago
Clone

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

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