Loading
crypto: iaa - Change iaa statistics to atomic64_t
mainline inclusion from mainline-v6.10-rc1 commit 43698cd6c02ddcf3b4ffb34e5da0be3e801027fe category: feature bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I9TA1S CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=43698cd6c02ddcf3b4ffb34e5da0be3e801027fe -------------------------------- Change all the iaa statistics to use atomic64_t instead of the current u64, to avoid potentially inconsistent counts. Intel-SIG: commit 43698cd6c02d crypto: iaa - Change iaa statistics to atomic64_t. Backporting patches for Intel IAA crypto driver on Intel Xeon platform. Signed-off-by:Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
Xiaochen Shen <xiaochen.shen@intel.com>