Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] cryptodev: update SRCREV
@ 2019-04-15  3:42 kai.kang
  2019-04-15  7:38 ` Adrian Bunk
  2019-04-24  2:23 ` Kang Kai
  0 siblings, 2 replies; 5+ messages in thread
From: kai.kang @ 2019-04-15  3:42 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

Update SRCREV of cryptodev which only contains one fix for linux 5.0:

$ git log fd8b15ef1c8398a69a37932ee48c74ab40329a29..f971e0cd4a0ebe59fb2e8e17240399bf6901b09b
commit f971e0cd4a0ebe59fb2e8e17240399bf6901b09b
Author: Derald D. Woods <woods.technical@gmail.com>
Date:   Sun Feb 10 13:22:19 2019 -0600

    Fix module loading with Linux v5.0-rc5

    This commit fixes this module load error:
    [...]
    [   29.112091] cryptodev: loading out-of-tree module taints kernel.
    [   29.128906] cryptodev: Unknown symbol crypto_givcipher_type (err -2)
    [   29.188842] cryptodev: Unknown symbol crypto_givcipher_type (err -2)
    modprobe: can't load module cryptodev (extra/cryptodev.ko): unknown symbol in module, or unknown parameter
    [...]

    Upstream Linux support for unused GIVCIPHER, and others, was dropped here:

    c79b411eaa72 (crypto: skcipher - remove remnants of internal IV generators)

    Signed-off-by: Derald D. Woods <woods.technical@gmail.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 252d39d23a..79ddefd435 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux"
-SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29"
+SRCREV = "f971e0cd4a0ebe59fb2e8e17240399bf6901b09b"
 
 S = "${WORKDIR}/git"
 
-- 
2.20.0



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

end of thread, other threads:[~2019-04-25  1:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-15  3:42 [PATCH] cryptodev: update SRCREV kai.kang
2019-04-15  7:38 ` Adrian Bunk
2019-04-24  2:23 ` Kang Kai
2019-04-24 12:38   ` Burton, Ross
2019-04-25  1:36     ` Kang Kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox