[Bug 2112594] [NEW] Pull request: KVM: selftests: Always unlink memory regions when deleting

2025-06-05 Thread Brad Figg
Public bug reported: Unlink memory regions when freeing a VM, even though it's not strictly necessary since all tracking structures are freed soon after. The time spent deleting entries is negligible, and not unlinking entries is confusing, e.g. it's easy to overlook that the tree structures are

[Bug 2109984] [NEW] Backport wifi driver changes for mt7925

2025-05-05 Thread Brad Figg
Public bug reported: This PR contains the patches backported from the mainline kernel. These changes are mainly for power management and some other fixes. We got this change list from Mediatek. It is to ensure compliance with regulations in various countries. All the changes are clean cherry- pick

[Bug 2109227] [NEW] Pull request: Spark needs a different BT device ID

2025-04-24 Thread Brad Figg
Public bug reported: In the latest HW iteration the Spark platform has changed BT components and needs a different device ID. This patch adds that new device ID. ** Affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because

[Bug 2109019] [NEW] Pull request: Pull in the latest upstream ARM FFA patches

2025-04-24 Thread Brad Figg
Public bug reported: A future NVIDIA platform uses ARM FFA 1.2 and v6.15-rc1 has support for that. ** Affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2107509] [NEW] Pull request: Add quirk and disable SBR on Gen5 ports

2025-04-16 Thread Brad Figg
Public bug reported: 1. MEDIATEK: usb: host: xhci-plat: support usb3 bulks stream low power Add a quirk to avoid U1 and U2 low power state operations during bulk stream transfers. 2. MEDIATEK: PCI: disable SBR on Gen5 ports Add quirk function to skip pcie secondary bus reset. PCIe link in occa

[Bug 2100340] Re: PCI/ACS: Fix 'pci=config_acs=' parameter

2025-03-17 Thread Brad Figg
There's nothing to be done here, we've submitted a PR for this patch, it's been reviewed and accepted and committed to the linux-nvidia source tree. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/210034

[Bug 2102685] [NEW] Pull-request: Patches to support CPPCv3 Autonomous Frequency Control

2025-03-14 Thread Brad Figg
Public bug reported: Patch series to enable support for the CPPCv3 optional feature of Autonomous Frequency Control. This will allow for the hardware to control CPU Frequency. The kernel will be able to input a preference for "performance" or "energy savings" via the "energy_perf" sysfs knob.

[Bug 2097644] [NEW] Apply cherrypick of upstream patch to recognize PNP0D15 usb3 device

2025-02-07 Thread Brad Figg
Public bug reported: Add support compatible ID PNP0D15 which declare that the xHCI controller doesn't support standard debug capability. ** Affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubunt

[Bug 2096882] Re: Apply backport of upstream commit to enable Realtek Bluetooth module

2025-02-07 Thread Brad Figg
** Summary changed: - Apply cherrypick of upstream commit to enable Realtek Bluetooth module + Apply backport of upstream commit to enable Realtek Bluetooth module -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 2096888] [NEW] Apply SAUCE patch to enable 8250 serial device

2025-01-28 Thread Brad Figg
Public bug reported: Add ACPI support to 8250_mtk driver. This makes it possible to use UART on ARM-based desktops with EDK2 UEFI firmware. ** Affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of U

[Bug 2096886] [NEW] Apply cherrypick of patches to incorporate ARM FF for A-profile

2025-01-28 Thread Brad Figg
Public bug reported: Arm Firmware Framework for A-profile(FFA) v1.2 introduces register based discovery mechanism and direct messaging extensions that enables to target specific UUID within a partition. Let us add all the newly supported FF-A function IDs in the spec. Also update to the error va

[Bug 2096882] [NEW] Apply cherrypick of upstream commit to enable Realtek Bluetooth module

2025-01-28 Thread Brad Figg
Public bug reported: Add the support ID (0x13d3, 0x3608) to usb_device_id table for Realtek MT7925B14L found on AW-EM637 WiFi+BT modules in 2024 Asus laptops. The device info from /sys/kernel/debug/usb/devices as below. T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 D: Ver=

