Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QAT: Fix uninitialized seed in QAT compression
CpaDcRqResults have to be initialized with checksum=1 for adler32. Otherwise when error CPA_DC_OVERFLOW occured, the next compress operation will continue on previously part-compressed data, and write invalid checksum data. When zfs decompress the compressed data, a invalid checksum will occured and lead to openzfs#14463 Signed-off-by: naivekun <naivekun0817@gmail.com> Closes: openzfs#14463
- Loading branch information