[meta-intel] [PATCH] cryptodev-module: update 0001-zc-Force-4.10-get_user_pages_remote-API.patch

Robert Yang liezhi.yang at windriver.com
Wed Jul 12 19:42:51 PDT 2017


Update it for cryptodev-module 1.9.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../0001-zc-Force-4.10-get_user_pages_remote-API.patch      | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/common/recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch b/common/recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch
index 6722b8c..353126f 100644
--- a/common/recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch
+++ b/common/recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch
@@ -12,18 +12,15 @@ Signed-off-by: Saul Wold <sgw at linux.intel.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/zc.c b/zc.c
-index 2f4ea99..fcd0669 100644
+index ae464ff..b2759ce 100644
 --- a/zc.c
 +++ b/zc.c
-@@ -67,7 +67,7 @@ int __get_userbuf(uint8_t __user *addr, uint32_t len, int write,
+@@ -65,7 +65,7 @@ int __get_userbuf(uint8_t __user *addr, uint32_t len, int write,
+ #elif (LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 0))
  	ret = get_user_pages_remote(task, mm,
  			(unsigned long)addr, pgcount, write, 0, pg, NULL);
- #  else
--#    if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0))
-+#    if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0) & 0)
+-#elif (LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0))
++#elif (LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0) & 0)
  	ret = get_user_pages_remote(task, mm,
  			(unsigned long)addr, pgcount, write ? FOLL_WRITE : 0,
  			pg, NULL);
--- 
-2.7.4
-
-- 
2.10.2



More information about the meta-intel mailing list