[Bug 2103582] Lspci.txt

2025-03-29 Thread You-Sheng Yang
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

[Bug 2104911] Re: sources list generation using dwarfdump takes up to 0.5hr in build process

2025-03-28 Thread You-Sheng Yang
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

[Bug 2104911] Re: sources list generation using dwarfdump takes up to 0.5hr in build process

2025-03-28 Thread You-Sheng Yang
# 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

[Bug 2104911] Re: sources list generation using dwarfdump takes up to 0.5hr in build process

2025-03-28 Thread You-Sheng Yang
# 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

[Bug 2104911] Re: sources list generation using dwarfdump takes up to 0.5hr in build process

2025-03-28 Thread You-Sheng Yang
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

[Bug 2104911] Re: sources list generation using dwarfdump takes up to 0.5hr in build process

2025-03-28 Thread You-Sheng Yang
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

[Bug 2104911] [NEW] sources list generation using dwarfdump takes up to 0.5hr in build process

2025-03-28 Thread You-Sheng Yang
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 \

[Bug 2102196] Re: The GSC firmware load failed on Intel ARL platforms

2025-03-27 Thread You-Sheng Yang
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

[Bug 2103582] Re: /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on AMD Krackan Point platforms

2025-03-27 Thread You-Sheng Yang
> [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

[Bug 2103854] Re: [IdeaPad Pro 5 14APH8, Radeon 780M] amdgpu causes hangups and crashes

2025-03-25 Thread You-Sheng Yang
@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

[Bug 2104014] Re: CONFIG_FB_EFI needed in initramfs for linuxboot based systems

2025-03-25 Thread You-Sheng Yang
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

[Bug 2104038] Re: Arm64 kernel incorrectly detects SVE hardware on VM with apple M4 silicon

2025-03-24 Thread You-Sheng Yang
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

[Bug 2103962] Re: Enable the mic-mute led on more HP G12 laptops

2025-03-24 Thread You-Sheng Yang
** 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

[Bug 2103854] Re: [IdeaPad Pro 5 14APH8, Radeon 780M] amdgpu causes hangups and crashes

2025-03-24 Thread You-Sheng Yang
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,

[Bug 2102113] Re: intel i219-LM on Dell 5420 with bad NVM checksum doesn't work with e1000e driver

2025-03-24 Thread You-Sheng Yang
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]

[Bug 2103582] Lspci-vt.txt

2025-03-24 Thread You-Sheng Yang
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:

[Bug 2103854] Re: [IdeaPad Pro 5 14APH8, Radeon 780M] amdgpu causes hangups and crashes

2025-03-24 Thread You-Sheng Yang
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

[Bug 2104014] Re: CONFIG_FB_EFI needed in initramfs for linuxboot based systems

2025-03-24 Thread You-Sheng Yang
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

[Bug 2103802] Re: NFS-over-TCP fix needs backported from master

2025-03-24 Thread You-Sheng Yang
* (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

[Bug 2103991] Re: Can't build a corresponding linux-tools package for my self-build kernel

2025-03-24 Thread You-Sheng Yang
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

[Bug 2103854] Re: [IdeaPad Pro 5 14APH8, Radeon 780M] amdgpu causes hangups and crashes

2025-03-24 Thread You-Sheng Yang
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 *

[Bug 2103940] Re: package linux-headers-6.8.0-55-generic 6.8.0-55.57 failed to install/upgrade: installed linux-headers-6.8.0-55-generic package post-installation script subprocess returned error exit

2025-03-24 Thread You-Sheng Yang
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

[Bug 2103940] Re: package linux-headers-6.8.0-55-generic 6.8.0-55.57 failed to install/upgrade: installed linux-headers-6.8.0-55-generic package post-installation script subprocess returned error exit

2025-03-24 Thread You-Sheng Yang
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

[Bug 2103981] Re: Mouse cursor flashes on Intel Lunar Lake

2025-03-24 Thread You-Sheng Yang
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

[Bug 2103991] Re: Can't build a corresponding linux-tools package for my self-build kernel

2025-03-24 Thread You-Sheng Yang
-- 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

[Bug 2102079] Re: Intel IPU6 camera driver (OVTI01A0) fails to probe with ENOMEM on dell XPS 9320

2025-03-24 Thread You-Sheng Yang
*** 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

[Bug 2102113] Re: intel i219-LM on Dell 5420 with bad NVM checksum doesn't work with e1000e driver

2025-03-24 Thread You-Sheng Yang
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

[Bug 2103465] Re: Add support for up to 2048 IRTEs

2025-03-21 Thread You-Sheng Yang
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

[Bug 2103582] Re: /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on AMD GPU of DCN 3.5

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] Lsusb-t.txt

