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

  pseries/papr-hvpipe: Fix race with interrupt handler

  While executing ->ioctl handler or ->release handler, if an interrupt
  fires on the same cpu, then we can enter int…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  pseries/papr-hvpipe: Fix race with interrupt handler

  While executing ->ioctl handler or ->release handler, if an interrupt
  fires on the same cpu, then we can enter int…
severity: none
published: '2026-06-08'
updated: '2026-07-07'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-46298'
references:
  - url: 'https://git.kernel.org/stable/c/342c966f81cfc3cb6c297e80b37a9f3a5d637d2c'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/7a4f0846ee6cc8cf44ae0046ed42e3259d1dd45b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00098
epssPercentile: 0.00708
ingestedAt: '2026-07-07T18:42:24.316Z'
---

## Overview

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

pseries/papr-hvpipe: Fix race with interrupt handler

While executing ->ioctl handler or ->release handler, if an interrupt
fires on the same cpu, then we can enter into a deadlock.

This patch fixes both these handlers to take spin_lock_irq{save|restore}
versions of the lock to prevent this deadlock.

## Remediation

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