[Bug 2095028] [NEW] Pull request to enable GPU passthrough for CUDA

2025-01-15 Thread Brad Figg
Public bug reported: [Test plan] boot up host boot up VMs in host with 1 GPU, 2 GPUs, 3 GPUs and 4 GPUs. Run the following to do the basic checks // // Get CPU device // $ lspci | grep 3D // // Show GPU info // $ nvidia-smi // // Result must be passed // $ /root/r570/tests/runtime/gflops/gflops

[Bug 2094270] [NEW] Bring in some 6.8 CONFIG annotations that were missed

2025-01-13 Thread Brad Figg
Public bug reported: CONFIG_CORESIGHT_TRBE policy<{'arm64': 'm'}> CONFIG_CORESIGHT_TRBE note<'Required for Grace enablement'> +CONFIG_PREEMPT_NONE policy<{'amd64': 'n', 'arm64': 'y'}> +CONFIG_PREEMPT_NONE

[Bug 2094048] [NEW] Pick up patches that were missed in the work to create a new linux-nvidia-6.11 kernel

2025-01-13 Thread Brad Figg
Public bug reported: a number of patches were not carried forward. The following collection of patches should be cherry-picked: Commit Summary 6adf616 cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged cd955fc cppc_cpufreq: Remove HiSilicon CPPC workaround ae2224f NVIDIA: SAUCE:

[Bug 2093957] [NEW] Enable Coresight in Perf

2025-01-13 Thread Brad Figg
Public bug reported: Many ARM servers relying on Coresight feature to tracing CPU events. Enable Coresight on Perf to ensure the coresight function works as expected on Ubuntu. Enabling Coresight will build/put the coresight feature/scripts within perf and perf will detect if CPU supports coresig

[Bug 2091186] [NEW] Pull-request to address ACPI/HMAT messages at boot

2024-12-06 Thread Brad Figg
Public bug reported: The HMAT messages printed at boot, beyond being noisy, can also print details for nodes that are not yet enabled. The primary method to consume HMAT details is via sysfs, and the sysfs interface gates what is emitted by whether the node is online or not. Hide the messages by d

[Bug 2088114] [NEW] Pull-request to address cpufreq bug

2024-11-13 Thread Brad Figg
Public bug reported: There is a corner case where the desired_perf is exactly same as the old perf, but the actual current freq is not. Upstream commit 90e4ed6bb02ad93663f17411d17e8e714a765a6b addresses this problem and is a clean cherry-pick. ** Affects: linux-nvidia (Ubuntu) Importance: U

[Bug 2086233] [NEW] Pull-request: AC cycle testing is showing errors in syslog

2024-10-31 Thread Brad Figg
Public bug reported: cpufreq: cpufreq_online:->get() failed occasionally occurs during AC Cyle/DC Cycle/Reboot testing. This leads to failure to get/set cpu frequency for a core. We've identified two upstream commits that address this problem. After applying these commits and testing over a large

[Bug 2075396] [NEW] Pull request: mm: fix old/young bit handling in the faulting path of set_pte_range()

2024-07-31 Thread Brad Figg
Public bug reported: Commit 3bd786f76de2 ("mm: convert do_set_pte() to set_pte_range()") replaced do_set_pte() with set_pte_range() and that introduced a regression in the following faulting path of non-anonymous vmas which caused the PTE for the faulting address to be marked as old instead of you

[Bug 2073811] [NEW] Pull-request:Add a kernel command-line option 'config_acs' to directly control all the ACS bits for specific devices

2024-07-22 Thread Brad Figg
Public bug reported: PCIe ACS settings control the level of isolation and the possible P2P paths between devices. With greater isolation the kernel will create smaller iommu_groups and with less isolation there is more HW that can achieve P2P transfers. From a virtualization perspective all device

[Bug 2071655] [NEW] PR for: "IB/mlx5: Use __iowrite64_copy() for write combining stores"

