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

  accel: ethosu: Don't read the U65 rounding mode as a storage mode

  Bits 15:14 of NPU_SET_{IFM,OFM}_PRECISION select the activation storage
  mode on U85 only
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  accel: ethosu: Don't read the U65 rounding mode as a storage mode

  Bits 15:14 of NPU_SET_{IFM,OFM}_PRECISION select the activation storage
  mode on U85 only. On U65 the …
severity: high
cvss: 7.8
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 5a5e9c0228e613f0ef2a58b9782d7c0ea8f1e58b <
    6b08adbda8ea797849e3654ce12cb3856ce6051a
  - >-
    Linux >= 5a5e9c0228e613f0ef2a58b9782d7c0ea8f1e58b <
    db9deec5a345abc538d081fb221dc0b00a9695bd
  - Linux 6.19
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T15:18:06.853'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-98143'
references:
  - url: 'https://git.kernel.org/stable/c/6b08adbda8ea797849e3654ce12cb3856ce6051a'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/db9deec5a345abc538d081fb221dc0b00a9695bd'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.809Z'
---

## Overview

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

accel: ethosu: Don't read the U65 rounding mode as a storage mode

Bits 15:14 of NPU_SET_{IFM,OFM}_PRECISION select the activation storage
mode on U85 only. On U65 the same field holds the rounding mode, and the
command stream parser has read it as a storage mode since the driver was
added.

That went unnoticed while unknown values fell through the switch, but
now that they are rejected, every U65 command stream that asks for
natural rounding (2) fails CMDSTREAM_BO_CREATE with -EINVAL. Mesa emits
it for average pooling, concatenation, split, unpack, strided slice, LUT
and argmax, which is 72 failures of the Teflon test suite on an i.MX93.
Truncating rounding (1) is misread as well: it picks the two-tile
address path and computes a bogus feature map size from tile bases the
command stream never set.

Read the field as a storage mode only on the hardware where it is one.

## Remediation

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