Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1635456

[PATCH] dm-integrity: Add proper description of module to KConfig.

From Milan Broz <gmazyland@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] dm-integrity: Add proper description of module to KConfig.
Date 2017-05-04 10:00 +0200
Message-ID <tDjQ6-um-3@gated-at.bofh.it> (permalink)
References <tDi7E-83R-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add more descriptive text to explain what it the dm-integrity
when it should be enabled.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
---
 drivers/md/Kconfig | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 7468a22f9d10..3e96fccbbdb2 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -509,6 +509,20 @@ config DM_INTEGRITY
 	select CRYPTO
 	select ASYNC_XOR
 	---help---
-	   This is the integrity target.
+	  This device-mapper target emulates a block device that has additional
+	  per-sector tags that can be used for storing integrity information.
+
+	  The dm-integrity target is used with the dm-crypt target to provide
+	  authenticated disk encryption or it can also be used as a standalone
+	  target. In standalone mode it calculates and verifies the data integrity
+	  internally.
+
+	  You should enable this option if you plan to use dm-crypt target
+	  in authenticated disk encryption mode.
+
+	  To compile this code as a module, choose M here: the module will
+	  be called dm-integrity.
+
+	  If unsure, say N.
 
 endif # MD
-- 
2.11.0

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

DM_INTEGRITY Kconfig help (was: Re: dm: add integrity target) Geert Uytterhoeven <geert@linux-m68k.org> - 2017-05-04 08:10 +0200
  Re: DM_INTEGRITY Kconfig help (was: Re: dm: add integrity target) Milan Broz <gmazyland@gmail.com> - 2017-05-04 09:40 +0200
    Re: DM_INTEGRITY Kconfig help (was: Re: dm: add integrity target) Geert Uytterhoeven <geert@linux-m68k.org> - 2017-05-04 09:50 +0200
  [PATCH] dm-integrity: Add proper description of module to KConfig. Milan Broz <gmazyland@gmail.com> - 2017-05-04 10:00 +0200

csiph-web