All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] cryptsetup: Add kernel-module-xts to RRECOMMENDS
@ 2016-12-20 14:21 Bogdan Hopulele
  2016-12-22  8:58 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Bogdan Hopulele @ 2016-12-20 14:21 UTC (permalink / raw)
  To: openembedded-devel

cryptsetup luksOpen (luksFormat) uses xts by default.
When the module is not installed, cryptsetup prints:

Check that kernel supports aes-xts-plain64 cipher (check syslog for more info)

Signed-off-by: Bogdan Hopulele <bogdan.hopulele@ni.com>
---
 meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
index 16c21d3..3470c5d 100644
--- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
@@ -28,6 +28,7 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \
                      kernel-module-md5 \
                      kernel-module-cbc \
                      kernel-module-sha256-generic \
+                     kernel-module-xts \
 "
 
 EXTRA_OECONF = "--enable-static"
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] cryptsetup: Add kernel-module-xts to RRECOMMENDS
  2016-12-20 14:21 [meta-oe][PATCH] cryptsetup: Add kernel-module-xts to RRECOMMENDS Bogdan Hopulele
@ 2016-12-22  8:58 ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2016-12-22  8:58 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1875 bytes --]

On Tue, Dec 20, 2016 at 02:21:37PM +0000, Bogdan Hopulele wrote:
> cryptsetup luksOpen (luksFormat) uses xts by default.
> When the module is not installed, cryptsetup prints:
> 
> Check that kernel supports aes-xts-plain64 cipher (check syslog for more info)
> 
> Signed-off-by: Bogdan Hopulele <bogdan.hopulele@ni.com>

This doesn't look for master where cryptsetup was upgraded some 4 months
ago:

commit 5f9728d97f65173833f9d9aa2f535172f222c844
Author:     Derek Straka <derek@asterius.io>
AuthorDate: Tue Aug 9 17:50:41 2016 -0400
Commit:     Martin Jansa <Martin.Jansa@gmail.com>
CommitDate: Mon Aug 15 12:31:59 2016 +0200

    cryptsetup: update to version 1.7.2
    
    Signed-off-by: Derek Straka <derek@asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>


You should always send patches tested in recent master(-next).

> ---
>  meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
> index 16c21d3..3470c5d 100644
> --- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
> +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
> @@ -28,6 +28,7 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \
>                       kernel-module-md5 \
>                       kernel-module-cbc \
>                       kernel-module-sha256-generic \
> +                     kernel-module-xts \
>  "
>  
>  EXTRA_OECONF = "--enable-static"
> -- 
> 2.10.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH] cryptsetup: Add kernel-module-xts to RRECOMMENDS
@ 2016-12-22  9:49 Bogdan Hopulele
  0 siblings, 0 replies; 3+ messages in thread
From: Bogdan Hopulele @ 2016-12-22  9:49 UTC (permalink / raw)
  To: martin.jansa, openembedded-devel

cryptsetup luksOpen (luksFormat) uses xts by default.
When the module is not installed, cryptsetup prints:

Check that kernel supports aes-xts-plain64 cipher (check syslog for more info)

Signed-off-by: Bogdan Hopulele <bogdan.hopulele@ni.com>
---
 meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
index d160a0932..d560625db 100644
--- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
@@ -28,6 +28,7 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \
                      kernel-module-md5 \
                      kernel-module-cbc \
                      kernel-module-sha256-generic \
+                     kernel-module-xts \
 "
 
 EXTRA_OECONF = "--enable-static"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-22  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 14:21 [meta-oe][PATCH] cryptsetup: Add kernel-module-xts to RRECOMMENDS Bogdan Hopulele
2016-12-22  8:58 ` Martin Jansa
2016-12-22  9:49 Bogdan Hopulele

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.