kernel/kernel-modules
zhao.shuai e2c681a443 qat: fix smp_processor_id preemption complaints
The module loading works but the code is evidently violating
the use of smp_processor_id() with respect to preemptibility.

It seems that smp_processor_id() is only used for a best-effort
load-balancing, refer to qat_crypto_get_instance_node(). It's not feasible
to disable preemption for the duration of the crypto requests. Therefore,
just silence the warning.

Reference materials:
1b82feb6c5
https://www.kernel.org/doc/Documentation/preempt-locking.txt

Change-Id: I0f4d88d934aa29d30cde9a20212e758e15ad01ad
Closes-Bug: 1884262
Signed-off-by: zhao.shuai <zhaos@neusoft.com>
2020-06-25 09:34:03 -07:00
..
drbd Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
intel-e1000e Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
intel-i40e Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
intel-iavf Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
intel-igb_uio Add support for igb_uio kernel module 2020-06-05 10:43:54 -04:00
intel-ixgbe Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
intel-ixgbevf Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
intel-opae-fpga/centos Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
mlnx-ofa_kernel Auto upversioning of kernel and kmods 2020-06-10 13:37:18 -04:00
qat17 qat: fix smp_processor_id preemption complaints 2020-06-25 09:34:03 -07:00