Go to file
Jinfeng Wang 204ca1c078 crypto: caam/qi - Add parameter for qman_enqueue
Fix the following error:
drivers/crypto/caam/qi.c:117:23: error: too few arguments to function 'qman_enqueue'
|   117 |                 ret = qman_enqueue(req->drv_ctx->req_fq, &fd);

Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-10-14 09:02:17 -04:00
arch Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
block Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
certs
crypto Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
Documentation Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
drivers crypto: caam/qi - Add parameter for qman_enqueue 2025-10-14 09:02:17 -04:00
fs Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/base 2025-09-29 13:52:40 -04:00
include Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
init Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/base 2025-09-29 13:52:40 -04:00
io_uring io_uring: fix possible deadlock in io_register_iowq_max_workers() 2024-11-17 14:59:39 +01:00
ipc This is the 5.10.239 stable release 2025-09-28 22:26:50 -04:00
kernel Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/base 2025-09-29 13:52:40 -04:00
lib Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/base 2025-09-29 13:52:40 -04:00
LICENSES
mm Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/base 2025-09-29 13:52:40 -04:00
net Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
samples samples: mei: Fix building on musl libc 2025-08-28 16:22:32 +02:00
scripts This is the 5.10.243 stable release 2025-09-28 22:34:06 -04:00
security Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
sound Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
tools Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
usr This is the 5.10.239 stable release 2025-09-28 22:26:50 -04:00
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-10-22 15:39:24 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:07:59 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
localversion-rt
MAINTAINERS Merge branch 'v5.10/standard/preempt-rt/base' into v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc 2025-09-29 13:56:20 -04:00
Makefile This is the 5.10.244 stable release 2025-09-28 22:34:44 -04:00
README

Linux kernel

There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first.

In order to build the documentation, use make htmldocs or make pdfdocs. The formatted documentation can also be read online at:

https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.