Lucene search

K
cvelistLinuxCVELIST:CVE-2024-46820
HistorySep 27, 2024 - 12:36 p.m.

CVE-2024-46820 drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend

2024-09-2712:36:00
Linux
www.cve.org
1
linux kernel
vulnerability
drm/amdgpu/vcn
irq disabling
vcn 5.0.0

EPSS

0

Percentile

9.6%

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend

We do not directly enable/disable VCN IRQ in vcn 5.0.0.
And we do not handle the IRQ state as well. So the calls to
disable IRQ and set state are removed. This effectively gets
rid of the warining of
β€œWARN_ON(!amdgpu_irq_enabled(adev, src, type))”
in amdgpu_irq_put().

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "aa92264ba6fd",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "10fe1a79cd1b",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c"
    ],
    "versions": [
      {
        "version": "6.10.9",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.6%

Related for CVELIST:CVE-2024-46820