Loading
drivers/crypto/ccp: fix the increase in page references caused by gfn_to_pfn
hygon inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAYITA CVE: NA --------------------------- gfn_to_pfn causes the refcount to increment atomically by one, which needs to be released. Fixes: 3ce4cb81 ("drivers/crypto/ccp: support TKM run on CSV") Signed-off-by:niuyongwen <niuyongwen@hygon.cn>