]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
cryptodev-module: fix build with 5.11+ kernels
authorAnuj Mittal <anuj.mittal@intel.com>
Fri, 19 Aug 2022 06:10:03 +0000 (14:10 +0800)
committerSteve Sakoman <steve@sakoman.com>
Mon, 29 Aug 2022 15:02:16 +0000 (05:02 -1000)
commit653b03aa6fc8effd3b2215a7a0ba005979e78e9f
treebf792c2306a28ab48aa41d579097770d1e6c0821
parent2663435831c0ef953fb7fe6c883f42cf0c86ae43
cryptodev-module: fix build with 5.11+ kernels

Backport patch to fix:

| cryptodev-module/1.10-r0/git/ioctl.c:875:4: error: implicit declaration of function 'ksys_close'; did you mean 'ksys_chown'? [-Werror=implicit-function-declaration]
|   875 |    ksys_close(fd);
|       |    ^~~~~~~~~~
|       |    ksys_chown
| cc1: some warnings being treated as errors

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-kernel/cryptodev/cryptodev-module_1.10.bb
meta/recipes-kernel/cryptodev/files/fix-build-for-Linux-5.11-rc1.patch [new file with mode: 0644]