2024-07-01 Thread Brad Figg
Public bug reported: mlx5 has a built in self-test at driver startup to evaluate if the platform supports write combining to generate a 64 byte PCIe TLP or not. This has proven necessary because a lot of common scenarios end up with broken write combining (especially inside virtual

[Bug 2071654] [NEW] PR for: "PCI: Clear Secondary Status errors after enumeration"

2024-07-01 Thread Brad Figg
Public bug reported: We enumerate devices by attempting config reads to the Vendor ID of each possible device. On conventional PCI, if no device responds, the read terminates with a Master Abort (PCI r3.0, sec 6.1). On PCIe, the config read is terminated as an Unsupported Reques

[Bug 2068544] [NEW] Export kernel symbols required for NVIDIA GDS

2024-06-05 Thread Brad Figg
Public bug reported: Export nvfs register and unregister functions as GPL On linux kernel 6.6 and above, __symbol_get() on the registration functions from nvidia-fs was failing as a GPL modules are no longer allowed to __symbol_get() on non-gpl exported symbols. This change fixes that issue. *

[Bug 2067429] [NEW] Address out-of-bounds issue when using TPM SPI interface

2024-05-28 Thread Brad Figg
Public bug reported: The TPM SPI transfer mechanism uses MAX_SPI_FRAMESIZE for computing the maximum transfer length and the size of the transfer buffer. As such, it does not account for the 4 bytes of header that prepends the SPI data frame. This can result in out-of-bounds access

[Bug 2067106] [NEW] Blacklist coresight_etm4x

2024-05-24 Thread Brad Figg
Public bug reported: There are systems in production that don't have firmware that supports coresight_etm4x. Instead of removing completely, blacklist coresight_etm4x so systems with the correct firmware can use the module. ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Sta

[Bug 2066955] [NEW] Update the pre-built nvidia-fs driver to the 2.20.5 version

2024-05-23 Thread Brad Figg
Public bug reported: A new version of the nvidia-fs driver is out, make the changes to the noble:linux-nvidia kernel sources to pull that version into the build. ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you a

[Bug 2065721] [NEW] PCI/MSI: Prevent MSI hardware interrupt number truncation

2024-05-14 Thread Brad Figg
Public bug reported: While calculating the hardware interrupt number for a MSI interrupt, the higher bits (i.e. from bit-5 onwards a.k.a domain_nr >= 32) of the PCI domain number gets truncated because of the shifted value casting to return type of pci_domain_nr() which is 'int'. T

[Bug 2064549] [NEW] pull-request: Fixes: b2b56a163230 ("gpio: tegra186: Check GPIO pin permission before access.")

2024-05-01 Thread Brad Figg
Public bug reported: The controller has several register bits describing access control information for a given GPIO pin. When SCR_SEC_[R|W]EN is unset, it means we have full read/write access to all the registers for given GPIO pin. When SCR_SEC[R|W]EN is set, it means we need to further check th

[Bug 2063461] [NEW] Perf-stat tool does not support ipc and ipc_rate monitoring on NVIDIA Grace system

2024-04-25 Thread Brad Figg
Public bug reported: PROBLEM: While trying to monitor the ipc group for using perf-stat tool, despite it being supported, I get the following errors: $ sudo perf list | grep ipc ipc ipc_rate retired_ipc spec_ipc $ sudo -S perf stat -a -M ipc -- sudo -S stress-ng --cpu 0 -t 10s Error:

[Bug 2060327] [NEW] Reapply the linux-nvidia kernel config options from the 5.15 and 6.5 kernels

2024-04-06 Thread Brad Figg
Public bug reported: There are a number of configuration options that were set in the 5.15. and 6.5 nvidia kernels. When the 6.8 based linux-nvidia kernel was created those config options were not brought forward. This patch set brings them into the 6.8 kernel. ** Affects: linux-nvidia (Ubuntu)

[Bug 2059814] [NEW] Enable GDS in the 6.8 based linux-nvidia kernel

2024-03-29 Thread Brad Figg
Public bug reported: GDS enables a direct data path for direct memory access (DMA) transfers between GPU memory and storage, which avoids a bounce buffer through the CPU. This direct path increases system bandwidth and decreases the latency and utilization load on the CPU. This functionality has

[Bug 2059178] Re: Pull request to fully enable nvidia-fs NVMe support

2024-03-26 Thread Brad Figg
** Changed in: linux-nvidia-6.5 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059178 Title: Pull request to fully enable nvidia-fs NVMe support To manage not

[Bug 2059178] [NEW] Pull request to fully enable nvidia-fs NVMe support

2024-03-26 Thread Brad Figg
Public bug reported: This pull request addresses a missing patch which fully enables GDS functionality using NVMe devices. ** Affects: linux-nvidia-6.5 (Ubuntu) Importance: Undecided Status: Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 2056498] Re: Kernel crash in amd gpu driver

