[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

[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

[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

[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

[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

[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'.

[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

[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

[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,

[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

[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

[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

[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

[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

[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)

[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.

[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) *

[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,

[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

[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

[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

[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

[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:

[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

[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

[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

[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

[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.

[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.

[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:

[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.

[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

[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

[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

[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

[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

[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 **

[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

[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.

[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

[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

[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.

[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] 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:

[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.

[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

[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

[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:

[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:

[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

[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

[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

[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

[bionic] linux-oem 4.15.0-1059.68 uploaded (ABI bump)

2019-10-14 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-oem/4.15.0-1059.68 -- This message was created by an automated script, maintained by the

[xenial] linux-aws-hwe 4.15.0-1052.54~16.04.1 uploaded (ABI bump)

2019-10-12 Thread brad . figg
A new xenial kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/xenial/+source/linux-aws-hwe/4.15.0-1052.54~16.04.1 -- This message was created by an automated script,

[eoan] linux-gcp 5.3.0-1004.4 uploaded (ABI bump)

2019-10-12 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux-gcp/5.3.0-1004.4 -- This message was created by an automated script, maintained by the Ubuntu

[eoan] linux-aws 5.3.0-1003.3 uploaded (ABI bump)

2019-10-12 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux-aws/5.3.0-1003.3 -- This message was created by an automated script, maintained by the Ubuntu

[xenial] linux-oracle 4.15.0-1027.30~16.04.1 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new xenial kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/xenial/+source/linux-oracle/4.15.0-1027.30~16.04.1 -- This message was created by an automated script,

[eoan] linux-oracle 5.3.0-1002.2 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux-oracle/5.3.0-1002.2 -- This message was created by an automated script, maintained by the

[eoan] linux-kvm 5.3.0-1003.3 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux-kvm/5.3.0-1003.3 -- This message was created by an automated script, maintained by the Ubuntu

[eoan] linux-azure 5.3.0-1003.3 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux-azure/5.3.0-1003.3 -- This message was created by an automated script, maintained by the Ubuntu

[ShankBot] [bug 1847293] Packages copied to the wrong component

2019-10-11 Thread brad . figg
The following packages ended up in the wrong component in the Proposed pocket: linux-restricted-modules-gcp 5.3.0-1004.4 - is in universe instead of restricted linux-modules-nvidia-390-5.3.0-1004-gcp 5.3.0-1004.4 - is in universe instead of restricted linux-modules-nvidia-430-5.3.0-1004-gcp

[bionic] linux-oracle 4.15.0-1027.30 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-oracle/4.15.0-1027.30 -- This message was created by an automated script, maintained by the

[eoan] linux-raspi2 5.3.0-1007.8 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux-raspi2/5.3.0-1007.8 -- This message was created by an automated script, maintained by the

[ShankBot] [bug 1847291] Packages copied to the wrong component

2019-10-11 Thread brad . figg
The following packages ended up in the wrong component in the Proposed pocket: linux-restricted-modules-aws 5.3.0-1003.3 - is in universe instead of restricted linux-modules-nvidia-390-5.3.0-1003-aws 5.3.0-1003.3 - is in universe instead of restricted linux-modules-nvidia-430-5.3.0-1003-aws

[eoan] linux 5.3.0-18.19 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux/5.3.0-18.19 -- This message was created by an automated script, maintained by the Ubuntu Kernel

[xenial] linux-kvm 4.4.0-1060.67 uploaded (ABI bump)

2019-10-11 Thread brad . figg
A new xenial kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/xenial/+source/linux-kvm/4.4.0-1060.67 -- This message was created by an automated script, maintained by the

[bionic] linux-oem-osp1 5.0.0-1025.28 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-oem-osp1/5.0.0-1025.28 -- This message was created by an automated script, maintained by

[bionic] linux-hwe 5.0.0-32.34~18.04.2 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-hwe/5.0.0-32.34~18.04.2 -- This message was created by an automated script, maintained by

[disco] linux-oracle 5.0.0-1005.9 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new disco kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/disco/+source/linux-oracle/5.0.0-1005.9 -- This message was created by an automated script, maintained by the

[bionic] linux-gke-5.0 5.0.0-1022.22~18.04.3 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-gke-5.0/5.0.0-1022.22~18.04.3 -- This message was created by an automated script,

[bionic] linux-gcp 5.0.0-1021.21~18.04.1 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-gcp/5.0.0-1021.21~18.04.1 -- This message was created by an automated script, maintained by

[trusty] linux-lts-xenial 4.4.0-166.195~14.04.1 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new trusty kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/trusty/+source/linux-lts-xenial/4.4.0-166.195~14.04.1 -- This message was created by an automated script,

[bionic] linux-bluefield 5.0.0-1003.12 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-bluefield/5.0.0-1003.12 -- This message was created by an automated script, maintained by

[bionic] linux-gcp-edge 5.0.0-1021.21~18.04.1 uploaded (ABI bump)

2019-10-10 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-gcp-edge/5.0.0-1021.21~18.04.1 -- This message was created by an automated script,

[ShankBot] [bug 1846108] Packages copied to the wrong component

2019-10-10 Thread brad . figg
The following packages ended up in the wrong component in the Proposed pocket: linux-restricted-modules-aws-fips 4.15.0-2002.2 - is in main instead of restricted linux-modules-nvidia-390-4.15.0-2002-aws-fips 4.15.0-2002.2 - is in main instead of restricted linux-modules-nvidia-390-aws-fips

[trusty] linux-azure 4.15.0-1061.66~14.04.1 uploaded (ABI bump)

2019-10-09 Thread brad . figg
A new trusty kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/trusty/+source/linux-azure/4.15.0-1061.66~14.04.1 -- This message was created by an automated script, maintained

[precise] linux-lts-trusty 3.13.0-174.225~12.04.1 uploaded (ABI bump)

2019-10-09 Thread brad . figg
A new precise kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/precise/+source/linux-lts-trusty/3.13.0-174.225~12.04.1 -- This message was created by an automated script,

[bionic] linux-gcp-edge 5.0.0-1020.20~18.04.1 uploaded (ABI bump)

2019-10-08 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-gcp-edge/5.0.0-1020.20~18.04.1 -- This message was created by an automated script,

[bionic] linux-gke-5.0 5.0.0-1021.21~18.04.1 uploaded (ABI bump)

2019-10-07 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-gke-5.0/5.0.0-1021.21~18.04.1 -- This message was created by an automated script,

[bionic] linux-azure 5.0.0-1023.24~18.04.1 uploaded (ABI bump)

2019-10-07 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-azure/5.0.0-1023.24~18.04.1 -- This message was created by an automated script, maintained

[bionic] linux-azure-edge 5.0.0-1023.24 uploaded (ABI bump)

2019-10-07 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-azure-edge/5.0.0-1023.24 -- This message was created by an automated script, maintained by

[bionic] linux-oem 4.15.0-1058.67 uploaded (ABI bump)

2019-10-07 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-oem/4.15.0-1058.67 -- This message was created by an automated script, maintained by the

[bionic] linux-gcp 5.0.0-1020.20~18.04.1 uploaded (ABI bump)

2019-10-06 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-gcp/5.0.0-1020.20~18.04.1 -- This message was created by an automated script, maintained by

[eoan] linux-raspi2 5.3.0-1006.7 uploaded (ABI bump)

2019-10-05 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux-raspi2/5.3.0-1006.7 -- This message was created by an automated script, maintained by the

[eoan] linux 5.3.0-17.18 uploaded (ABI bump)

2019-10-04 Thread brad . figg
A new eoan kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/eoan/+source/linux/5.3.0-17.18 -- This message was created by an automated script, maintained by the Ubuntu Kernel

[xenial] linux-gcp 4.15.0-1047.50 uploaded (ABI bump)

2019-10-04 Thread brad . figg
A new xenial kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/xenial/+source/linux-gcp/4.15.0-1047.50 -- This message was created by an automated script, maintained by the

[xenial] linux-azure-edge 4.15.0-1061.66 uploaded (ABI bump)

2019-10-04 Thread brad . figg
A new xenial kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/xenial/+source/linux-azure-edge/4.15.0-1061.66 -- This message was created by an automated script, maintained by

[bionic] linux-oem-osp1 5.0.0-1024.27 uploaded (ABI bump)

2019-10-04 Thread brad . figg
A new bionic kernel has been uploaded into proposed. Note the ABI bump. The full changelog about all bug fixes contained in this upload can be found at: https://launchpad.net/ubuntu/bionic/+source/linux-oem-osp1/5.0.0-1024.27 -- This message was created by an automated script, maintained by

  1   2   3   4   5   6   7   8   9   10   >