---
id: CVE-2026-97475
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  thermal/drivers/tegra/soctherma: Switch to devm cooling device registration

  Use devm_thermal_of_cooling_device_register() to simplify resource
  management and avoid man…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  thermal/drivers/tegra/soctherma: Switch to devm cooling device registration

  Use devm_thermal_of_cooling_device_register() to simplify resource
  management and avoid man…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    6f2a863e7e9adf6088fe644259576181e60ee5e5
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    deaeb7be8e6b04c8b71080acba1bd88698f56b1d
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    ee126267bc04bfb03816ae9d71ca24c5bf99e739
  - Linux < 6.12.111
  - Linux < 6.18.53
  - Linux (all versions)
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T17:17:24.800'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97475'
references:
  - url: 'https://git.kernel.org/stable/c/6f2a863e7e9adf6088fe644259576181e60ee5e5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/deaeb7be8e6b04c8b71080acba1bd88698f56b1d'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ee126267bc04bfb03816ae9d71ca24c5bf99e739'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-24T16:47:15.872Z'
---

## Overview

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

thermal/drivers/tegra/soctherma: Switch to devm cooling device registration

Use devm_thermal_of_cooling_device_register() to simplify resource
management and avoid manual cleanup in error paths.

As a side effect this change has the benefit of solving an existing
issue. Before, the function tegra_soctherm_remove() only called
debugfs_remove_recursive() and never called thermal_cooling_device_unregister()
for any of the cooling devices registered here.

After the driver removal, the thermal framework's cdev list would
still hold references to thermal_cooling_device objects whose devdata
pointer (ts) pointed to memory already freed by the platform device's
devm cleanup.

With this change, the cooling device is unregistered when the driver
is removed, thus fixing the issue above.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