2024-03-08 Thread Brad Figg
The above crash was happening with large downloads of img files or git clones of large repositories (Ubuntu kernels) over wifi. I have changed to hard wired ethernet and I've not been able to reproduce it. With Wifi it's been very reproduceable. -- You received this bug notification because you a

[Bug 2056498] [NEW] Kernel crash in amd gpu driver

2024-03-07 Thread Brad Figg
Public bug reported: Mar 7 19:07:10 ripper kernel: [9.873519] UBSAN: array-index-out-of-bounds in /build/linux-hwe-6.5-YpKOvT/linux-hwe-6.5-6.5.0/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3676:4 Mar 7 19:07:10 ripper kernel: [9.873531] index 7 is out of range for ty

[Bug 2055712] [NEW] Pull-request to address bug in mm/page_alloc.c

2024-03-01 Thread Brad Figg
Public bug reported: The current calculation of min_free_kbytes only uses ZONE_DMA and ZONE_NORMAL pages,but the ZONE_MOVABLE zone->_watermark[WMARK_MIN] will also divide part of min_free_kbytes.This will cause the min watermark of ZONE_NORMAL to be too small in the presence of ZO

[Bug 2055060] [NEW] Pull-request: Apply mm/mglru patches to fix soft lockup

2024-02-26 Thread Brad Figg
Public bug reported: [ 1918.995157] watchdog: BUG: soft lockup - CPU#0 stuck for 1725s! [kswapd0:42] [ 1919.002366] Modules linked in: raid10 raid456 libcrc32c async_raid6_recov async_memcpy async_pq async_xor xor xor_neon async_tx raid6_pq raid1 raid0 multipath linear scsi_dh_alua scsi_dh_emc s

[Bug 2055057] [NEW] Pull-request: apply upstream patch to reject events meant for other PMUs

2024-02-26 Thread Brad Figg
Public bug reported: Coresight PMU driver didn't reject events meant for other PMUs. This caused some of the Core PMU events disappearing from the output of "perf list". In addition, trying to run e.g. $ perf stat -e r2 sleep 1 made Coresight PMU driver to handle the ev

[Bug 2054984] [NEW] Pull request: Enable support of ETE and TRBE in ACPI environment.

2024-02-25 Thread Brad Figg
Public bug reported: This series enables detection of ACPI based TRBE devices via a stand alone purpose built representative platform device. But as a pre-requisite this changes coresight_platform_data structure assignment for the TRBE device. ** Affects: linux-nvidia-6.5 (Ubuntu) Importance

[Bug 1944397] Re: hdmi broken on 5.13.0-1007-raspi

2021-09-21 Thread Brad Figg
** Changed in: linux-raspi (Ubuntu) Assignee: (unassigned) => Juerg Haefliger (juergh) ** Changed in: linux-raspi (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1929892] Re: [TGL] enable USB-dw3

2021-09-01 Thread Brad Figg
We get this for free with the move to a 5.13 based focal:linux-intel kernel. ** Changed in: intel Status: New => Invalid ** Changed in: linux-intel (Ubuntu) Status: In Progress => Invalid ** Changed in: intel Assignee: (unassigned) => Brad Figg (brad-figg) ** C

[Bug 1929901] Re: [EHL][TGL] EDAC support

