From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Issue Description: During device (mscc-miim) load testing, a memory leak error was reported when and are enabled. - Error Message: 2. Fix Measures: - Resolution 1: In , if is not an ACPI node, is acquired but never released on the normal path. Therefore, is called in to prevent leakage. - Resolution 2: If is an ACPI node, it is never released but is released on the error path. Hence, is called before to maintain balance between get/put operations. 3. Patch Content: - Patch Files: and - Patch Details: In , replace with . 4. Patch Status: - Status: Merged into the branch. - Author: Yang Yingliang - Commit Date: November 24, 2022 - Committer: Jakub Kicinski - Patch Size: 2 files, 2 insertions, 1 deletion. This information helps us understand the vulnerability context, mitigation measures, and detailed patch content.