tcm_loop.ko: move from modules-extra into main modules package
Bug #1817786 reported by
Kamal Mostafa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Undecided
|
Kamal Mostafa | ||
Bionic |
Fix Released
|
High
|
Kamal Mostafa | ||
Cosmic |
Fix Released
|
High
|
Kamal Mostafa | ||
Disco |
Fix Released
|
Undecided
|
Kamal Mostafa | ||
linux-gcp (Ubuntu) |
Fix Released
|
High
|
Kamal Mostafa | ||
Xenial |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned | ||
Cosmic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Please move the tcm_loop.ko module from the linux-modules-
Changed in linux-gcp (Ubuntu Disco): | |
status: | New → In Progress |
Changed in linux-gcp (Ubuntu Cosmic): | |
status: | New → In Progress |
Changed in linux-gcp (Ubuntu Bionic): | |
status: | New → In Progress |
Changed in linux-gcp (Ubuntu Xenial): | |
status: | New → In Progress |
no longer affects: | linux-gcp (Ubuntu Ee-series) |
no longer affects: | linux-gcp (Ubuntu Ff-series) |
Changed in linux-gcp (Ubuntu Xenial): | |
status: | In Progress → Fix Committed |
Changed in linux-gcp (Ubuntu Bionic): | |
status: | In Progress → Fix Committed |
Changed in linux-gcp (Ubuntu Cosmic): | |
status: | In Progress → Fix Committed |
no longer affects: | linux (Ubuntu Xenial) |
Changed in linux (Ubuntu Bionic): | |
status: | New → In Progress |
Changed in linux (Ubuntu Cosmic): | |
status: | New → In Progress |
Changed in linux (Ubuntu Disco): | |
status: | New → In Progress |
Changed in linux (Ubuntu Bionic): | |
assignee: | nobody → Kamal Mostafa (kamalmostafa) |
Changed in linux (Ubuntu Cosmic): | |
assignee: | nobody → Kamal Mostafa (kamalmostafa) |
Changed in linux (Ubuntu Disco): | |
assignee: | nobody → Kamal Mostafa (kamalmostafa) |
summary: |
- tcm_loop.ko: move from modules-extra into main modules-gcp package + tcm_loop.ko: move from modules-extra into main modules package |
description: | updated |
Changed in linux (Ubuntu Cosmic): | |
importance: | Undecided → High |
Changed in linux (Ubuntu Bionic): | |
importance: | Undecided → High |
no longer affects: | linux-gcp (Ubuntu Disco) |
Changed in linux (Ubuntu Disco): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Bionic): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Cosmic): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
This bug was fixed in the package linux-gcp - 4.15.0-1029.31
---------------
linux-gcp (4.15.0-1029.31) bionic; urgency=medium
* linux-gcp: 4.15.0-1029.31 -proposed tracker (LP: #1819698)
* [Packaging] Allow overlay of config annotations (LP: #1752072)
- [Config] linux-gcp: Replace annotations symlink with overlay
- [Config] linux-gcp: Include master annotations to linux-gcp annotations
- [Config] linux-gcp: Update annotations file
* tcm_loop.ko: move from modules-extra into main modules package
(LP: #1817786)
- [Packaging] move tcm_loop.lo to main linux-modules-gcp package
[ Ubuntu: 4.15.0-47.50 ]
* linux: 4.15.0-47.50 -proposed tracker (LP: #1819716) kernel_ selftests failed on Bionic
* Packaging resync (LP: #1786013)
- [Packaging] resync getabis
- [Packaging] update helper scripts
- [Packaging] resync retpoline extraction
* C++ demangling support missing from perf (LP: #1396654)
- [Packaging] fix a mistype
* arm-smmu-v3 arm-smmu-v3.3.auto: CMD_SYNC timeout (LP: #1818162)
- iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout
* Crash in nvme_irq_check() when using threaded interrupts (LP: #1818747)
- nvme-pci: fix out of bounds access in nvme_cqe_pending
* CVE-2019-9213
- mm: enforce min addr even if capable() in expand_downwards()
* CVE-2019-3460
- Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
* amdgpu with mst WARNING on blanking (LP: #1814308)
- drm/amd/display: Don't use dc_link in link_encoder
- drm/amd/display: Move wait for hpd ready out from edp power control.
- drm/amd/display: eDP sequence BL off first then DP blank.
- drm/amd/display: Fix unused variable compilation error
- drm/amd/display: Fix warning about misaligned code
- drm/amd/display: Fix MST dp_blank REG_WAIT timeout
* tun/tap: unable to manage carrier state from userland (LP: #1806392)
- tun: implement carrier change
* CVE-2019-8980
- exec: Fix mem leak in kernel_read_file
* raw_skew in timer from the ubuntu_
(LP: #1811194)
- selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock
adjustments are in progress
* [Packaging] Allow overlay of config annotations (LP: #1752072)
- [Packaging] config-check: Add an include directive
* CVE-2019-7308
- bpf: move {prev_,}insn_idx into verifier env
- bpf: move tmp variable into ax register in interpreter
- bpf: enable access to ax register also from verifier rewrite
- bpf: restrict map value pointer arithmetic for unprivileged
- bpf: restrict stack pointer arithmetic for unprivileged
- bpf: restrict unknown scalars of mixed signed bounds for unprivileged
- bpf: fix check_map_access smin_value test when pointer contains offset
- bpf: prevent out of bounds speculation on pointer arithmetic
- bpf: fix sanitation of alu op with pointer / scalar type from different
paths
- bpf: add various test cases to selftests
* CVE-2017-5753
- bpf: properly enforce index mask to prevent out-of-bounds speculation
- bpf: fix inner map masking to prevent oob under speculation
* BPF: kernel pointer leak to unprivileged userspa...