Description of problem: This bugzilla mainly addresses the following issues: a. free allocated asid bitmap asap b. reduce unnecessary df_flush c. don't intercept #GP for memory encrypted guest d. don't setup sev hardware if DECODEASSISTS is unsupported e. issue warning when emulating #UD/#GP f. inject #UD if emulation is allowed but instruction buffer does not exist g. avoid warning when sev_clflush_pages() handling large number of pages. h. Ensure ASID flush is performed when necessary. 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/1991