2025-03-20 Thread You-Sheng Yang
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:

[Bug 2103582] Re: /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on AMD Krackan Point platforms

2025-03-20 Thread You-Sheng Yang
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-

[Bug 2103582] acpidump.txt

2025-03-20 Thread You-Sheng Yang
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:

[Bug 2103582] WifiSyslog.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] UdevDb.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] RfKill.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] ProcModules.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] ProcInterrupts.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] ProcEnviron.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] ProcCpuinfo.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] Lsusb-v.txt

2025-03-20 Thread You-Sheng Yang
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:

[Bug 2103582] Lsusb.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] IwConfig.txt

2025-03-20 Thread You-Sheng Yang
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:

[Bug 2103582] CurrentDmesg.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] CRDA.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2103582] AudioDevicesInUse.txt

2025-03-20 Thread You-Sheng Yang
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

[Bug 2097336] Re: Update new FW for AMD ISP

2025-03-19 Thread You-Sheng Yang
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

[Bug 2103582] Re: /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on AMD Krackan Point platforms

2025-03-19 Thread You-Sheng Yang
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

[Bug 2103582] Re: /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on AMD Krackan Point platforms

2025-03-19 Thread You-Sheng Yang
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) =>

[Bug 2103582] [NEW] /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on AMD Krackan Point platforms

2025-03-19 Thread You-Sheng Yang
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

[Bug 2100769] Re: Update amdgpu FW for GC 11.5.1

2025-03-19 Thread You-Sheng Yang
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

[Bug 2101841] Re: Dell AIO of Intel ARL platform may hang after playing video streaming

2025-03-19 Thread You-Sheng Yang
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

[Bug 2103490] Lsusb-t.txt

2025-03-18 Thread You-Sheng Yang
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:

[Bug 2103490] Lsusb-v.txt

2025-03-18 Thread You-Sheng Yang
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:

[Bug 2103490] Re: Missing device IDs for Intell Arrow Lake platform

2025-03-18 Thread You-Sheng Yang
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

[Bug 2102113] Re: intel i219-LM on Dell 5420 with bad NVM checksum doesn't work with e1000e driver

2025-03-18 Thread You-Sheng Yang
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

[Bug 2102659] Re: Xe: improve behavior under memory pressure

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103460] Re: QRT AppArmorUnixDomainConnect test failures on Plucky 6.14 kernel

2025-03-18 Thread You-Sheng Yang
** 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

[Bug 2103465] Re: Add support for up to 2048 IRTEs

2025-03-18 Thread You-Sheng Yang
** 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

[Bug 2103496] Re: Introduce configfs-based interface for gpio-aggregator

2025-03-18 Thread You-Sheng Yang
** 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

[Bug 2100830] Re: Missing package modalias for 06CB:0701

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] WifiSyslog.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] ProcEnviron.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] acpidump.txt

2025-03-18 Thread You-Sheng Yang
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:

[Bug 2103490] ProcModules.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] UdevDb.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] CurrentDmesg.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] RfKill.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] Lspci-vt.txt

2025-03-18 Thread You-Sheng Yang
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:

[Bug 2103490] ProcInterrupts.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] ProcCpuinfoMinimal.txt

2025-03-18 Thread You-Sheng Yang
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/

