Bug 2324582 (CVE-2024-50178) - CVE-2024-50178 kernel: cpufreq: loongson3: Use raw_smp_processor_id() in do_service_request()
Summary: CVE-2024-50178 kernel: cpufreq: loongson3: Use raw_smp_processor_id() in do_s...
Keywords:
Status: NEW
Alias: CVE-2024-50178
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: 2324692
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-08 13:46 UTC by OSIDB Bzimport
Modified: 2024-11-21 18:52 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-08 13:46:44 UTC
In the Linux kernel, the following vulnerability has been resolved:

cpufreq: loongson3: Use raw_smp_processor_id() in do_service_request()

Use raw_smp_processor_id() instead of plain smp_processor_id() in
do_service_request(), otherwise we may get some errors with the driver
enabled:

 BUG: using smp_processor_id() in preemptible [00000000] code: (udev-worker)/208
 caller is loongson3_cpufreq_probe+0x5c/0x250 [loongson3_cpufreq]


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