Описание
In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in cache_set_flush(). 1721 if (!IS_ERR_OR_NULL(c->root)) 1722 list_add(&c->root->list, &c->btree_cache); >From the above code in cache_set_flush(), if previous registration code fails before allocating c->root, it is possible c->root is NULL as what it is initialized. __bch_btree_node_alloc() never returns NULL but c->root is possible to be NULL at above line 1721. This patch replaces IS_ERR() by IS_ERR_OR_NULL() to fix this.
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.13.0-16.19 |
devel | not-affected | 6.14.0-15.15 |
esm-infra-legacy/trusty | not-affected | 3.13.0-173.224 |
esm-infra/bionic | not-affected | 4.15.0-22.24 |
esm-infra/focal | not-affected | 5.4.0-211.231 |
esm-infra/xenial | not-affected | 4.4.0-22.39 |
focal | released | 5.4.0-211.231 |
jammy | released | 5.15.0-135.146 |
noble | released | 6.8.0-58.60 |
oracular | released | 6.11.0-21.21 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1001.1 |
devel | not-affected | 6.14.0-1005.5 |
esm-infra-legacy/trusty | not-affected | 4.4.0-1054.58 |
esm-infra/bionic | not-affected | 4.15.0-1009.9 |
esm-infra/focal | not-affected | 5.4.0-1142.152 |
esm-infra/xenial | not-affected | 4.4.0-1001.10 |
focal | released | 5.4.0-1142.152 |
jammy | released | 5.15.0-1080.87 |
noble | released | 6.8.0-1027.29 |
oracular | released | 6.11.0-1011.12 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-aws-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-aws-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-aws-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-aws-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-1080.87~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-1080.87~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | 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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1020.20~18.04.2 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | released | 5.4.0-1142.152~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-aws-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-aws-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-1027.29~22.04.1 |
noble | DNE | |
oracular | 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 | released | 5.4.0-1142.153+fips1 |
fips-updates/jammy | released | 5.15.0-1080.87+fips1 |
fips-updates/xenial | DNE | |
fips/bionic | not-affected | 4.15.0-2000.4 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | not-affected | 4.15.0-1031.33~16.04.1 |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | not-affected | 6.14.0-1004.4 |
esm-infra-legacy/trusty | not-affected | 4.15.0-1059.64~14.04.1 |
esm-infra/bionic | ignored | superseded by linux-azure-5.3 |
esm-infra/focal | not-affected | 5.4.0-1147.154 |
esm-infra/xenial | not-affected | 4.11.0-1015.15 |
focal | released | 5.4.0-1147.154 |
jammy | released | 5.15.0-1084.93 |
noble | released | 6.8.0-1027.32 |
oracular | released | 6.11.0-1012.12 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-1086.95~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-1086.95~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-azure-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | 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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1022.22~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | released | 5.4.0-1147.154~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | released | 6.11.0-1012.12~24.04.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-1027.32~22.04.1 |
noble | DNE | |
oracular | 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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-fde-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-fde-5.15] |
jammy | needed | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-azure-fde-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | 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 | released | 5.4.0-1147.154+fips1 |
fips-updates/jammy | released | 5.15.0-1083.92+fips1 |
fips-updates/xenial | DNE | |
fips/bionic | not-affected | 4.15.0-1002.2 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | released | 6.8.0-1014.15 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
bluefield/jammy | released | 5.15.0-1062.64 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.4.0-1101.108 |
esm-infra/xenial | DNE | |
focal | released | 5.4.0-1101.108 |
jammy | DNE | |
noble | DNE | |
oracular | 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 | released | 5.4.0-1116.126 |
fips-updates/jammy | released | 5.15.0-135.146+fips1 |
fips-updates/xenial | not-affected | 4.4.0-1003.3 |
fips/bionic | not-affected | 4.15.0-1011.12 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | not-affected | 6.14.0-1006.6 |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-gcp-5.3 |
esm-infra/focal | not-affected | 5.4.0-1145.154 |
esm-infra/xenial | not-affected | 4.10.0-1004.4 |
focal | released | 5.4.0-1145.154 |
jammy | released | 5.15.0-1079.88 |
noble | released | 6.8.0-1028.30 |
oracular | released | 6.11.0-1011.11 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-gcp-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-gcp-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-gcp-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-gcp-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-1081.90~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-1081.90~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | 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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1021.21~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | released | 5.4.0-1145.154~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-gcp-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-gcp-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | released | 6.11.0-1011.11~24.04.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-1028.30~22.04.1 |
noble | DNE | |
oracular | 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 | released | 5.4.0-1145.154+fips1 |
fips-updates/jammy | released | 5.15.0-1079.88+fips1 |
fips-updates/xenial | DNE | |
fips/bionic | not-affected | 4.15.0-1001.1 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
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-1077.83 |
noble | released | 6.8.0-1023.27 |
oracular | DNE | |
plucky | 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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | end of kernel support |
esm-infra/xenial | DNE | |
focal | ignored | end of kernel support |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | 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 | |
oracular | DNE | |
plucky | 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-1062.70 |
noble | released | 6.8.0-1010.12 |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | 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 | |
oracular | DNE | |
plucky | 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 | |
esm-infra/xenial | not-affected | 4.8.0-39.42~16.04.1 |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-hwe-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-hwe-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-hwe-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-hwe-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-136.147~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-136.147~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-hwe-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-37.41~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | released | 5.4.0-211.231~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | 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, was ignored [superseded by linux-hwe-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | released | 6.11.0-21.21~24.04.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-58.60~22.04.1 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-hwe-5.4 |
esm-infra/focal | DNE | |
esm-infra/xenial | ignored | superseded by linux-hwe |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.4.0-1088.93 |
esm-infra/xenial | DNE | |
focal | released | 5.4.0-1088.93 |
jammy | released | 5.15.0-1072.75 |
noble | released | 6.8.0-1024.24 |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | not-affected | 5.15.0-1074.77~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-1074.77~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1010.11~18.04.2 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | released | 5.4.0-1090.95~18.04.1 |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | not-affected | 6.8.0-1025.32 |
oracular | 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 | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | released | 5.15.0-1073.75 |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
realtime/jammy | released | 5.15.0-1073.75 |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 5.15.0-1075.81 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-1077.83~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-1077.83~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.4.0-1048.51 |
esm-infra/xenial | DNE | |
focal | released | 5.4.0-1048.51 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1002.2 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | not-affected | 4.15.0-1010.10 |
esm-infra/focal | not-affected | 5.4.0-1129.138 |
esm-infra/xenial | not-affected | 4.4.0-1007.12 |
focal | released | 5.4.0-1129.138 |
jammy | released | 5.15.0-1076.81 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 5.15.0-135.146 |
noble | released | 6.8.0-58.60.1 |
oracular | released | 6.11.0-1011.12 |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-135.146~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-135.146~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-lowlatency-hwe-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | not-affected | 6.11.0-1011.12~24.04.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-58.60.1~22.04.1 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | not-affected | 4.4.0-164.192~14.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | not-affected | 4.4.0-13.29~14.04.1 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 5.15.0-1074.75 |
noble | released | 6.8.0-1026.29 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-1026.29~22.04.1 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | released | 6.8.0-1026.29.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 5.15.0-1033.33 |
noble | pending | 6.8.0-1006.6 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | pending | 5.15.0-1039.39~20.04.1 |
esm-infra/xenial | DNE | |
focal | not-affected | |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 5.15.0-1021.21 |
noble | DNE | |
oracular | 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 | |
oracular | DNE | |
plucky | 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, was ignored [superseded by linux-oem-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | 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, was ignored [superseded by linux-oem-5.14] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | 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, was ignored [replaced by linux-hwe-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oem-6.1 |
noble | DNE | |
oracular | DNE | |
plucky | 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, was ignored [superseded by linux-oem-5.10] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oem-6.1 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oem-6.5 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | released | 6.11.0-1017.17 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | not-affected | 6.14.0-1004.4 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | released | 6.8.0-1026.26 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1008.10 |
devel | not-affected | 6.14.0-1005.5 |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | not-affected | 4.15.0-1008.10 |
esm-infra/focal | not-affected | 5.4.0-1140.150 |
esm-infra/xenial | not-affected | 4.15.0-1008.10~16.04.1 |
focal | released | 5.4.0-1140.150 |
jammy | released | 5.15.0-1077.83 |
noble | released | 6.8.0-1024.25 |
oracular | released | 6.11.0-1013.14 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oracle-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-oracle-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oracle-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-oracle-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-1077.83~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-1077.83~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | 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 | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1021.21~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | released | 5.4.0-1140.149~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oracle-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-oracle-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-1024.25~22.04.1 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | not-affected | 6.14.0-1005.5 |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.4.0-1129.142 |
focal | released | 5.4.0-1129.142 |
jammy | released | 5.15.0-1074.77 |
noble | released | 6.8.0-1028.32 |
oracular | released | 6.11.0-1010.10 |
plucky | not-affected | 6.14.0-1003.3 |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1013.13~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | released | 5.4.0-1129.142~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | ignored | superseded by Ubuntu Pro ppa version |
oracular | DNE | |
plucky | DNE | |
realtime/noble | released | 6.8.0-2023.24 |
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, was ignored [replaced by linux-raspi] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | not-affected | 6.14.0-1002.2 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | ignored | superseded by Ubuntu Pro ppa version |
noble | ignored | superseded by Ubuntu Pro ppa version |
oracular | released | 6.11.0-1007.7 |
plucky | not-affected | 6.14.0-1001.1 |
realtime/jammy | released | 5.15.0-1080.88 |
realtime/noble | released | 6.8.1-1020.21 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | not-affected | 6.14.0-13.13.2 |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-riscv-5.8 |
focal | ignored | end of standard support, was ignored [superseded by linux-riscv-5.8] |
jammy | ignored | end of kernel support |
noble | released | 6.8.0-58.60.1 |
oracular | released | 6.11.0-21.21.1 |
plucky | not-affected | 6.14.0-7.7.1 |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-riscv-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-riscv-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-1075.79~20.04.1 |
esm-infra/xenial | DNE | |
focal | released | 5.15.0-1075.79~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-riscv-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-riscv-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | released | 6.8.0-58.60.1~22.04.1 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | 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 | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.4.0-1060.64 |
esm-infra/xenial | DNE | |
focal | released | 5.4.0-1060.64 |
jammy | released | 5.15.0-1044.48 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Ссылки на источники
EPSS
5.5 Medium
CVSS3
Связанные уязвимости
In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in cache_set_flush(). 1721 if (!IS_ERR_OR_NULL(c->root)) 1722 list_add(&c->root->list, &c->btree_cache); >From the above code in cache_set_flush(), if previous registration code fails before allocating c->root, it is possible c->root is NULL as what it is initialized. __bch_btree_node_alloc() never returns NULL but c->root is possible to be NULL at above line 1721. This patch replaces IS_ERR() by IS_ERR_OR_NULL() to fix this.
In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in cache_set_flush(). 1721 if (!IS_ERR_OR_NULL(c->root)) 1722 list_add(&c->root->list, &c->btree_cache); >From the above code in cache_set_flush(), if previous registration code fails before allocating c->root, it is possible c->root is NULL as what it is initialized. __bch_btree_node_alloc() never returns NULL but c->root is possible to be NULL at above line 1721. This patch replaces IS_ERR() by IS_ERR_OR_NULL() to fix this.
In the Linux kernel, the following vulnerability has been resolved: b ...
In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in cache_set_flush(). 1721 if (!IS_ERR_OR_NULL(c->root)) 1722 list_add(&c->root->list, &c->btree_cache); >From the above code in cache_set_flush(), if previous registration code fails before allocating c->root, it is possible c->root is NULL as what it is initialized. __bch_btree_node_alloc() never returns NULL but c->root is possible to be NULL at above line 1721. This patch replaces IS_ERR() by IS_ERR_OR_NULL() to fix this.
EPSS
5.5 Medium
CVSS3