2021-09-01 Thread Brad Figg
This commit already exists in the focal:linux-intel intel-5.13-next. ** Changed in: intel Status: New => Fix Committed ** Changed in: intel Assignee: (unassigned) => Brad Figg (brad-figg) -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1938678] Re: [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on TGL-H

2021-08-20 Thread Brad Figg
** Tags added: lookout-canyon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938678 Title: [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on TGL-H To manage notifications about t

[Bug 1938408] Re: [ehl] board does not support soft reboot

2021-08-15 Thread Brad Figg
** Summary changed: - EHL board does not support soft reboot + [ehl] board does not support soft reboot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938408 Title: [ehl] board does not support sof

[Bug 1938413] Re: [ehl] Shutdown hangs on board

2021-08-15 Thread Brad Figg
** Summary changed: - Shutdown hangs on EHL board + [ehl] Shutdown hangs on board -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938413 Title: [ehl] Shutdown hangs on board To manage notifications

[Bug 1938413] Re: Shutdown hangs on EHL board

2021-08-12 Thread Brad Figg
** Changed in: intel Status: New => Fix Committed ** Tags added: lookout-canyon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938413 Title: Shutdown hangs on EHL board To manage notificati

[Bug 1929902] Re: [EHL] enable USB-dw3

2021-08-12 Thread Brad Figg
** Changed in: intel Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1929902 Title: [EHL] enable USB-dw3 To manage notifications about this bug go to: https://bugs

[Bug 1938408] Re: EHL board does not support soft reboot

2021-08-12 Thread Brad Figg
** Changed in: intel Status: New => Fix Committed ** Tags added: lookout-canyon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938408 Title: EHL board does not support soft reboot To manage

[Bug 1912752] Re: linux-uc20-efi: megaraid_sas required in the initrd

2021-03-02 Thread Brad Figg
** Changed in: linux (Ubuntu Focal) Importance: Undecided => Critical ** Changed in: linux (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1912752 Title

[Bug 1885030] Re: [Intel] Add Error Disconnect Recover support

2020-06-25 Thread Brad Figg
The following evaluation was done in early May In summary, EDR is brand new in upstream kernels and to my knowledge has not been exercised in-house at Canonical, and ma

[Bug 1885030] Re: [Intel] Add Error Disconnect Recover support

2020-06-25 Thread Brad Figg
Based on this evaluation we have no plans at this time to backport these patches to the Focal 5.4 kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885030 Title: [Intel] Add Error Disconnect Re

[Bug 1842107] Re: [EHL][OSE] I2C implementation

2020-05-26 Thread Brad Figg
These commits are in the 20.04 release kernel. ** Changed in: linux (Ubuntu) Status: Triaged => Fix Released ** Changed in: intel Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1842142] Re: [EHL][OSE] SPI implementation

2020-05-26 Thread Brad Figg
This commit is in the released 20.04 kernel ** Changed in: linux (Ubuntu) Status: Triaged => Fix Released ** Changed in: intel Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1842142] Re: [EHL][OSE] SPI implementation

2020-05-26 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842142 Title: [EHL][OSE] SPI implementation To manage notifications about this bug

[Bug 1842107] Re: [EHL][OSE] I2C implementation

2020-05-26 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842107 Title: [EHL][OSE] I2C implementation To manage notifications about this bug

[Bug 1747499] Re: 98-reboot-required and Interaction with livepatch

2020-05-14 Thread Brad Figg
I agree with comment #4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1747499 Title: 98-reboot-required and Interaction with livepatch To manage notifications about this bug go to: https://bugs.la

[Bug 1862028] Re: Focal uses the exfat fuse filesystem even though there is support in the kernel

2020-03-30 Thread Brad Figg
I believe if got the exfat-fuse filesystem when I installed exfat-tools in order to mkexfatfs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862028 Title: Focal uses the exfat fuse filesystem even

[Bug 1862028] Re: Focal uses the exfat fuse filesystem even though there is support in the kernel

2020-03-30 Thread Brad Figg
If I take the exfat flashdrive to a 20.04 system that does not have exfat-utils/exfat-fuse on it, it works exactly as I expect and mounts as an exfat filesystem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1862028] Re: Focal uses the exfat fuse filesystem even though there is support in the kernel

2020-03-30 Thread Brad Figg
exfat-utils that is -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862028 Title: Focal uses the exfat fuse filesystem even though there is support in the kernel To manage notifications about this

