From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Issue Description: Unable to handle page fault for address: 00000003. - Error Message: - Hardware Information: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/4. - Stack Trace: Displays the stack trace at the time of the error, including multiple function calls. 2. Reproduction Steps: - Use the following commands to reproduce the issue: 3. Root Cause: - The issue is caused by incorrect reconstruction of the scheduling domain. - In this case, should be an invalid root and should not trigger reconstruction of the scheduling domain. - When calling with , if the new mask is not null, it should re-check the new mask to determine whether any CPUs are available for the parent/CS to use. 4. Fixes Applied: - Fixed code in by adding a check for . - Fixed the function to check whether the new mask allows CPU usage. 5. Authors and Contributors: - Author: Chen Ridong - Contributors: Tejun Heo , Waiman Long This information provides a detailed overview of the vulnerability’s background, reproduction steps, root cause, applied fixes, and the authors and contributors involved.