[Bug 2103490] ProcCpuinfo.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] Re: Missing device IDs for Intell Arrow Lake platform

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] Lsusb.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] CRDA.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] Lspci.txt

2025-03-18 Thread You-Sheng Yang
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

[Bug 2090932] Re: Failed to probe for OVTI02C1: chip id mismatch: 560243!=0

2025-03-18 Thread You-Sheng Yang
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

[Bug 2103490] [NEW] Missing device IDs for Intell Arrow Lake platform

2025-03-18 Thread You-Sheng Yang
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:

[Bug 2090821] Re: Checkbox camera test leaves system powered off with 1-Amber-8-White debug LED on Dell Bolan platforms

2025-03-17 Thread You-Sheng Yang
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

[Bug 2098406] Re: does not connect to USB

2025-03-17 Thread You-Sheng Yang
[ 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

[Bug 2098131] Re: iwlwifi Microcode SW error and restart issue on Ubuntu 24.04/24.10

2025-03-17 Thread You-Sheng Yang
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

[Bug 2098131] Re: iwlwifi Microcode SW error and restart issue on Ubuntu 24.04/24.10

2025-03-17 Thread You-Sheng Yang
** 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

[Bug 2103427] Re: thermal: Fix temperature readings on intel hardware

2025-03-17 Thread You-Sheng Yang
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

[Bug 2102060] Re: Ubuntu 22.04 nvme WWID changed after upgrade kernel to 5.15.0-127 which occurred in specific nvme vendors

2025-03-17 Thread You-Sheng Yang
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

[Bug 2102208] Re: Lenovo ThinkPad USB-C Dock Gen2 USB Audio does not output audio

2025-03-17 Thread You-Sheng Yang
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

[Bug 2103128] Re: Intel IPU6 camera drive fails to probe on dell latitude 7640

2025-03-17 Thread You-Sheng Yang
*** 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

[Bug 2100823] Re: IPU drivers 20250108_1730_388 release sync

2025-03-17 Thread You-Sheng Yang
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

[Bug 2103427] Re: thermal: Fix temperature readings on intel hardware

2025-03-17 Thread You-Sheng Yang
** 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

[Bug 2100823] Re: IPU drivers 20250108_1730_388 release sync

2025-03-17 Thread You-Sheng Yang
** 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

[Bug 2102121] Re: New upstream core94 release

2025-03-17 Thread You-Sheng Yang
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

[Bug 2102186] Re: wrong packet header size calculation

2025-03-16 Thread You-Sheng Yang
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/

[Bug 2101841] RfKill.txt

2025-03-15 Thread You-Sheng Yang
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

[Bug 2102196] acpidump.txt

2025-03-15 Thread You-Sheng Yang
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:

[Bug 2101841] CRDA.txt

2025-03-15 Thread You-Sheng Yang
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

[Bug 2102200] Re: Support wifi 6GHz for Philippines on Qualcomm WCN6856

2025-03-13 Thread You-Sheng Yang
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

[Bug 2102196] Re: The GSC firmware load failed on Intel ARL platforms

2025-03-13 Thread You-Sheng Yang
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

[Bug 2102200] Re: Support wifi 6GHz for Philippines on Qualcomm WCN6856

2025-03-13 Thread You-Sheng Yang
** 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

[Bug 2102200] Re: Support wifi 6GHz for Philippines on Qualcomm WCN6856

2025-03-13 Thread You-Sheng Yang
** 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

[Bug 2102200] Re: Support wifi 6GHz for Philippines after online update on 22.04 +Qualcomm WCN6856

2025-03-13 Thread You-Sheng Yang
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

[Bug 2102200] [NEW] Support wifi 6GHz for Philippines after online update on 22.04 +Qualcomm WCN6856

2025-03-13 Thread You-Sheng Yang
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

[Bug 2102196] ProcCpuinfoMinimal.txt

2025-03-13 Thread You-Sheng Yang
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   2   3   4   5   6   7   8   9   10   >