[Bug 1862028] Re: Focal uses the exfat fuse filesystem even though there is support in the kernel

2020-02-26 Thread Brad Figg
** Tags added: champagne -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862028 Title: Focal uses the exfat fuse filesystem even though there is support in the kernel To manage notifications about

[Bug 1864303] Re: Removing the e1000e module causes a crash

2020-02-22 Thread Brad Figg
** Package changed: linux-5.4 (Ubuntu) => 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/1864303 Title: Removing the e1000e module causes a crash To manage notifications about this bu

[Bug 1862682] Re: iSCSI-target: Deleting a LUN hangs in the kernel

2020-02-21 Thread Brad Figg
** Package changed: linux-meta-hwe (Ubuntu) => linux-hwe (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862682 Title: iSCSI-target: Deleting a LUN hangs in the kernel To manage notificatio

[Bug 1853044] Re: 5.3.0-23-generic causes fans to spin when idle

2020-02-12 Thread Brad Figg
If we think that single patch is a solution then can we get a test kernel with that patch made available for confirmation and then get that submitted so it can go into a official 20.04 kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1862028] [NEW] Focal uses the exfat fuse filesystem even though there is support in the kernel

2020-02-05 Thread Brad Figg
Public bug reported: When a storage device formatted with exfat is automatically mounted on a system it is mounted with a fuse filesystem instead of a native, kernel filesystem. The kernel now has support for exfat. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Af

[Bug 1858182] Re: Add support for Rizon 3900 Series Processors by updating to a newer kernel version

2020-01-03 Thread Brad Figg
@ryan The kernel SRU workflow project is a special project that is only used for internal processes. Your bug should have been filed against the ubuntu/linux project which I have now fixed. Also note that we closely follow upstream stable releases and automatically pick them up. ** Also affects:

[Bug 1845886] Re: Enable GVE driver on GCP/GKE kernels

2019-12-20 Thread Brad Figg
*** This bug is a duplicate of bug 1855992 *** https://bugs.launchpad.net/bugs/1855992 ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** No longer affects: kernel-sru-workflow -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1851749] ProcInterrupts.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303661/+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/185

[Bug 1851749] UdevDb.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303665/+files/UdevDb.txt ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1851749] WifiSyslog.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303666/+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/1851749 Ti

[Bug 1851749] ProcCpuinfoMinimal.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303660/+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 1851749] IwConfig.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303657/+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/1851749 Title:

[Bug 1851749] CRDA.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303655/+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/1851749 Title: Freque

[Bug 1851749] CurrentDmesg.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303656/+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/1851749

[Bug 1851749] ProcCpuinfo.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303659/+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/1851749

[Bug 1851749] PulseList.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303663/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1851749 Titl

[Bug 1851749] AlsaInfo.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303654/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1851749 Title:

[Bug 1851749] ProcModules.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303662/+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/1851749

[Bug 1851749] Lspci.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303658/+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/1851749 Title: Freq

[Bug 1851749] RfKill.txt

2019-11-07 Thread Brad Figg
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1851749/+attachment/5303664/+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/1851749 Title: Fr

[Bug 1851749] [NEW] Frequently getting thermal warnings and cpu throttling messages in syslog

2019-11-07 Thread Brad Figg
Public bug reported: Nov 6 11:34:26 fog kernel: [1129655.443564] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 50300)

[Bug 1851233] Re: building a snap from the eoan tree using the raspi2 defconfig results in gigantic snap package

2019-11-04 Thread Brad Figg
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Juerg Haefliger (juergh) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1851233 Title: building a snap from the eoan tree using the raspi2

[Bug 1851233] Re: building a snap from the eoan tree using the raspi2 defconfig results in gigantic snap package

2019-11-04 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1851233 Title: building a snap from the eoan tree using the raspi2 defconfig result

[Bug 1849623] Re: linux-raspi2: rebase the Eoan kernel to the latest rpi-5.3.y branch (2a085c9b42ea)

2019-11-04 Thread Brad Figg
@all, The new raspi2 kernel in -proposed contains these changes. Please test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849623 Title: linux-raspi2: rebase the Eoan kernel to the latest rpi-5.3

