CVE-2023-53361
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
17/09/2025
Last modified:
18/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
LoongArch: mm: Add p?d_leaf() definitions<br />
<br />
When I do LTP test, LTP test case ksm06 caused panic at<br />
break_ksm_pmd_entry<br />
-> pmd_leaf (Huge page table but False)<br />
-> pte_present (panic)<br />
<br />
The reason is pmd_leaf() is not defined, So like commit 501b81046701<br />
("mips: mm: add p?d_leaf() definitions") add p?d_leaf() definition for<br />
LoongArch.