All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cryptodev: update commit id to fix build error for Linux 5.11-rc1
@ 2021-02-08  6:21 Zhang, Qiang
  0 siblings, 0 replies; only message in thread
From: Zhang, Qiang @ 2021-02-08  6:21 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Zqiang <qiang.zhang@windriver.com>

Fix implicit declaration of function 'ksys_close' build error,
'ksys_close' be removed, it's replaced by 'close_fd'.

Signed-off-by: Zqiang <qiang.zhang@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 c050eda49e..bce19939e6 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
            "
-SRCREV = "fabe5989a3dc9fba0cd0a40b612247cdde351c01"
+SRCREV = "726cf86d6046350e94ca1235abfe8e55ee3547df"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-08  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08  6:21 [PATCH] cryptodev: update commit id to fix build error for Linux 5.11-rc1 Zhang, Qiang

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.