[Bug 1848790] Re: USB not working under arm64 on Pi4

2019-11-04 Thread Brad Figg
@all There is a new kernel in -proposed that should fix these USB issues as well as the KVM support. There is still a known issue with audio as is explained in comment #14 above. Please test the -proposed kernel and let us know of any issues that you find. -- You received this bug notification b

[Bug 1845861] Re: package grub-efi-amd64 2.02-2ubuntu8.13 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2019-10-01 Thread Brad Figg
@mahesh, Did you subscribe to the canonical-kernel-team ppa at: https://launchpad.net/~canonical-kernel- team/+archive/ubuntu/ppa/+packages ? If you did, can you tell me why? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1844939] Re: nvidia dkms failure on upgrade from disco to eoan

2019-09-24 Thread Brad Figg
** Attachment added: "/var/lib/dkms/nvidia/390.129/build/make.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1844939/+attachment/5290963/+files/make.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1844939] Re: nvidia dkms failure on upgrade from disco to eoan

2019-09-23 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844939 Title: nvidia dkms failure on upgrade from disco to eoan To manage notific

[Bug 1844939] [NEW] nvidia dkms failure on upgrade from disco to eoan

2019-09-22 Thread Brad Figg
Public bug reported: INFO:Enable nvidia DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad Removing old nvidia-390.129 DKMS files... --

[Bug 1840454] Re: kernel 5.2 disallows thermald's direct MSR writes

2019-08-21 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1840454 Title: kernel 5.2 disallows thermald's direct MSR writes To manage notifications about this bug go to: https://

[Bug 1840796] Re: sound not working in 4.15.0-58, but does in 4.15.0-55

2019-08-21 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1840796 Title: sound not working in 4.15.0-58, but does in 4.15.0-55 To manage notifications about this bug go to: http

[Bug 1817070] Re: Thunderbolt display not detected

2019-08-21 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817070 Title: Thunderbolt display not detected To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1794876] Re: Touchpad doesn't work out-of-the-box in Ubuntu 18.04.1 with ThinkPad X1 carbon

2019-08-21 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794876 Title: Touchpad doesn't work out-of-the-box in Ubuntu 18.04.1 with ThinkPad X1 carbon To manage notifications

[Bug 1761379] Re: [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on Ubuntu

2019-08-19 Thread Brad Figg
Brian, aws, aws-hwe and aws-edge are derivative kernels of the generic kernels. as such they automatically pick up all fixes that get applied to the generic kernels. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1839856] Re: Screen resolution on external monitor won't go above 2560 x 1080

2019-08-13 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839856 Title: Screen resolution on external monitor won't go above 2560 x 1080 To manage notifications about this bug

[Bug 1818816] Re: Ubuntu 16.04 LTS + "lspci: Cannot open /sys/bus No such file" on Dell 5820 Tower

2019-08-13 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818816 Title: Ubuntu 16.04 LTS + "lspci: Cannot open /sys/bus No such file" on Dell 5820 Tower To manage notificatio

[Bug 1839817] Re: External monitors does not work anymore 5.0.0-21-generic

2019-08-13 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839817 Title: External monitors does not work anymore 5.0.0-21-generic To manage notifications about this bug go to: h

[Bug 1839124] Re: BT advertising packet wakes up the system from S3 and suspend-to-idle

2019-08-13 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839124 Title: BT advertising packet wakes up the system from S3 and suspend-to-idle To manage notifications about this

[Bug 1769075] Re: [regression][bionic] Bluetooth keyboard battery reports 0% (in kernel 4.15 and later)

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769075 Title: [regression][bionic] Bluetooth keyboard battery reports 0% (in kernel 4.15 and later) To manage notifications abou

[Bug 1772412] Re: zfs 0.7.9 fixes a bug (https://github.com/zfsonlinux/zfs/pull/7343) that hangs the system completely

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772412 Title: zfs 0.7.9 fixes a bug (https://github.com/zfsonlinux/zfs/pull/7343) that hangs the system completely To manage not

  1   2   3   4   5   6   7   8   9   10   >