All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Milan Broz <gmazyland@gmail.com>
Cc: dm-devel@redhat.com
Subject: Re: dm-crypt: add Kconfig switch to enable authenticated mode.
Date: Thu, 4 May 2017 12:01:41 -0400	[thread overview]
Message-ID: <20170504160141.GA1206@redhat.com> (raw)
In-Reply-To: <20170504150725.9737-1-gmazyland@gmail.com>

On Thu, May 04 2017 at 11:07am -0400,
Milan Broz <gmazyland@gmail.com> wrote:

> The switch just enables dm-integrity module but it makes
> configuration more logic and user friendly.
> 
> Signed-off-by: Milan Broz <gmazyland@gmail.com>
> ---
>  drivers/md/Kconfig | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
> index 3e96fccbbdb2..134f885c6be1 100644
> --- a/drivers/md/Kconfig
> +++ b/drivers/md/Kconfig
> @@ -285,6 +285,17 @@ config DM_CRYPT
>  
>  	  If unsure, say N.
>  
> +config DM_CRYPT_AEAD
> +	tristate "Crypt target support for authenticated disk encrytion modes"
> +	depends on DM_CRYPT
> +	select DM_INTEGRITY
> +	---help---
> +	  This option enables dm-integrity target that is required in dm-crypt
> +	  for support of authenticated encryption modes (it enables additional
> +	  per-sector metadata for authentication tags).
> +
> +	  If unsure, say N.
> +
>  config DM_SNAPSHOT
>         tristate "Snapshot target"
>         depends on BLK_DEV_DM
> -- 
> 2.11.0

For the benefit of dm-devl: we've decided to _not_ make this change.

      reply	other threads:[~2017-05-04 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-04 15:07 [PATCH] dm-crypt: add Kconfig switch to enable authenticated mode Milan Broz
2017-05-04 16:01 ` Mike Snitzer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170504160141.GA1206@redhat.com \
    --to=snitzer@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=gmazyland@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.