In the Linux kernel, the following vulnerability has been resolved:
mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown
The return value of pm_runtime_get_sync() in cmdq_mbox_shutdown()
will return 1 when pm runtime state is active, and we don't want to
get the warning message in this case.
So we change the return value < 0 for WARN_ON().
Metrics
Affected Vendors & Products
References
History
Wed, 30 Oct 2024 21:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-252 | |
Metrics |
cvssV3_1
|
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-10T07:14:10.967Z
Updated: 2024-11-05T09:32:21.789Z
Reserved: 2024-06-25T14:23:23.748Z
Link: CVE-2024-39492
Vulnrichment
Updated: 2024-08-02T04:26:15.418Z
NVD
Status : Awaiting Analysis
Published: 2024-07-10T08:15:11.360
Modified: 2024-10-30T21:35:04.003
Link: CVE-2024-39492
Redhat