Bug 2396153 (CVE-2023-53361) - CVE-2023-53361 kernel: LoongArch: mm: Add p?d_leaf() definitions
Summary: CVE-2023-53361 kernel: LoongArch: mm: Add p?d_leaf() definitions
Keywords:
Status: NEW
Alias: CVE-2023-53361
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-17 15:04 UTC by OSIDB Bzimport
Modified: 2025-09-17 18:53 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-17 15:04:27 UTC
In the Linux kernel, the following vulnerability has been resolved:

LoongArch: mm: Add p?d_leaf() definitions

When I do LTP test, LTP test case ksm06 caused panic at
	break_ksm_pmd_entry
	  -> pmd_leaf (Huge page table but False)
	  -> pte_present (panic)

The reason is pmd_leaf() is not defined, So like commit 501b81046701
("mips: mm: add p?d_leaf() definitions") add p?d_leaf() definition for
LoongArch.


Note You need to log in before you can comment on or make changes to this bug.