CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4Description
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix double-free on mc_dev The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mc_dev variable. In case the MC device is a DPRC, a new mc_bus is allocated and the mc_dev variable is just a reference to one of its fields. In this circumstance, on the error path only the mc_bus should be freed. This commit introduces back the following checkpatch warning which is a false-positive. WARNING: kfree(NULL) is safe and this check is probably not required + if (mc_bus) + kfree(mc_bus);
Analysis
CVE-2025-38313 is a double-free memory corruption vulnerability in the Linux kernel's FSL Management Complex (fsl-mc) bus driver that allows a local attacker with low privileges to cause denial of service or potential code execution. The vulnerability affects Linux kernel versions where the MC device allocation error path incorrectly frees memory twice when a DPRC (Data Path Resource Container) device is involved. This is not currently listed as actively exploited in KEV databases, but the high CVSS score (7.8) and local attack vector make it a moderate priority for systems using FSL-MC enabled hardware.
Technical Context
The vulnerability exists in the Linux kernel's fsl-mc (Freescale Management Complex) bus driver, specifically in the MC device allocation and deallocation routines. The fsl-mc driver manages communication with the Management Complex firmware on NXP/Freescale SoCs. The root cause (CWE-415: Double Free) stems from a recent refactoring that simplified deallocation logic but failed to account for the dual ownership model: when an MC device is a DPRC, the mc_dev variable points to a field within an mc_bus structure rather than an independently allocated object. The error path then attempts to free both mc_dev and mc_bus, causing a double-free condition. The CPE for affected products would be cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* with version constraints matching the vulnerable code path introduced in the blamed commit and potentially extending through unreleased kernels.
Affected Products
Linux kernel versions containing the blamed commit that simplified fsl-mc deallocation logic. Specifically affected are kernels: (1) any version from the introducing commit through the current fix; (2) hardware platforms using FSL Management Complex: NXP QorIQ LS1 series, LS2 series, LX2 series, and other Layerscape SoCs with DPAA2 (Data Path Acceleration Architecture v2). CPE: cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* (with kernel version >= blamed commit). The vulnerability is Linux-specific and affects only systems where fsl-mc is compiled in and hardware with MC firmware is present. Vendor advisory: Linux kernel upstream stable branches ([email protected] patches); NXP product security advisories for affected SoC lines.
Remediation
Apply kernel patch that reintroduces the conditional check before kfree(mc_bus) in the error path of MC device allocation, ensuring only the bus structure (not the mc_dev field within it) is freed on error. Specific steps: (1) Update to patched kernel version once released by upstream or distribution vendor (check linux-stable mailing list and kernel.org); (2) Immediate workaround: disable fsl-mc driver if not required (remove from kernel config or blacklist module), though this impacts DPAA2 networking functionality on affected hardware; (3) if running affected hardware, prioritize patching as the fix is simple and low-risk; (4) monitor NXP security bulletins for QorIQ/Layerscape SoC patches. Patch should appear in linux-stable trees and be backported to LTS branches (5.10, 5.15, 6.1, 6.6).
Priority Score
Vendor Status
Ubuntu
Priority: Medium| Release | Status | Version |
|---|---|---|
| bionic | ignored | end of standard support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| xenial | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-156.166~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-hwe-6.2 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-6.2 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-hwe-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-hwe-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.0-100.100~22.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | ignored | superseded by linux-hwe-6.14, was needs-triage |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| xenial | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| trusty | not-affected | 4.4.0-13.29~14.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| xenial | not-affected | 4.4.0-1007.12 |
| trusty | DNE | - |
| jammy | released | 5.15.0-1088.93 |
| questing | DNE | - |
| bionic | needed | - |
| focal | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | end of kernel support |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.3 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-1092.99~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-aws-6.2 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-6.2 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-aws-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-aws-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| jammy | released | 6.8.0-1046.49~22.04.1 |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| xenial | needed | - |
| trusty | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | end of standard support |
| oracular | ignored | end of life, was needed |
| trusty | ignored | end of standard support, was needed |
| focal | needed | - |
| xenial | needed | - |
| noble | released | 6.8.0-1046.52 |
| jammy | released | 5.15.0-1096.105 |
| plucky | released | 6.14.0-1012.12 |
| questing | not-affected | 6.16.0-1001.1 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-1096.105~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-azure-6.2 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-6.2 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-azure-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-azure-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | pending | 6.8.0-1046.52~22.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | ignored | superseded by linux-azure-6.14, was needs-triage |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| noble | needed | - |
| jammy | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| plucky | not-affected | 6.14.0-1014.14 |
| questing | needs-triage | - |
| focal | ignored | end of standard support |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1019.24~20.04.1.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-azure-fde-6.2 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-fde-6.2 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | replaced by linux-azure-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | replaced by linux-azure-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | pending | 6.8.0-1031.34 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | end of standard support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.3 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| focal | needed | - |
| xenial | not-affected | 4.4.0-1001.1 |
| trusty | DNE | - |
| jammy | released | 5.15.0-156.166+fips1 |
| questing | DNE | - |
| noble | released | 6.8.0-100.100+fips1 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| focal | needed | - |
| jammy | released | 5.15.0-1092.99+fips1 |
| trusty | DNE | - |
| questing | DNE | - |
| noble | released | 6.8.0-1046.49+fips1 |
| xenial | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| focal | needed | - |
| trusty | DNE | - |
| jammy | released | 5.15.0-1096.105+fips1 |
| questing | DNE | - |
| noble | released | 6.8.0-1046.52+fips1 |
| xenial | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| focal | needed | - |
| jammy | released | 5.15.0-1092.101+fips1 |
| trusty | DNE | - |
| questing | DNE | - |
| noble | released | 6.8.0-1047.50+fips1 |
| xenial | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | end of standard support |
| oracular | ignored | end of life, was needed |
| xenial | needed | - |
| noble | released | 6.8.0-1047.50 |
| trusty | DNE | - |
| jammy | released | 5.15.0-1092.101 |
| plucky | released | 6.14.0-1016.17 |
| questing | not-affected | 6.16.0-1001.1 |
| focal | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of standard support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-1092.101~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-gcp-6.2 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-6.2 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-gcp-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-gcp-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.0-1047.50~22.04.2 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | ignored | superseded by linux-gcp-6.14, was needs-triage |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | released | 6.8.0-1043.48 |
| trusty | DNE | - |
| xenial | ignored | end of standard support |
| bionic | DNE | - |
| jammy | released | 5.15.0-1089.95 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gke-5.0 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | released | 6.8.0-1030.33 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| jammy | released | 5.15.0-1075.83 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| noble | released | 6.8.0-1044.44 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| jammy | released | 5.15.0-1086.89 |
| questing | DNE | - |
| focal | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-1086.89~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.0-1044.44~22.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 5.15.0-1087.93 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | released | 5.15.0-1087.93~20.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | released | 5.15.0-1085.87 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| plucky | DNE | - |
| oracular | ignored | end of life, was needed |
| noble | released | 6.8.0-100.100.1 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | released | 5.15.0-156.166 |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-156.166~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-lowlatency-hwe-6.2 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-lowlatency-hwe-6.2 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-lowlatency-hwe-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-lowlatency-hwe-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-lowlatency-hwe-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-lowlatency-hwe-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.0-100.100.1~22.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | ignored | replaced by linux-hwe-6.14, was needs-triage |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| noble | released | 6.8.0-1046.49 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | released | 5.15.0-1087.88 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-nvidia-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-nvidia-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-nvidia-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-nvidia-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.0-1046.49~22.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | released | 6.8.0-1046.49.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| noble | pending | 6.8.0-1017.17 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | released | 5.15.0-1045.45 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-1045.45~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | released | 5.15.0-1034.34 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.3 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-1090.96~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-oracle-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.0-1043.44~22.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | ignored | end of standard support |
| focal | DNE | - |
| questing | DNE | - |
| bionic | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-5.10 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-5.14 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | replaced by linux-hwe-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-oem-6.1 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-6.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-oem-6.1 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-6.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-oem-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-oem-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | ignored | superseded by linux-oem-6.14, was needed |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| noble | ignored | superseded by linux-oem-6.14, was needed |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of standard support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | replaced by linux-raspi |
| trusty | DNE | - |
| xenial | ignored | end of standard support |
| bionic | ignored | end of standard support |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| bionic | needed | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | released | 6.8.0-2037.38 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | end of kernel support |
| noble | ignored | replaced by linux-riscv-6.14 |
| oracular | ignored | end of life, was needed |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| plucky | released | 6.14.0-32.32.1 |
| questing | not-affected | 6.17.0-4.4.1 |
| focal | ignored | end of standard support |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-riscv-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-riscv-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| questing | DNE | - |
| focal | ignored | end of standard support |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | released | 5.15.0-1087.91~20.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | end of kernel support |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-riscv-6.8 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-riscv-6.8 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.0-100.100~22.04.1 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | end of kernel support |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | superseded by linux-starfive-6.5 |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-starfive-6.5 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | ignored | end of kernel support |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | needed | - |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| jammy | released | 5.15.0-1056.60 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | ignored | end of life, was needed |
| xenial | not-affected | 4.4.0-2.16 |
| plucky | released | 6.14.0-32.32 |
| jammy | released | 5.15.0-156.166 |
| bionic | needed | - |
| focal | needed | - |
| noble | released | 6.8.0-100.100 |
| trusty | not-affected | 3.11.0-12.19 |
| questing | not-affected | 6.16.0-13.13 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | ignored | end of life, was needed |
| xenial | not-affected | 4.4.0-1001.10 |
| plucky | released | 6.14.0-1013.13 |
| bionic | needed | - |
| focal | needed | - |
| noble | released | 6.8.0-1046.49 |
| trusty | not-affected | 4.4.0-1002.2 |
| jammy | released | 5.15.0-1092.99 |
| questing | not-affected | 6.16.0-1001.1 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | ignored | end of life, was needed |
| jammy | released | 5.15.0-1090.96 |
| focal | needed | - |
| xenial | needed | - |
| noble | released | 6.8.0-1043.44 |
| trusty | DNE | - |
| plucky | released | 6.14.0-1013.13 |
| questing | not-affected | 6.16.0-1001.1 |
| bionic | needed | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| oracular | ignored | end of life, was needed |
| focal | needed | - |
| noble | released | 6.8.0-1047.51 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| jammy | released | 5.15.0-1086.89 |
| plucky | released | 6.14.0-1014.14 |
| questing | not-affected | 6.17.0-1003.3 |
| Release | Status | Version |
|---|---|---|
| oracular | ignored | end of life, was needed |
| noble | released | 6.8.1-1041.42 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| plucky | released | 6.14.0-1012.12 |
| jammy | released | 5.15.0-1092.101 |
| questing | not-affected | 6.17.0-1001.2 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| noble | ignored | end of kernel support, was needed |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| noble | released | 6.14.0-1012.12 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| noble | released | 6.14.0-32.32.1~24.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| noble | released | 6.14.0-1013.13~24.04.1 |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| noble | released | 6.14.0-1016.17~24.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| noble | not-affected | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| noble | released | 6.14.0-1013.13~24.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| noble | ignored | end of kernel support, was needed |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| noble | released | 6.14.0-1012.12~24.04.1 |
| questing | DNE | - |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| noble | DNE | - |
| plucky | DNE | - |
| jammy | released | 6.8.1-1041.42~22.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-1012.12~24.04.1 |
| plucky | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-1014.14~24.04.1 |
| plucky | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| noble | released | 6.14.0-1007.7 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | not-affected | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| noble | released | 6.8.0-1023.24 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| plucky | DNE | - |
| questing | DNE | - |
| noble | not-affected | 6.17.0-1005.5 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | needed | - |
| noble | DNE | - |
| plucky | DNE | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.17.0-1005.5~24.04.2 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.17.0-1004.4~24.04.3 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.17.0-14.14~24.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.17.0-1004.4~24.04.2 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| questing | DNE | - |
| noble | not-affected | 6.17.0-14.14.1~24.04.1 |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.17.0-1008.8~24.04.1 |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | needs-triage | - |
| questing | DNE | - |
| upstream | released | 6.16~rc1, 6.8.y, 6.14.y |
Debian
| Release | Status | Fixed Version | Urgency |
|---|---|---|---|
| bullseye | fixed | 5.10.244-1 | - |
| bullseye (security) | fixed | 5.10.251-1 | - |
| bookworm | fixed | 6.1.147-1 | - |
| bookworm (security) | fixed | 6.1.164-1 | - |
| trixie | fixed | 6.12.73-1 | - |
| trixie (security) | fixed | 6.12.74-2 | - |
| forky | fixed | 6.19.6-2 | - |
| sid | fixed | 6.19.8-1 | - |
| (unstable) | fixed | 6.12.35-1 | - |
| Release | Status | Fixed Version | Urgency |
|---|---|---|---|
| bullseye (security) | fixed | 6.1.164-1~deb11u1 | - |
| bullseye | fixed | 6.1.153-1~deb11u1 | - |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-20935