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

  accel: ethosu: Fix ethosu_job_open() return value

  A WARN_ON() returns a 0 or 1, not the original negative errno
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  accel: ethosu: Fix ethosu_job_open() return value

  A WARN_ON() returns a 0 or 1, not the original negative errno. Just drop
  the WARN_ON() as the FD open will pass the r…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 5a5e9c0228e613f0ef2a58b9782d7c0ea8f1e58b <
    e98afe5142add34b70b305408317a325f14c37f5
  - >-
    Linux >= 5a5e9c0228e613f0ef2a58b9782d7c0ea8f1e58b <
    b3c8d4672f7a8735e2884cefcd89286268e88b2e
  - Linux 6.19
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T11:17:18.383'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97914'
references:
  - url: 'https://git.kernel.org/stable/c/b3c8d4672f7a8735e2884cefcd89286268e88b2e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e98afe5142add34b70b305408317a325f14c37f5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.891Z'
---

## Overview

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

accel: ethosu: Fix ethosu_job_open() return value

A WARN_ON() returns a 0 or 1, not the original negative errno. Just drop
the WARN_ON() as the FD open will pass the return code to userspace and
there's only one possible source of the error (drm_sched_entity_init()).

## Remediation

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