anitazha / rpms / ndctl

Forked from rpms/ndctl a year ago
Clone

Blame 0078-Documentation-Drop-attrs.adoc-include.patch

Jeff Moyer 2c91dc
From d1b966de2b32f6152bc3b9c3f5d842ba12407a87 Mon Sep 17 00:00:00 2001
Jeff Moyer 2c91dc
From: Dan Williams <dan.j.williams@intel.com>
Jeff Moyer 2c91dc
Date: Wed, 5 Jan 2022 13:32:32 -0800
Jeff Moyer 2c91dc
Subject: [PATCH 078/217] Documentation: Drop attrs.adoc include
Jeff Moyer 2c91dc
Jeff Moyer 2c91dc
In preparation for switching build systems, drop the attrs.adoc include for
Jeff Moyer 2c91dc
communicating variables to asciidoc. Simply add the necessary variable
Jeff Moyer 2c91dc
values to the invocation of the command using the --attribute argument.
Jeff Moyer 2c91dc
Jeff Moyer 2c91dc
Link: https://lore.kernel.org/r/164141835217.3990253.17678912974035740752.stgit@dwillia2-desk3.amr.corp.intel.com
Jeff Moyer 2c91dc
Tested-by: Alison Schofield <alison.schofield@intel.com>
Jeff Moyer 2c91dc
Tested-by: Vaibhav Jain <vaibhav@linux.ibm.com>
Jeff Moyer 2c91dc
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Jeff Moyer 2c91dc
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Jeff Moyer 2c91dc
---
Jeff Moyer 2c91dc
 .gitignore                                      |  1 -
Jeff Moyer 2c91dc
 Documentation/daxctl/Makefile.am                | 17 +++++++----------
Jeff Moyer 2c91dc
 .../daxctl/daxctl-reconfigure-device.txt        |  2 --
Jeff Moyer 2c91dc
 Documentation/ndctl/Makefile.am                 | 17 +++++++----------
Jeff Moyer 2c91dc
 Documentation/ndctl/intel-nvdimm-security.txt   |  2 --
Jeff Moyer 2c91dc
 Documentation/ndctl/ndctl-load-keys.txt         |  2 --
Jeff Moyer 2c91dc
 Documentation/ndctl/ndctl-monitor.txt           |  2 --
Jeff Moyer 2c91dc
 Documentation/ndctl/ndctl-sanitize-dimm.txt     |  2 --
Jeff Moyer 2c91dc
 Documentation/ndctl/ndctl-setup-passphrase.txt  |  2 --
Jeff Moyer 2c91dc
 Documentation/ndctl/ndctl-update-passphrase.txt |  2 --
Jeff Moyer 2c91dc
 10 files changed, 14 insertions(+), 35 deletions(-)
Jeff Moyer 2c91dc
Jeff Moyer 2c91dc
diff -up ndctl-71.1/.gitignore.orig ndctl-71.1/.gitignore
Jeff Moyer 2c91dc
--- ndctl-71.1/.gitignore.orig	2022-10-07 15:58:15.663005697 -0400
Jeff Moyer 2c91dc
+++ ndctl-71.1/.gitignore	2022-10-07 15:58:57.238147247 -0400
Jeff Moyer 2c91dc
@@ -23,7 +23,6 @@ Documentation/daxctl/asciidoctor-extensi
Jeff Moyer 2c91dc
 Documentation/ndctl/asciidoctor-extensions.rb
Jeff Moyer 2c91dc
 Documentation/cxl/asciidoctor-extensions.rb
Jeff Moyer 2c91dc
 Documentation/cxl/lib/asciidoctor-extensions.rb
Jeff Moyer 2c91dc
-Documentation/ndctl/attrs.adoc
Jeff Moyer 2c91dc
 .dirstamp
Jeff Moyer 2c91dc
 daxctl/config.h
Jeff Moyer 2c91dc
 daxctl/daxctl
Jeff Moyer 2c91dc
diff -up ndctl-71.1/Documentation/ndctl/intel-nvdimm-security.txt.orig ndctl-71.1/Documentation/ndctl/intel-nvdimm-security.txt
Jeff Moyer 2c91dc
--- ndctl-71.1/Documentation/ndctl/intel-nvdimm-security.txt.orig	2020-12-22 16:44:57.000000000 -0500
Jeff Moyer 2c91dc
+++ ndctl-71.1/Documentation/ndctl/intel-nvdimm-security.txt	2022-10-07 15:59:06.192177733 -0400
Jeff Moyer 2c91dc
@@ -1,7 +1,5 @@
Jeff Moyer 2c91dc
 // SPDX-License-Identifier: GPL-2.0
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
-include::attrs.adoc[]
Jeff Moyer 2c91dc
-
Jeff Moyer 2c91dc
 THEORY OF OPERATION
Jeff Moyer 2c91dc
 -------------------
