Description of problem: Backport the following 3 patches: - ccb88e9549e7cfd8bcd511c538f437e20026e983 "crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked" This fix the null pointer dereference issue in the function __sev_platform_shutdown_locked. - 68dbe80f5b510c66c800b9e8055235c5b07e37d1 "crypto: ccp - Release dma channels before dmaengine unrgister" Fix the release sequences during driver dmaengine deregistration. - 299bf602b3f92f1456aef59c6413591fb02e762a "crypto: ccp - Failure on re-initialization due to duplicate sysfs filename" Fix issue caused by the commit 68dbe80f5b510c66c800b9e8055235c5b07e37d1 "crypto: ccp - Release dma channels before dmaengine unrgister" Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5579