Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-88425.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-88425
Upstream
Published
2026-05-27T14:17:20Z
Modified
2026-08-30T05:26:50Z
Summary
CVE-2026-46017 affecting package kernel 6.6.150.1-1
Details

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

mm: fix deferred split queue races during migration

migratefoliomove() records the deferred split queue state from src and replays it on dst. Replaying it after removemigrationptes(src, dst, 0) makes dst visible before it is requeued, so a concurrent rmap-removal path can mark dst partially mapped and trip the WARN in deferredsplitfolio().

Move the requeue before removemigrationptes() so dst is back on the deferred split queue before it becomes visible again.

Because migration still holds dst locked at that point, teach deferredsplitscan() to requeue a folio when foliotrylock() fails. Otherwise a fully mapped underused folio can be dequeued by the shrinker and silently lost from splitqueue.

[ziy@nvidia.com: move the comment]

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-88425.json"