diff mbox series

cryptodev: update to cryptodev-linux-1.14-tip

Message ID 20251223044801.3893790-1-bruce.ashfield@gmail.com
State New
Headers show
Series cryptodev: update to cryptodev-linux-1.14-tip | expand

Commit Message

Bruce Ashfield Dec. 23, 2025, 4:48 a.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Bumping cryptodev-linux to version cryptodev-linux-1.9-65-g08644db, which comprises the following commits:

    08644db Fix build for Linux 6.18-rc1
    ccf3ce9 Fixed compiler optimisation bug in tests
    277d457 Fix uninitialized session pointers
    3a93756 Exclude unused struct since Linux >= 6.5
    d481e97 Fix cryptodev_verbosity sysctl for Linux 6.11-rc1
    135cbff Release version 1.14

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---

This fixes the build against 6.18

Bruce

 meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 16a8eb610a..dcd5ec140c 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
            "
-SRCREV = "135cbff90af2ba97d88f1472be595ce78721972c"
+SRCREV = "08644db02d43478f802755903212f5ee506af73b"
 PV = "1.14"
 
 CLEANBROKEN = "1"