CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
4Tags
Description
In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix null pointer dereference Asus chromebook CX550 crashes during boot on v5.17-rc1 kernel. The root cause is null pointer defeference of bi_next in tgl_get_bw_info() in drivers/gpu/drm/i915/display/intel_bw.c. BUG: kernel NULL pointer dereference, address: 000000000000002e PGD 0 P4D 0 Oops: 0002 [#1] PREEMPT SMP NOPTI CPU: 0 PID: 1 Comm: swapper/0 Tainted: G U 5.17.0-rc1 Hardware name: Google Delbin/Delbin, BIOS Google_Delbin.13672.156.3 05/14/2021 RIP: 0010:tgl_get_bw_info+0x2de/0x510 ... [ 2.554467] Call Trace: [ 2.554467] <TASK> [ 2.554467] intel_bw_init_hw+0x14a/0x434 [ 2.554467] ? _printk+0x59/0x73 [ 2.554467] ? _dev_err+0x77/0x91 [ 2.554467] i915_driver_hw_probe+0x329/0x33e [ 2.554467] i915_driver_probe+0x4c8/0x638 [ 2.554467] i915_pci_probe+0xf8/0x14e [ 2.554467] ? _raw_spin_unlock_irqrestore+0x12/0x2c [ 2.554467] pci_device_probe+0xaa/0x142 [ 2.554467] really_probe+0x13f/0x2f4 [ 2.554467] __driver_probe_device+0x9e/0xd3 [ 2.554467] driver_probe_device+0x24/0x7c [ 2.554467] __driver_attach+0xba/0xcf [ 2.554467] ? driver_attach+0x1f/0x1f [ 2.554467] bus_for_each_dev+0x8c/0xc0 [ 2.554467] bus_add_driver+0x11b/0x1f7 [ 2.554467] driver_register+0x60/0xea [ 2.554467] ? mipi_dsi_bus_init+0x16/0x16 [ 2.554467] i915_init+0x2c/0xb9 [ 2.554467] ? mipi_dsi_bus_init+0x16/0x16 [ 2.554467] do_one_initcall+0x12e/0x2b3 [ 2.554467] do_initcall_level+0xd6/0xf3 [ 2.554467] do_initcalls+0x4e/0x79 [ 2.554467] kernel_init_freeable+0xed/0x14d [ 2.554467] ? rest_init+0xc1/0xc1 [ 2.554467] kernel_init+0x1a/0x120 [ 2.554467] ret_from_fork+0x1f/0x30 [ 2.554467] </TASK> ... Kernel panic - not syncing: Fatal exception (cherry picked from commit c247cd03898c4c43c3bce6d4014730403bc13032)
Analysis
In the Linux kernel, the following vulnerability has been resolved:
drm/i915: fix null pointer dereference
Asus chromebook CX550 crashes during boot on v5.17-rc1 kernel. The root cause is null pointer defeference of bi_next in tgl_get_bw_info() in drivers/gpu/drm/i915/display/intel_bw.c.
BUG: kernel NULL pointer dereference, address: 000000000000002e PGD 0 P4D 0 Oops: 0002 [#1] PREEMPT SMP NOPTI CPU: 0 PID: 1 Comm: swapper/0 Tainted: G U 5.17.0-rc1 Hardware name: Google Delbin/Delbin, BIOS Google_Delbin.13672.156.3 05/14/2021 RIP: 0010:tgl_get_bw_info+0x2de/0x510 ... [ 2.554467] Call Trace: [ 2.554467] <TASK> [ 2.554467] intel_bw_init_hw+0x14a/0x434 [ 2.554467] ? _printk+0x59/0x73 [ 2.554467] ? _dev_err+0x77/0x91 [ 2.554467] i915_driver_hw_probe+0x329/0x33e [ 2.554467] i915_driver_probe+0x4c8/0x638 [ 2.554467] i915_pci_probe+0xf8/0x14e [ 2.554467] ? _raw_spin_unlock_irqrestore+0x12/0x2c [ 2.554467] pci_device_probe+0xaa/0x142 [ 2.554467] really_probe+0x13f/0x2f4 [ 2.554467] __driver_probe_device+0x9e/0xd3 [ 2.554467] driver_probe_device+0x24/0x7c [ 2.554467] __driver_attach+0xba/0xcf [ 2.554467] ? driver_attach+0x1f/0x1f [ 2.554467] bus_for_each_dev+0x8c/0xc0 [ 2.554467] bus_add_driver+0x11b/0x1f7 [ 2.554467] driver_register+0x60/0xea [ 2.554467] ? mipi_dsi_bus_init+0x16/0x16 [ 2.554467] i915_init+0x2c/0xb9 [ 2.554467] ? mipi_dsi_bus_init+0x16/0x16 [ 2.554467] do_one_initcall+0x12e/0x2b3 [ 2.554467] do_initcall_level+0xd6/0xf3 [ 2.554467] do_initcalls+0x4e/0x79 [ 2.554467] kernel_init_freeable+0xed/0x14d [ 2.554467] ? rest_init+0xc1/0xc1 [ 2.554467] kernel_init+0x1a/0x120 [ 2.554467] ret_from_fork+0x1f/0x30 [ 2.554467] </TASK> ... Kernel panic - not syncing: Fatal exception
(cherry picked from commit c247cd03898c4c43c3bce6d4014730403bc13032)
Technical Context
A NULL pointer dereference occurs when the application attempts to use a pointer that has not been initialized or has been set to NULL.
Affected Products
Affected products: Linux Linux Kernel
Remediation
A vendor patch is available — apply it immediately. Add NULL checks before pointer dereference operations. Use static analysis to identify potential NULL pointer issues. Enable compiler warnings.
Priority Score
Vendor Status
Ubuntu
Priority: Medium| Release | Status | Version |
|---|---|---|
| bionic | ignored | replaced by linux-hwe-5.4 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.8.0-39.42~16.04.1 |
| trusty | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 5.4.0-37.41~18.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-hwe-5.11 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-hwe-5.13 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-hwe-5.15 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-hwe-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-33.34~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-38.38~22.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.11.0-19.19~24.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| xenial | ignored | superseded by linux-hwe |
| bionic | ignored | superseded by linux-hwe-5.4 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| trusty | not-affected | 4.4.0-13.29~14.04.1 |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 4.15.0-1002.2 |
| jammy | not-affected | 5.13.0-1004.4 |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.4.0-1007.12 |
| trusty | DNE | - |
| focal | not-affected | 5.4.0-1004.4 |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-aws-5.3 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.3 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-aws-5.4 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 5.4.0-1020.20~18.04.2 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-aws-5.11 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-aws-5.13 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-aws-5.15 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-aws-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1015.19~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-1009.9~22.04.2 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.15.0-1031.33~16.04.1 |
| trusty | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-azure-5.3 |
| jammy | not-affected | 5.13.0-1006.7 |
| noble | not-affected | 6.5.0-1007.7 |
| oracular | not-affected | 6.8.0-1007.7 |
| plucky | not-affected | 6.11.0-1004.4 |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.11.0-1015.15 |
| focal | not-affected | 5.4.0-1006.6 |
| trusty | not-affected | 4.15.0-1023.24~14.04.1 |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 4.15.0-1082.92 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-azure-5.4 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 5.4.0-1022.22~18.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-azure-5.11 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-azure-5.13 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-azure-5.15 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1007.8~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-1008.8~22.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.11.0-1008.8~24.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-azure-fde-5.15 |
| oracular | DNE | - |
| noble | not-affected | 6.8.0-1041.48 |
| jammy | not-affected | 5.15.0-1019.24.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| plucky | not-affected | 6.14.0-1012.12 |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1019.24~20.04.1.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.8.0-1013.14 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.4.0-1011.14 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-azure-5.3 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-azure-5.3 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 4.15.0-1027.32 |
| focal | not-affected | 5.4.0-1026.30 |
| jammy | not-affected | 5.15.0-92.102+fips1 |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.4.0-1003.3 |
| trusty | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 4.15.0-2000.4 |
| focal | not-affected | 5.4.0-1021.21+fips2 |
| jammy | not-affected | 5.15.0-1052.57+fips1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 4.15.0-1002.2 |
| focal | not-affected | 5.4.0-1022.22+fips1 |
| jammy | not-affected | 5.15.0-1058.66+fips1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 4.15.0-2013.14 |
| focal | not-affected | 5.4.0-1021.21+fips1 |
| jammy | not-affected | 5.15.0-1048.56+fips1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-gcp-5.3 |
| jammy | not-affected | 5.13.0-1005.6 |
| noble | not-affected | 6.5.0-1007.7 |
| oracular | not-affected | 6.8.0-1007.7 |
| plucky | not-affected | 6.11.0-1003.3 |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.10.0-1004.4 |
| trusty | DNE | - |
| focal | not-affected | 5.4.0-1005.5 |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 4.15.0-1071.81 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-gcp-5.4 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 5.4.0-1021.21~18.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-gcp-5.11 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-gcp-5.13 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-gcp-5.15 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gcp-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1006.9~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-1010.11~22.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.11.0-1006.6~24.04.2 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-1002.2 |
| noble | not-affected | 6.8.0-1003.5 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | ignored | end of standard support |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-gke-5.0 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-gke-5.0 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | end of kernel support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-1001.2 |
| noble | not-affected | 6.8.0-1001.3 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | end of kernel support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | end of kernel support |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.4.0-1004.5 |
| jammy | not-affected | 5.15.0-1002.2 |
| noble | not-affected | 6.5.0-1009.9 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 5.4.0-1010.11~18.04.2 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1034.37~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-1004.6 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1003.5~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.4.0-1001.3 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-1021.26 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-22.22 |
| noble | not-affected | 6.5.0-9.9.1 |
| oracular | not-affected | 6.8.0-31.31.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-33.34~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-38.38.1~22.04.2 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.11.0-1011.12~24.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-1005.5 |
| noble | not-affected | 6.8.0-1007.7 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-1008.8~22.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.8.0-1009.9.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-1013.13 |
| noble | not-affected | 6.8.0-1003.3 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1009.9~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 5.15.0-1001.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-oracle-5.3 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.3 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | superseded by linux-oracle-5.4 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 5.4.0-1021.21~18.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-oracle-5.11 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-oracle-5.13 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-oracle-5.15 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oracle-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1007.9~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-1006.6~22.04.3 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| bionic | ignored | replaced by linux-hwe-5.4 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | end of life |
| trusty | DNE | - |
| xenial | ignored | end of standard support |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-oem-5.10 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-5.10 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-oem-5.13 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-oem-5.14 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-oem-5.14 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | replaced by linux-hwe-5.15 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | replaced by linux-hwe-5.15 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | 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 | - |
| 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 | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.8.0-1003.3 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.11.0-1007.7 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.14.0-1005.5 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | replaced by linux-raspi |
| 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 |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| bionic | not-affected | 5.4.0-1013.13~18.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| noble | not-affected | 6.7.0-2001.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-riscv-5.8 |
| jammy | ignored | end of kernel support |
| oracular | not-affected | 6.8.0-31.31.1 |
| plucky | not-affected | 6.11.0-8.8.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| noble | ignored | replaced by linux-riscv-6.14, was needs-triage |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-riscv-5.11 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-riscv-5.11 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| focal | ignored | superseded by linux-riscv-5.13 |
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | ignored | superseded by linux-riscv-5.13 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | DNE | - |
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.15.0-1015.17~20.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| jammy | not-affected | 6.8.0-38.38.1~22.04.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | 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 | - |
| 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 | - |
| 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 | - |
| Release | Status | Version |
|---|---|---|
| noble | DNE | - |
| oracular | DNE | - |
| plucky | DNE | - |
| focal | not-affected | 5.4.0-1020.24 |
| jammy | not-affected | 5.15.0-1022.26 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| Release | Status | Version |
|---|---|---|
| jammy | not-affected | 5.13.0-19.19 |
| noble | not-affected | 6.5.0-9.9 |
| oracular | not-affected | 6.8.0-31.31 |
| plucky | not-affected | 6.11.0-8.8 |
| upstream | released | 6.0~rc4 |
| bionic | not-affected | 4.13.0-16.19 |
| focal | not-affected | 5.4.0-9.12 |
| trusty | not-affected | 3.11.0-12.19 |
| xenial | not-affected | 4.4.0-2.16 |
| Release | Status | Version |
|---|---|---|
| jammy | not-affected | 5.13.0-1005.6 |
| noble | not-affected | 6.5.0-1008.8 |
| oracular | not-affected | 6.8.0-1008.8 |
| plucky | not-affected | 6.11.0-1004.4 |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.4.0-1001.10 |
| bionic | not-affected | 4.15.0-1001.1 |
| focal | not-affected | 5.4.0-1005.5 |
| trusty | not-affected | 4.4.0-1002.2 |
| Release | Status | Version |
|---|---|---|
| bionic | not-affected | 4.15.0-1008.10 |
| jammy | not-affected | 5.13.0-1008.10 |
| noble | not-affected | 6.5.0-1010.10 |
| oracular | not-affected | 6.8.0-1005.5 |
| plucky | not-affected | 6.11.0-1006.6 |
| upstream | released | 6.0~rc4 |
| xenial | not-affected | 4.15.0-1008.10~16.04.1 |
| trusty | DNE | - |
| focal | not-affected | 5.4.0-1005.5 |
| Release | Status | Version |
|---|---|---|
| jammy | not-affected | 5.13.0-1008.9 |
| noble | not-affected | 6.5.0-1005.7 |
| oracular | not-affected | 6.8.0-1004.4 |
| plucky | not-affected | 6.11.0-1004.4 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | not-affected | 5.4.0-1007.7 |
| Release | Status | Version |
|---|---|---|
| jammy | not-affected | 5.15.0-1006.6 |
| noble | not-affected | 6.8.0-1008.19 |
| oracular | not-affected | 6.11.0-1001.1 |
| plucky | not-affected | 6.11.0-1001.1 |
| upstream | released | 6.0~rc4 |
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.8.0-1001.6 |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-22.22.1~24.04.1 |
| oracular | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-24.24~24.04.3 |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-1007.7~24.04.1 |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-1007.7~24.04.1 |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | not-affected | 6.8.0-1008.8~22.04.1 |
| noble | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.11.0-1002.2 |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-1007.7~24.04.1 |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | not-affected | 6.8.1-1004.4~22.04.1 |
| noble | DNE | - |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
| Release | Status | Version |
|---|---|---|
| trusty | DNE | - |
| xenial | DNE | - |
| bionic | DNE | - |
| focal | DNE | - |
| jammy | DNE | - |
| noble | not-affected | 6.14.0-1003.3~24.04.3 |
| plucky | DNE | - |
| upstream | released | 6.0~rc4 |
Debian
| Release | Status | Fixed Version | Urgency |
|---|---|---|---|
| bullseye | not-affected | - | - |
| bullseye (security) | fixed | 5.10.251-1 | - |
| bookworm | fixed | 6.1.159-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.0.2-1 | - |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2022-55242