apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866051/+files/Lspci.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
/sys
ndecided => Medium
** Changed in: linux (Ubuntu Noble)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu Oracular)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu Plucky)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu Plucky)
Assig
# The ideal case without flock.
time find debian/build/build-oem \( -name vmlinux -o -name \*.ko \) -print0 | \
xargs -0 -P $(nproc) -I % \
sh -c "dwarfdump -i % | sed -n
'/DW_AT_\(call\|decl\)_file.*\//s|.*\s/|/|p' | sort -u" > \
debian/build/build-oem/sources.list
real
# Use `dwarfdump --search-regex` to reduce output lines. Worse.
time find debian/build/build-oem \( -name vmlinux -o -name \*.ko \) -print0 | \
xargs -0 -P $(nproc) -I % \
sh -c "dwarfdump --search-regex='DW_AT_(call|decl)_file' % | awk
'/^DW_AT_(call|decl)_file.*\// {print substr
time find debian/build/build-oem \( -name vmlinux -o -name \*.ko \) -print0 | \
xargs -0 -P $(nproc) -I % \
sh -c "dwarfdump -i % | awk '/DW_AT_(call|decl)_file.*\// {print
substr($0, index($0, \"/\"))}' | sort -u | flock -x
debian/build/build-oem/sources.list.lock cat" | sort -u
This affects all generic kernels since Focal.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104911
Title:
sources list generation using dwarfdump takes up to 0.5hr in build
process
To manage not
Public bug reported:
In debian/rules.d/2-binary-arch.mk, stamp-build-% targets, we have:
```
# Collect the list of kernel source files used for this build. Need to do this
early
# before modules are stripped. Fail if the resulting file is empty.
find $(build_dir) \( -name vmlinux -o -name \*.ko \
verified:
* linux-firmware/oracular-proposed version 20240913.gita34e7a5f-0ubuntu2.6
* linux-firmware/noble-proposed version 20240318.git3b128b60-0ubuntu2.11
** Tags added: verification-done-noble verification-done-oracular
--
You received this bug notification because you are a member of Ubuntu
> [drm] Display Core v3.2.291 initialized on DCN 3.5
Also tested with CHIRON-PV-SKU18 that equips Radeon 8060S (dcn 3.5.1),
this issue affects only dcn 3.5 devices.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpa
@Macros, thank you. That's fine. Let's see what we may have from AMD.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103854
Title:
[IdeaPad Pro 5 14APH8, Radeon 780M] amdgpu causes hangups and crash
Hi Thierry,
I believe bug 1965303 has provided the reason Ubuntu deprecated fbdev,
and there is also a url to Fedora's kernel commit that did the same
thing.
The Ubuntu generic kernels want to serve as much users as possible,
however that certainly doesn't and cannot mean all. Anyone may have som
While Ubuntu-6.8.0-58.60 kernel is tracking stable fixes from both 6.6.y
(currently up to v6.6.66) and 6.12.y (currently up to v6.12.5), we shall
have this in generic-6.8/noble soon.
While Ubuntu-6.11.0-24.24 kernel is tracking stable fixes from both
6.6.y (currently up to v6.6.75) and 6.12.y (cur
** Changed in: linux-oem-6.11 (Ubuntu Plucky)
Status: In Progress => Invalid
** Changed in: linux-oem-6.11 (Ubuntu Noble)
Status: New => In Progress
** Changed in: linux-oem-6.11 (Ubuntu Noble)
Importance: Undecided => High
** Changed in: linux-oem-6.11 (Ubuntu Noble)
Assig
Then I notice that you are currently running kernel 6.14.0-11.11, and
the proposed patch is already carried in that kernel, so I suppose it's
not going to help much. Please still leave a comment if you have any
update.
--
You received this bug notification because you are a member of Ubuntu
Bugs,
SRU: https://lists.ubuntu.com/archives/kernel-
team/2025-March/158335.html (trusty, xenial, bionic, focal, jammy,
noble, oracular, plucky, unstable)
** Description changed:
+ [SRU Justification]
+
+ [Impact]
apport information
** Attachment added: "Lspci-vt.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866052/+files/Lspci-vt.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
I've uploaded several test kernels to
https://launchpad.net/~vicamo/+archive/ubuntu/ppa-2103854 with commit
e8863f8 ("drm/amd/display: Disable PSR-SU on eDP panels") applied. Would
you please help test either of them when the builds are published into
the PPA? Please leave a comment here if you hav
Linuxboot is an amazing project but I don't think that makes a strong
reason to go backward. Is it possible to have drm/fb implemented/enabled
in linuxboot as well? Or you may want to modify
debian.master/config/annotations file in the Ubuntu kernel source tree,
rebuilt the kernel and create a quic
* (v6.6-rc1) 2b877fc53e975 SUNRPC: Reduce thread wake-up rate when receiving
large RPC messages
* (v6.6.76) 225b88642aef6 Revert "SUNRPC: Reduce thread wake-up rate when
receiving large RPC messages"
* (v6.12.13) 31b3e5ce9f79d Revert "SUNRPC: Reduce thread wake-up rate when
receiving large R
I have issued following commands and it appears working for me as
expected:
```
$ apt source linux
$ cd linux-6.8.0
$ fakeroot debian/rules clean
$ debian/rules build # a separate step to avoid fakeroot delays
$ fakeroot debian/rules binary
$ ls -1 ..
linux-6.8.0
linux-bpf-dev_6.8.0-55.57_amd64.de
In the Gitlab issue page, Mario replied:
> In 6.14-rc5 and later we are disabling PSR-SU by default on eDP. This should
> help (at least some of) this issue.
> drm/amd/display: Disable PSR-SU on eDP panels · torvalds/linux@e8863f8
** Changed in: linux (Ubuntu)
Status: New => Confirmed
*
This is not a problem in Ubuntu's linux package. Mark INVALID. While
that intel-i195-dkms is neither, not going to add any other package to
the affected list.
** Changed in: linux (Ubuntu)
Status: New => Invalid
** Summary changed:
- package linux-headers-6.8.0-55-generic 6.8.0-55.57 fail
You're failing to install the the kernel packages due to
intel-i915-dkms:
=== log =
Removing linux-tools-6.8.0-49-generic (6.8.0-49.49) ...
Removing linux-tools-6.8.0-49 (6.8.0-49.49) ...
Setting up linux-headers-6.8.0-54-generic (6.8.0-54.56) ...
/etc/kernel/header
Thank you for reporting this and helping make Ubuntu better. Could you
please boot into a Ubuntu kernel (not third party kernel) and execute
the following command only once, as it will automatically gather
debugging information, in a terminal:
$ apport-collect 2103981
** Changed in: linux (Ubuntu
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103991
Title:
Can't build a corresponding linux-tools package for my self-build
kernel
To manage notifications about this bug go to:
https://bugs.lau
*** This bug is a duplicate of bug 2100861 ***
https://bugs.launchpad.net/bugs/2100861
Thank you. This is a duplicate of bug
https://launchpad.net/bugs/2100861, and it will be fixed in the next
oem-6.11 release.
** This bug has been marked a duplicate of bug 2100861
kernel warning in dma_a
nce: Undecided
Status: New
** Also affects: linux (Ubuntu Plucky)
Importance: Wishlist
Assignee: You-Sheng Yang (vicamo)
Status: In Progress
** Also affects: linux (Ubuntu Focal)
Importance: Undecided
Status: New
** Also affects: linux (Ubuntu Xenial)
Importance: Undeci
SRU: https://lists.ubuntu.com/archives/kernel-
team/2025-March/158239.html (unstable, plucky)
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => You-Sheng Yang (vicamo)
** Changed in: linux (Ubuntu)
Status: Opinion => In Progress
--
You received this bug notification b
SRU: https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/pulls/132
(noble)
** Summary changed:
- /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on
AMD Krackan Point platforms
+ /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on
AMD GPU
apport information
** Attachment added: "Lsusb-t.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866054/+files/Lsusb-t.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
apport information
** Tags added: apport-collected noble
** Description changed:
[Summary]
Expected /sys/power/suspend_stats/total_hw_sleep failed during suspend/resume
cycle
[Steps to reproduce]
1. Boot in OS
2. checkbox-cli run com.canonical.certification::suspend-cycles-stress-
apport information
** Attachment added: "acpidump.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866064/+files/acpidump.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866063/+files/WifiSyslog.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Ti
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866062/+files/UdevDb.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
/s
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866061/+files/RfKill.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
/s
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866060/+files/ProcModules.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866059/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/210
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866058/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866056/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
apport information
** Attachment added: "Lsusb-v.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866055/+files/Lsusb-v.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866053/+files/Lsusb.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
/sys
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866050/+files/IwConfig.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866049/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866048/+files/CRDA.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103582
Title:
/sys/p
apport information
** Attachment added: "AudioDevicesInUse.txt"
https://bugs.launchpad.net/bugs/2103582/+attachment/5866047/+files/AudioDevicesInUse.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
verified linux-firmware/oracular-proposed version
20240913.gita34e7a5f-0ubuntu2.6
** Tags added: verification-done-oracular
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097336
Title:
Update new F
Proposed fix in upstream commit 5602c7293e663b1316c2002c493037412f8f0de3
("amdgpu: DMCUB updates for various ASICs") under upstream tag 20250311,
so it's included since Plucky version 20250317.git1d4c88ee-0ubuntu1.
** Changed in: linux-firmware (Ubuntu Plucky)
Status: In Progress => Fix Rel
are (Ubuntu Plucky)
Status: New => In Progress
** Changed in: linux-firmware (Ubuntu Noble)
Importance: Undecided => High
** Changed in: linux-firmware (Ubuntu Plucky)
Importance: Undecided => High
** Changed in: linux-firmware (Ubuntu Noble)
Assignee: (unassigned) =>
Public bug reported:
[Summary]
Expected /sys/power/suspend_stats/total_hw_sleep failed during suspend/resume
cycle
[Steps to reproduce]
1. Boot in OS
2. checkbox-cli run com.canonical.certification::suspend-cycles-stress-test
[Expected result]
There is no this issue occurred during the s3 cycl
verified linux-firmware/oracular-proposed version
20240913.gita34e7a5f-0ubuntu2.6
** Tags added: verification-done-oracular
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2100769
Title:
Update amdgp
verified:
* linux-firmware/oracular-proposed version 20240913.gita34e7a5f-0ubuntu2.6
* linux-firmware/noble-proposed version 20240318.git3b128b60-0ubuntu2.11
** Tags added: verification-done-noble verification-done-oracular
--
You received this bug notification because you are a member of Ubuntu
apport information
** Attachment added: "Lsusb-t.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865585/+files/Lsusb-t.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
apport information
** Attachment added: "Lsusb-v.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865586/+files/Lsusb-v.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
Attach debdiff for Plucky. Also uploaded to
https://launchpad.net/~vicamo/+archive/ubuntu/sru for easier review and
verification. Need sponsor.
** Patch added:
"usbio-drivers_0~git202410311813.266ae665-0ubuntu2.plucky.debdiff"
https://bugs.launchpad.net/ubuntu/+source/usbio-drivers/+bug/21034
I'm checking why this patch were dropped during all these years.
** Changed in: linux (Ubuntu)
Importance: Undecided => Wishlist
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => You-Sheng Yang (vicamo)
--
You received this bug notification because you are a member of
Plucky doesn't have the 0af944f0e3082 commit. Please help determine
whether it's necessary.
** Changed in: linux (Ubuntu)
Status: New => Confirmed
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Thibault Ferrante (thibf)
--
You received this bug notification because you are
** Changed in: linux (Ubuntu Plucky)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103460
Title:
QRT AppArmorUnixDomainConnect test failures on Plucky 6.14 kernel
To
** Changed in: linux (Ubuntu)
Status: New => Opinion
** Changed in: linux (Ubuntu)
Importance: Undecided => Wishlist
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103465
Title:
Add suppo
** Changed in: linux (Ubuntu Noble)
Status: New => In Progress
** Changed in: linux (Ubuntu Oracular)
Status: New => In Progress
** Changed in: linux (Ubuntu Plucky)
Status: New => In Progress
** Changed in: linux (Ubuntu Noble)
Assignee: (unassigned) => Koichiro Den (k
gt; In Progress
** Changed in: usbio-drivers (Ubuntu Plucky)
Importance: Undecided => High
** Changed in: usbio-drivers (Ubuntu Oracular)
Importance: Undecided => High
** Changed in: usbio-drivers (Ubuntu Oracular)
Assignee: (unassigned) => You-Sheng Yang (vicamo)
** Ch
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865594/+files/WifiSyslog.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Ti
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865589/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
apport information
** Attachment added: "acpidump.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865595/+files/acpidump.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865591/+files/ProcModules.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865593/+files/UdevDb.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
Mi
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865581/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865592/+files/RfKill.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
Mi
apport information
** Attachment added: "Lspci-vt.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865583/+files/Lspci-vt.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865590/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/210
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865588/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865587/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
apport information
** Tags added: apport-collected noble
** Description changed:
Two ACPI device IDs, INTC10B2 for gpio and INTC10B3 for i2c, were added
for Intel Arrow Lake platforms.
- Fix committed to https://github.com/intel/usbio-
- drivers/commit/4fb690c6d15a81c492954636c2db396cb700
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865584/+files/Lsusb.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
Miss
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865580/+files/CRDA.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
Missin
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/2103490/+attachment/5865582/+files/Lspci.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103490
Title:
Miss
This is for Bolan platform that targets oem-6.11 and will only migrate
to hwe-6.14 or so. Mark Oracular as WONTFIX.
** Changed in: vision-drivers (Ubuntu Oracular)
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
Assignee: You-Sheng Yang (vicamo)
Status: In Progress
** Tags: jira-somerville-1382
** Tags added: jira-somerville-1382
** Changed in: usbio-drivers (Ubuntu)
Status: New => In Progress
** Changed in: usbio-drivers (Ubuntu)
Importance: Undecided => High
** Changed in:
This is for Bolan platform that targets oem-6.11 and will only migrate
to hwe-6.14 or so. Mark Oracular as WONTFIX.
** Changed in: ipu7-drivers (Ubuntu Oracular)
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
[ 2662.700970] usb 1-3: USB disconnect, device number 19
[ 2662.967883] usb 1-3: new full-speed USB device number 20 using xhci_hcd
[ 2663.084878] usb 1-3: device descriptor read/64, error -71
[ 2663.308813] usb 1-3: device descriptor read/64, error -71
[ 2663.529916] usb 1-3: new full-speed USB de
Thank you for reporting this and helping make Ubuntu better. Could you
please boot into a Ubuntu kernel (not third party kernel) and execute
the following command only once, as it will automatically gather
debugging information, in a terminal:
$ apport-collect 2098131
Besides, 92 is already the h
** Changed in: linux (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098131
Title:
iwlwifi Microcode SW error and restart issue on Ubuntu 24.04/24.10
To man
Already in linux/plucky.
** Changed in: linux (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103427
Title:
thermal: Fix temperature readings on intel har
Hi, I think the purpose of NVME_QUIRK_BOGUS_NID is meant to fix the
problem that the id may vary per commit
00ff400e6deee00f7b15e200205b2708b63b8cf6 (“nvme: add a quirk to disable
namespace identifiers”). The id you have right now is the really fixed
one that it should have been. So I think ubuntu
Thank you for reporting this and helping make Ubuntu better. Could you
please boot into a Ubuntu kernel (not third party kernel) and execute
the following command only once, as it will automatically gather
debugging information, in a terminal:
$ apport-collect 2102208
Perhaps you may want to capt
*** This bug is a duplicate of bug 2100861 ***
https://bugs.launchpad.net/bugs/2100861
Thank you. This is a duplicate of bug
https://launchpad.net/bugs/2100861, and it will be fixed in the next
oem-6.11 release.
** This bug has been marked a duplicate of bug 2100861
kernel warning in dma_a
u7-drivers (Ubuntu)
Importance: Undecided => High
** Changed in: ipu7-drivers (Ubuntu)
Assignee: (unassigned) => You-Sheng Yang (vicamo)
** Changed in: vision-drivers (Ubuntu)
Status: Incomplete => In Progress
** Changed in: vision-drivers (Ubuntu)
Importance: Undecided =&g
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Thibault Ferrante (thibf)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103427
Title:
thermal: Fix temperature readings on intel hardwar
** Description changed:
+ [SRU Justification]
+
+ [Impact]
+
+ New enabling Intel IPU7 platform takes the latest release of Intel IPU
+ drivers/frameworks stack.
+
+ [Fix]
+
Drivers:
- *
https://github.com/intel/ipu6-drivers/commit/c09e2198d801e1eb701984d2948373123ba92a56
- - Not in the d
File ./drivers/net/wireless/intel/iwlwifi/mld/link.c, function
iwl_mld_get_chan_load_from_element reference to class_rcu_t that is
supposed to be defined by DEFINE_CLASS marco in backport-
include/linux/cleanup.h. And the header file itself came from v6.5-rc1
commit 54da6a092431 ("locking: Introduc
On Bolan platform, equipped with ipu7/usbio/lnl:
Current usbio gives:
```
$ journalctl -b -4|grep i2c|cut -d ' ' -f5-
kernel: i2c_dev: i2c /dev entries driver
kernel: input: VEN_06CB:00 06CB:CFE9 Mouse as
/devices/pci:00/:00:19.0/i2c_designware.2/i2c-2/i2c-VEN_06CB:00/0018:06CB:CFE9.0001/
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/2101841/+attachment/5863900/+files/RfKill.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2101841
Title:
De
apport information
** Attachment added: "acpidump.txt"
https://bugs.launchpad.net/bugs/2102196/+attachment/5864409/+files/acpidump.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2102196
Title:
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/2101841/+attachment/5863887/+files/CRDA.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2101841
Title:
Dell A
SRU:
* https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/pulls/128 (plucky)
* https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/pulls/129 (oracular)
* https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/pulls/130 (noble)
* https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/pull
In upstream tag 20241110, and is available in linux-firmware/plucky
since version 20241118.git6e4e94b0-0ubuntu1.
** Also affects: linux-firmware (Ubuntu Noble)
Importance: Undecided
Status: New
** Also affects: linux-firmware (Ubuntu Oracular)
Importance: Undecided
Status: New
** Description changed:
+ [SRU Justfication]
+
+ BugLink: https://bugs.launchpad.net/bugs/2102200
+
+ [Impact]
+
+ Lack of WiFi 6GHz support for Philippines on Qualcomm WCN6856.
+
+ [Fix]
+
+ Chip vendor proposed fix in https://git.codelinaro.org/clo/ath-
+ firmware/ath11k-firmware/-/commit/6
** Summary changed:
- Support wifi 6GHz for Philippines after online update on 22.04 +Qualcomm
WCN6856
+ Support wifi 6GHz for Philippines on Qualcomm WCN6856
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net
n Progress
** Changed in: linux-firmware (Ubuntu Noble)
Importance: Undecided => High
** Changed in: linux-firmware (Ubuntu Jammy)
Assignee: (unassigned) => You-Sheng Yang (vicamo)
** Changed in: linux-firmware (Ubuntu Oracular)
Assignee: (unassigned) => You-Sheng Yang (vicamo
Public bug reported:
Proposed fix: https://git.codelinaro.org/clo/ath-
firmware/ath11k-firmware/-/commit/646e008ec53a8bb9ae16ebf98a65b29eaefd6da4
** Affects: linux-firmware (Ubuntu)
Importance: High
Assignee: You-Sheng Yang (vicamo)
Status: In Progress
** Affects: linux
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/2102196/+attachment/5864402/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
1 - 100 of 2348 matches
Mail list logo