Jeff Moyer 2c91dc
 The Intel Device Specific Methods (DSM) specification v1.7 and v1.8 [1]
Jeff Moyer 2c91dc
diff -up ndctl-71.1/Documentation/ndctl/ndctl-load-keys.txt.orig ndctl-71.1/Documentation/ndctl/ndctl-load-keys.txt
Jeff Moyer 2c91dc
--- ndctl-71.1/Documentation/ndctl/ndctl-load-keys.txt.orig	2020-12-22 16:44:57.000000000 -0500
Jeff Moyer 2c91dc
+++ ndctl-71.1/Documentation/ndctl/ndctl-load-keys.txt	2022-10-07 15:59:06.192177733 -0400
Jeff Moyer 2c91dc
@@ -1,7 +1,5 @@
Jeff Moyer 2c91dc
 // SPDX-License-Identifier: GPL-2.0
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
-include::attrs.adoc[]
Jeff Moyer 2c91dc
-
Jeff Moyer 2c91dc
 ndctl-load-keys(1)
Jeff Moyer 2c91dc
 ==================
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
diff -up ndctl-71.1/Documentation/ndctl/ndctl-monitor.txt.orig ndctl-71.1/Documentation/ndctl/ndctl-monitor.txt
Jeff Moyer 2c91dc
--- ndctl-71.1/Documentation/ndctl/ndctl-monitor.txt.orig	2020-12-22 16:44:57.000000000 -0500
Jeff Moyer 2c91dc
+++ ndctl-71.1/Documentation/ndctl/ndctl-monitor.txt	2022-10-07 15:59:06.192177733 -0400
Jeff Moyer 2c91dc
@@ -1,7 +1,5 @@
Jeff Moyer 2c91dc
 // SPDX-License-Identifier: GPL-2.0
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
-include::attrs.adoc[]
Jeff Moyer 2c91dc
-
Jeff Moyer 2c91dc
 ndctl-monitor(1)
Jeff Moyer 2c91dc
 ================
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
diff -up ndctl-71.1/Documentation/ndctl/ndctl-sanitize-dimm.txt.orig ndctl-71.1/Documentation/ndctl/ndctl-sanitize-dimm.txt
Jeff Moyer 2c91dc
--- ndctl-71.1/Documentation/ndctl/ndctl-sanitize-dimm.txt.orig	2020-12-22 16:44:57.000000000 -0500
Jeff Moyer 2c91dc
+++ ndctl-71.1/Documentation/ndctl/ndctl-sanitize-dimm.txt	2022-10-07 15:59:06.192177733 -0400
Jeff Moyer 2c91dc
@@ -1,7 +1,5 @@
Jeff Moyer 2c91dc
 // SPDX-License-Identifier: GPL-2.0
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
-include::attrs.adoc[]
Jeff Moyer 2c91dc
-
Jeff Moyer 2c91dc
 ndctl-sanitize-dimm(1)
Jeff Moyer 2c91dc
 ======================
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
diff -up ndctl-71.1/Documentation/ndctl/ndctl-setup-passphrase.txt.orig ndctl-71.1/Documentation/ndctl/ndctl-setup-passphrase.txt
Jeff Moyer 2c91dc
--- ndctl-71.1/Documentation/ndctl/ndctl-setup-passphrase.txt.orig	2020-12-22 16:44:57.000000000 -0500
Jeff Moyer 2c91dc
+++ ndctl-71.1/Documentation/ndctl/ndctl-setup-passphrase.txt	2022-10-07 15:59:06.193177737 -0400
Jeff Moyer 2c91dc
@@ -1,7 +1,5 @@
Jeff Moyer 2c91dc
 // SPDX-License-Identifier: GPL-2.0
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
-include::attrs.adoc[]
Jeff Moyer 2c91dc
-
Jeff Moyer 2c91dc
 ndctl-setup-passphrase(1)
Jeff Moyer 2c91dc
 =========================
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
diff -up ndctl-71.1/Documentation/ndctl/ndctl-update-passphrase.txt.orig ndctl-71.1/Documentation/ndctl/ndctl-update-passphrase.txt
Jeff Moyer 2c91dc
--- ndctl-71.1/Documentation/ndctl/ndctl-update-passphrase.txt.orig	2020-12-22 16:44:57.000000000 -0500
Jeff Moyer 2c91dc
+++ ndctl-71.1/Documentation/ndctl/ndctl-update-passphrase.txt	2022-10-07 15:59:06.193177737 -0400
Jeff Moyer 2c91dc
@@ -1,7 +1,5 @@
Jeff Moyer 2c91dc
 // SPDX-License-Identifier: GPL-2.0
Jeff Moyer 2c91dc
 
Jeff Moyer 2c91dc
-include::attrs.adoc[]
Jeff Moyer 2c91dc
-
Jeff Moyer 2c91dc
 ndctl-update-passphrase(1)
Jeff Moyer 2c91dc
 ==========================
Jeff Moyer 2c91dc