4 matches found
SUSE CVE-2026-46250
In the Linux kernel, the following vulnerability has been resolved: MIPS: Work around LLVM bug when gp is used as global register variable On MIPS, currentthreadinfo is defined as global register variable locating in $gp, and is simply assigned with new address during kernel relocation. This...
CVE-2026-46250
A flaw was found in the Linux kernel, specifically affecting the MIPS architecture when compiled with LLVM. This vulnerability occurs because LLVM incorrectly restores the $gp register, which is used as a global register variable, after it has been intentionally modified during kernel relocation...
CVE-2026-46250
VULNERABILITY SUMMARY: CVE-2026-46250 affects Linux kernel on MIPS (Loongson) where __current_thread_info is defined as a global register in $gp. The root cause is an LLVM bug that restores $gp if it is clobbered, causing gp to point to the unrelocated kernel after relocate_kernel(), leading to a...
PT-2026-46013
In the Linux kernel, the following vulnerability has been resolved: MIPS: Work around LLVM bug when gp is used as global register variable On MIPS, current thread info is defined as global register variable locating in $gp, and is simply assigned with new address during kernel relocation. This...