Описание
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() nft_map_catchall_activate() has an inverted element activity check compared to its non-catchall counterpart nft_mapelem_activate() and compared to what is logically required. nft_map_catchall_activate() is called from the abort path to re-activate catchall map elements that were deactivated during a failed transaction. It should skip elements that are already active (they don't need re-activation) and process elements that are inactive (they need to be restored). Instead, the current code does the opposite: it skips inactive elements and processes active ones. Compare the non-catchall activate callback, which is correct: nft_mapelem_activate(): if (nft_set_elem_active(ext, iter->genmask)) return 0; /* skip active, process inactive */ With the buggy catchall version: nft_map_catchall_activate(): if (!nft_set_elem_active(ext, genmask)) c...
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 4.13.0-16.19 |
| devel | not-affected | 7.0.0-15.15 |
| esm-infra-legacy/trusty | not-affected | 3.11.0-12.19 |
| esm-infra-legacy/xenial | not-affected | 4.4.0-2.16 |
| esm-infra/bionic | not-affected | 4.13.0-16.19 |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | not-affected | 4.4.0-2.16 |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-174.184 |
| noble | released | 6.8.0-107.107 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | end of kernel support |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 4.15.0-1001.1 |
| devel | not-affected | 7.0.0-1004.4 |
| esm-infra-legacy/trusty | not-affected | 4.4.0-1002.2 |
| esm-infra-legacy/xenial | not-affected | 4.4.0-1001.10 |
| esm-infra/bionic | not-affected | 4.15.0-1001.1 |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | not-affected | 4.4.0-1001.10 |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1104.111 |
| noble | released | 6.8.0-1051.54 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-aws-5.3 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-aws-5.13 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-aws-5.15 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-1104.111~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-aws-6.2 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-aws-5.4 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 5.4.0-1020.20~18.04.2 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | Function does not exist in backport |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-aws-5.11 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-1010.10~24.04.1 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-aws-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-aws-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-1051.54~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | DNE | |
| fips-preview/jammy | needed | |
| fips-updates/bionic | not-affected | 4.15.0-2000.4 |
| fips-updates/focal | not-affected | Function does not exist in backport |
| fips-updates/jammy | released | 5.15.0-1104.111+fips1 |
| fips-updates/noble | released | 6.8.0-1051.54+fips1 |
| fips-updates/xenial | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | not-affected | 4.15.0-1031.33~16.04.1 |
| esm-infra/focal | DNE | |
| esm-infra/xenial | not-affected | 4.15.0-1031.33~16.04.1 |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | not-affected | 7.0.0-1004.4 |
| esm-infra-legacy/trusty | not-affected | 4.15.0-1023.24~14.04.1 |
| esm-infra-legacy/xenial | not-affected | 4.11.0-1015.15 |
| esm-infra/bionic | ignored | superseded by linux-azure-5.3 |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | not-affected | 4.11.0-1015.15 |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1109.118 |
| noble | released | 6.8.0-1052.58 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 4.15.0-1082.92 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | 4.15.0-1082.92 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-azure-5.13 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-azure-5.15 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-1110.119~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-azure-6.2 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-azure-5.4 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 5.4.0-1022.22~18.04.1 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | Function does not exist in backport |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-azure-5.11 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | superseded by linux-azure-6.14 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-1011.11~24.04.2 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-azure-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-azure-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-1052.58~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-azure-5.3 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | not-affected | 7.0.0-1004.4 |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-azure-fde-5.15 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | needed | |
| noble | needed | |
| questing | needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | not-affected | 5.15.0-1019.24~20.04.1.1 |
| esm-infra/xenial | DNE | |
| focal | not-affected | 5.15.0-1019.24~20.04.1.1 |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-azure-fde-6.2 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | replaced by linux-azure-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | needed | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | DNE | |
| fips-preview/jammy | needed | |
| fips-updates/bionic | not-affected | 4.15.0-1002.2 |
| fips-updates/focal | not-affected | Function does not exist in backport |
| fips-updates/jammy | released | 5.15.0-1109.118+fips1 |
| fips-updates/noble | released | 6.8.0-1052.58+fips1 |
| fips-updates/xenial | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | pending | 6.8.0-1035.38 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| bluefield/jammy | released | 5.15.0-1087.89 |
| bluefield/noble | needs-triage | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | DNE | |
| focal | not-affected | Function does not exist in backport |
| jammy | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | DNE | |
| fips-preview/jammy | not-affected | 5.15.0-73.80+fips1 |
| fips-updates/bionic | not-affected | 4.15.0-1027.32 |
| fips-updates/focal | not-affected | Function does not exist in backport |
| fips-updates/jammy | released | 5.15.0-174.184+fips1 |
| fips-updates/noble | released | 6.8.0-107.107+fips1 |
| fips-updates/xenial | not-affected | 4.4.0-1003.3 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | not-affected | 7.0.0-1003.3 |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | not-affected | 4.10.0-1004.4 |
| esm-infra/bionic | ignored | superseded by linux-gcp-5.3 |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | not-affected | 4.10.0-1004.4 |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1104.113 |
| noble | released | 6.8.0-1053.56 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 4.15.0-1071.81 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | 4.15.0-1071.81 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-gcp-5.13 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-gcp-5.15 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-1104.113~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-gcp-6.2 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-gcp-5.4 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 5.4.0-1021.21~18.04.1 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | Function does not exist in backport |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-gcp-5.11 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | superseded by linux-gcp-6.14 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-1010.10~24.04.1 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-gcp-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-gcp-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-1053.56~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | DNE | |
| fips-preview/jammy | needed | |
| fips-updates/bionic | not-affected | 4.15.0-2013.14 |
| fips-updates/focal | not-affected | Function does not exist in backport |
| fips-updates/jammy | released | 5.15.0-1104.113+fips1 |
| fips-updates/noble | released | 6.8.0-1053.56+fips1 |
| fips-updates/xenial | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | end of kernel support |
| focal | ignored | end of kernel support |
| jammy | released | 5.15.0-1100.106 |
| noble | released | 6.8.0-1049.54 |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-gke-5.0 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | end of kernel support |
| esm-infra/xenial | DNE | |
| focal | ignored | end of kernel support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | end of kernel support |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | end of kernel support |
| focal | ignored | end of kernel support |
| jammy | released | 5.15.0-1087.95 |
| noble | released | 6.8.0-1036.39 |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | ignored | end of kernel support |
| esm-infra/xenial | DNE | |
| focal | ignored | end of kernel support |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | end of kernel support |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | not-affected | 4.8.0-39.42~16.04.1 |
| esm-infra/bionic | ignored | replaced by linux-hwe-5.4 |
| esm-infra/focal | DNE | |
| esm-infra/xenial | not-affected | 4.8.0-39.42~16.04.1 |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-hwe-5.13 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-hwe-5.15 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-176.186~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-hwe-6.2 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 5.4.0-37.41~18.04.1 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | Function does not exist in backport |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | superseded by linux-hwe-5.11 |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | superseded by linux-hwe-6.14 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-20.20~24.04.1 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-hwe-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-hwe-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-107.107~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | ignored | superseded by linux-hwe |
| esm-infra/bionic | ignored | superseded by linux-hwe-5.4 |
| esm-infra/focal | DNE | |
| esm-infra/xenial | ignored | end of ESM support, was ignored [superseded by linux-hwe] |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | not-affected | 6.19.0-1002.2 |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | DNE | |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1098.101 |
| noble | released | 6.8.0-1050.50 |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | released | 5.15.0-1098.101~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 5.4.0-1010.11~18.04.2 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | not-affected | Function does not exist in backport |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-1050.50~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | end of kernel support |
| focal | ignored | end of kernel support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by Ubuntu Pro ppa version |
| noble | DNE | |
| questing | DNE | |
| realtime/jammy | released | 5.15.0-1096.98 |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 5.15.0-1099.105 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-1099.105~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | DNE | |
| focal | not-affected | Function does not exist in backport |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 4.15.0-1002.2 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | not-affected | 4.4.0-1007.12 |
| esm-infra/bionic | not-affected | 4.15.0-1002.2 |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | not-affected | 4.4.0-1007.12 |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1096.101 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 5.15.0-174.184 |
| noble | released | 6.8.0-107.107.1 |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-174.184~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-lowlatency-hwe-6.2 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | replaced by linux-hwe-6.14 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-lowlatency-hwe-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-lowlatency-hwe-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-107.107.1~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | not-affected | 4.4.0-13.29~14.04.1 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | not-affected | 4.4.0-13.29~14.04.1 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 5.15.0-1099.100 |
| noble | released | 6.8.0-1050.53 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of kernel support |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-1018.18 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-nvidia-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-nvidia-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-1050.53~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.8.0-1050.53.1 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 5.15.0-1056.56 |
| noble | released | 6.8.0-1021.21 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | released | 5.15.0-1057.57~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 5.15.0-1045.45 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | replaced by linux-hwe-5.4 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | superseded by linux-oem-5.13 |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | superseded by linux-oem-5.14 |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | replaced by linux-hwe-5.15 |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-oem-6.1 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | superseded by linux-oem-5.10 |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-oem-6.1 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-oem-6.5 |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | superseded by linux-oem-6.14 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needed |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-1017.17 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-oem-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | superseded by linux-oem-6.14 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 4.15.0-1008.10 |
| devel | not-affected | 7.0.0-1003.3 |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | not-affected | 4.15.0-1008.10~16.04.1 |
| esm-infra/bionic | not-affected | 4.15.0-1008.10 |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | not-affected | 4.15.0-1008.10~16.04.1 |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1101.107 |
| noble | released | 6.8.0-1049.50 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-oracle-5.3 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-oracle-5.13 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-oracle-5.15 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-1101.107~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | ignored | superseded by linux-oracle-5.4 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 5.4.0-1021.21~18.04.1 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | Function does not exist in backport |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-oracle-5.11 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | end of life, was needs-triage |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-1010.10~24.04.1 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-oracle-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-1049.50~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | not-affected | 7.0.0-1009.9 |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | not-affected | Function does not exist in backport |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1098.101 |
| noble | released | 6.8.0-1051.55 |
| questing | released | 6.17.0-1011.11 |
| resolute | not-affected | 7.0.0-1004.4 |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | not-affected | 5.4.0-1013.13~18.04.1 |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/bionic | not-affected | Function does not exist in backport |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | superseded by Ubuntu Pro ppa version |
| questing | DNE | |
| realtime/noble | released | 6.8.0-2041.42 |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | ignored | end of standard support |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | replaced by linux-raspi |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE | |
| resolute | DNE | |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | not-affected | 7.0.0-14.14.1 |
| esm-infra/focal | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by Ubuntu Pro ppa version |
| noble | ignored | superseded by Ubuntu Pro ppa version |
| questing | released | 6.17.0-1009.10 |
| realtime/jammy | released | 5.15.0-1103.112 |
| realtime/noble | released | 6.8.1-1046.47 |
| resolute | not-affected | 7.0.0-10.10.3 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | not-affected | 7.0.0-14.14.2 |
| esm-infra-legacy/trusty | DNE | |
| esm-infra/focal | ignored | superseded by linux-riscv-5.8 |
| focal | ignored | end of standard support |
| jammy | ignored | end of kernel support |
| noble | ignored | replaced by linux-riscv-6.14 |
| questing | released | 6.17.0-20.20.1 |
| resolute | not-affected | 7.0.0-7.7.1 |
| trusty | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-riscv-5.13 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | released | 5.15.0-1098.102~20.04.1 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support, was needed |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | end of kernel support |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | ignored | superseded by linux-riscv-5.11 |
| esm-infra/xenial | DNE | |
| focal | ignored | end of standard support |
| jammy | DNE | |
| noble | DNE | |
| questing | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | ignored | superseded by linux-riscv-6.17 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.17.0-20.20.1~24.04.1 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-riscv-6.8 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | released | 6.8.0-107.107~22.04.1 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | end of kernel support |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | superseded by linux-starfive-6.5 |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | ignored | end of kernel support |
| noble | DNE |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/bionic | DNE | |
| esm-infra/focal | DNE | |
| esm-infra/xenial | DNE | |
| focal | DNE | |
| jammy | DNE | |
| noble | released | 6.8.0-1028.29 |
Показывать по
| Релиз | Статус | Примечание |
|---|---|---|
| bionic | DNE | |
| devel | DNE | |
| esm-infra-legacy/trusty | DNE | |
| esm-infra-legacy/xenial | DNE | |
| esm-infra/focal | not-affected | Function does not exist in backport |
| esm-infra/xenial | DNE | |
| focal | not-affected | Function does not exist in backport |
| jammy | released | 5.15.0-1068.72 |
| noble | DNE | |
| questing | DNE |
Показывать по
Ссылки на источники
EPSS
7.8 High
CVSS3
Связанные уязвимости
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() nft_map_catchall_activate() has an inverted element activity check compared to its non-catchall counterpart nft_mapelem_activate() and compared to what is logically required. nft_map_catchall_activate() is called from the abort path to re-activate catchall map elements that were deactivated during a failed transaction. It should skip elements that are already active (they don't need re-activation) and process elements that are inactive (they need to be restored). Instead, the current code does the opposite: it skips inactive elements and processes active ones. Compare the non-catchall activate callback, which is correct: nft_mapelem_activate(): if (nft_set_elem_active(ext, iter->genmask)) return 0; /* skip active, process inactive */ With the buggy catchall version: nft_map_catchall_activate(): if (!nft_set_elem_active(ext, genmask)) c...
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() nft_map_catchall_activate() has an inverted element activity check compared to its non-catchall counterpart nft_mapelem_activate() and compared to what is logically required. nft_map_catchall_activate() is called from the abort path to re-activate catchall map elements that were deactivated during a failed transaction. It should skip elements that are already active (they don't need re-activation) and process elements that are inactive (they need to be restored). Instead, the current code does the opposite: it skips inactive elements and processes active ones. Compare the non-catchall activate callback, which is correct: nft_mapelem_activate(): if (nft_set_elem_active(ext, iter->genmask)) return 0; /* skip active, process inactive */ With the buggy catchall version: nft_map_catchall_activate(): if (!nft_set_elem
In the Linux kernel, the following vulnerability has been resolved: n ...
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() nft_map_catchall_activate() has an inverted element activity check compared to its non-catchall counterpart nft_mapelem_activate() and compared to what is logically required. nft_map_catchall_activate() is called from the abort path to re-activate catchall map elements that were deactivated during a failed transaction. It should skip elements that are already active (they don't need re-activation) and process elements that are inactive (they need to be restored). Instead, the current code does the opposite: it skips inactive elements and processes active ones. Compare the non-catchall activate callback, which is correct: nft_mapelem_activate(): if (nft_set_elem_active(ext, iter->genmask)) return 0; /* skip active, process inactive */ With the buggy catchall version: nft_map_catchall_activate(): if (!nft_set_e...
Уязвимость функции nft_map_catchall_activate() компонента nf_tables ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании
EPSS
7.8 High
CVSS3