[Kernel-packages] [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

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

[Kernel-packages] [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)

[Kernel-packages] [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

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux-nvidia-6.5 in Ubuntu. https://bugs.launchpad.net/bugs/2059178 Title: Pull request to fully enable nvidia-fs

[Kernel-packages] [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 Kernel

[Kernel-packages] [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

[Kernel-packages] [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

[Kernel-packages] [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

[Kernel-packages] [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

[Kernel-packages] [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

[Kernel-packages] [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)

[Kernel-packages] [Bug 2053148] [NEW] Pull request: address GPIO initialization regression on Grace systems

2024-02-14 Thread Brad Figg
Public bug reported: The tegra186_gpio_is_accessible() function incorrectly declares GPIO lines that have only one of TEGRA186_GPIO_SCR_SEC_REN _or_ TEGRA186_GPIO_SCR_SEC_WEN set as being inaccessible. ** Affects: linux-nvidia-6.5 (Ubuntu) Importance: Undecided Status: New --

[Kernel-packages] [Bug 2049537] [NEW] Pull request for: peer-memory, ACPI thermal issues and coresight etm4x issues

2024-01-16 Thread Brad Figg
Public bug reported: * Add support of "Thermal fast Sampling Period (_TFP)" for passive cooling. * Finer grained CPU throttling * The peer_memory_client scheme allows a driver to register with the ib_umem system that it has the ability to understand user virtual address ranges that are not

[Kernel-packages] [Bug 2048815] [NEW] Pull request to address TPM SPI devices

2024-01-09 Thread Brad Figg
Public bug reported: TPM devices may insert wait state on last clock cycle of ADDR phase. For SPI controllers that support full-duplex transfers, this can be detected using software by reading the MISO line. For SPI controllers that only support half-duplex transfers, such as the Tegra QSPI, it

[Kernel-packages] [Bug 2043132] [NEW] Pull request to enable GDS optimization in the Grace enablement kernel

2023-11-09 Thread Brad Figg
Public bug reported: These are the same patches that have been applied to the 5.19 and 6.2 kernels to enable GDS. NVIDIA is requesting they be applied to the 6.5 kernel which is used for Grace enablement. ** Affects: linux-nvidia-6.5 (Ubuntu) Importance: Undecided Status: New --

[Kernel-packages] [Bug 2043059] [NEW] Installation errors out when installing in a chroot

2023-11-08 Thread Brad Figg
Public bug reported: Processing triggers for linux-image-5.15.0-1040-nvidia (5.15.0-1040.40) ... /etc/kernel/postinst.d/dkms: * dkms: running auto installation service for kernel 5.15.0-1040-nvidia ...done. /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating

[Kernel-packages] [Bug 2042697] [NEW] Pull request to address thermal core issues

2023-11-03 Thread Brad Figg
Public bug reported: The Grace development team has not been testing the 6.2 Ubuntu kernel but instead a newer kernel. When they run their thermal tests on a 6.2 kernel they are running into failures. Investigations have turned up several missing kernel patches. These patches are clean

[Kernel-packages] [Bug 2038099] [NEW] Enable building and signing of the nvidia-fs out-of-tree kernel module.

2023-10-02 Thread Brad Figg
Public bug reported: [Issue] The nvidia-fs kernel module is a must have for Nvidia optimized kernels. There is now a version that is compatible with the Grace processor. Integrate the changes necessary to build and sign this out-of-tree kernel module. ** Affects: linux-nvidia-6.2 (Ubuntu)

[Kernel-packages] [Bug 2037688] [NEW] Pull-request to address TPM bypass issue

2023-09-29 Thread Brad Figg
Public bug reported: NVIDIA: [Config]: Ensure the TPM is available before IMA initializes Set the following configs: CONFIG_SPI_TEGRA210_QUAD=y CONFIG_TCG_TIS_SPI=y On Grace systems, the IMA driver emits the following log: ima: No TPM chip found, activating

[Kernel-packages] [Bug 2033685] [NEW] Pull-request to address ARM CoreSoght PMU issues

2023-08-31 Thread Brad Figg
Public bug reported: [issue] This patch set addresses several CoreSight PMU issues. These are all upstream patches. Commit Summary 2940a5e perf: arm_cspmu: Fix variable dereference warning 06f6951 perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used 292771d perf/arm_cspmu:

[Kernel-packages] [Bug 2028576] [NEW] Pull-request for setting CPU frequency gov to performance

2023-07-24 Thread Brad Figg
Public bug reported: [issue] CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set so it's using ondemand. We want to be using PERFORMANCE ** Affects: linux-nvidia-6.2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1982519] Re: GDS: Add NFS patches to optimized kernel

2023-07-19 Thread Brad Figg
** Also affects: linux-nvidia-5.19 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 2026891] Re: linux-nvidia-6.2 on DGX servers: "WARNING: CPU: 0 PID: 0 at init/main.c:1065 start_kernel+0x4da/0x540"

2023-07-15 Thread Brad Figg
The following changes since commit 3d28f6c10d6940b0c6a497482fe90cc4dbd5549a: UBUNTU: Ubuntu-nvidia-6.2-6.2.0-1004.4~22.04.1 (2023-07-03 10:01:31 -0700) are available in the Git repository at: https://github.com/NVIDIA-BaseOS-6/linux-nvidia-6.2/pull/new/bfigg- lp2026891 for you to fetch

[Kernel-packages] [Bug 2027837] Re: Pull request to address missing NVIDIA Grace SOC patches

2023-07-14 Thread Brad Figg
** Description changed: [Impact] There are a number of fixes for Grace SOC enablement in the related pull request. Application of this pull-request is appreciated. These patches have been reviewed and tested, confirming they address these issues. + + Akhil R (2): + i2c: tegra:

[Kernel-packages] [Bug 2027837] [NEW] Pull request to address missing NVIDIA Grace SOC patches

2023-07-14 Thread Brad Figg
Public bug reported: [Impact] There are a number of fixes for Grace SOC enablement in the related pull request. Application of this pull-request is appreciated. These patches have been reviewed and tested, confirming they address these issues. ** Affects: linux-nvidia-5.19 (Ubuntu)

[Kernel-packages] [Bug 2026776] Re: arm64+ast2600: No Output from BMC's VGA port

2023-07-10 Thread Brad Figg
There is no need for kernel logs, we've already diagnosed the problem and are providing the solution. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2026776 Title: arm64+ast2600: No

[Kernel-packages] [Bug 2026776] Re: arm64+ast2600: No Output from BMC's VGA port

2023-07-10 Thread Brad Figg
** Also affects: linux-hwe-6.2 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-hwe-5.19 (Ubuntu) Importance: Undecided Status: New ** Description changed: Hello, On systems that have the following combination of hardware...: 1) arm64 CPU 2)

[Kernel-packages] [Bug 2024857] [NEW] Request application of pull-request for Grace SOC enablement

2023-06-22 Thread Brad Figg
Public bug reported: [Impact] We are starting work on the new 6.2 based, HWE kernel for supporting the NVIDIA Grace SOC. A setup of patches needs to be pulled in to address issues. All of these patches are found in more recent upstream kernel versions. ** Affects: linux-nvidia-6.2 (Ubuntu)

[Kernel-packages] [Bug 2021535] [NEW] Request application of upstream patch to address drm/ast ARM compatibility issue

2023-05-29 Thread Brad Figg
Public bug reported: [impact] This patch addresses a drm/ast compatibility issue with ARM architecture. The patch is in the upstream Linux kernel as sha1 4327a6137ed43a091d900b1ac833345d60f32228. The issue was found during development testing and application of this commit has been confirmed

[Kernel-packages] [Bug 2019240] [NEW] Pull-request to address a number of enablement issues for Orin platforms

2023-05-11 Thread Brad Figg
Public bug reported: [impact] This patch set addresses a wide variety of bugs and missing features for NVIDIA Orin platforms. ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 2016177] [NEW] Pull-request to remove NOUVEAU configuration and address annotations

2023-04-13 Thread Brad Figg
:09:10 -0700) Brad Figg (6): NVIDIA: [Config] change CONFIG_DRM_NOUVEAU and CONFIG_DRM_NOUVEAU_BACKLIGHT to is not set NVIDIA: [Config] changed CONFIG_VIDEO_OV01A1S to is not set NVIDIA: [Config] set

[Kernel-packages] [Bug 2015755] [NEW] Pull-request to address mgbe ethernet driver on AGX Orin

2023-04-10 Thread Brad Figg
Public bug reported: [Impact] This patch set is intended to address https://bugs.launchpad.net/riverside/+bug/2011636 ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 2012939] [NEW] Pull-request to address a number of issues in the nvidia-tegra -1010.10

2023-03-27 Thread Brad Figg
Public bug reported: [Impact] Adding these patches address a number of differences between the Ubuntu kernel and the internal NVIDIA kernel. [Fix] These patches do not constitute a single fix or a set of fixes for bugs but instead enable kernel functionality as well as fix kernel bugs

[Kernel-packages] [Bug 2010997] Re: Pull-Request to address USB and PWM cooling fan issues with Orin HW

2023-03-10 Thread Brad Figg
** Description changed: - [Impact] - Adding this patch addresses a specific audio issue with the nvidia-tegra kernel. + [Impact] + Adding this patch addresses USB and PWM cooling fan issues as described in the following bugs: - https://bugs.launchpad.net/riverside/+bug/2009867 -

[Kernel-packages] [Bug 2010997] [NEW] Pull-Request to address USB and PWM cooling fan issues with Orin HW

2023-03-10 Thread Brad Figg
Public bug reported: [Impact] Adding this patch addresses a specific audio issue with the nvidia-tegra kernel. https://bugs.launchpad.net/riverside/+bug/2009867 https://bugs.launchpad.net/riverside/+bug/2002173 [Fix] The PR is made up of a revert of one commit and the

[Kernel-packages] [Bug 2008921] [NEW] Please apply the indicated patch to address an audio issue with the tegra kernel

2023-03-01 Thread Brad Figg
Public bug reported: [Impact] Adding this patch addresses a specific audio issue with the tegra kernel. [Fix] ASoC: simple-card-utils: Increase maximum DAI links limit to 512 The current limit of 128 is not sufficient when more components are added to the audio map on Tegra210

[Kernel-packages] [Bug 2008795] [NEW] Please apply yet another set of Orin, platform enablement patches

2023-02-28 Thread Brad Figg
Public bug reported: [Impact] Adding these patches enables additional functionality and addresses bugs related to the Ubuntu kernel on Orin reference HW. [Fix] These patches do not constitute a single fix or a set of fixes for bugs but instead enable kernel functionality as well as

[Kernel-packages] [Bug 2008503] [NEW] Please apply another batch of Orin platform enablement patches

2023-02-24 Thread Brad Figg
Public bug reported: [Impact] Adding these patches enables additional functionality and addresses bugs related to the Ubuntu kernel on Orin reference HW. [Fix] These patches do not constitute a single fix or a set of fixes for bugs but instead enable kernel functionality as well as

[Kernel-packages] [Bug 2003728] [NEW] Enable MGBE ethernet on Orin platforms

2023-01-23 Thread Brad Figg
Public bug reported: [Impact] Adding these patches enables additional functionality and addresses bugs related to the Ubuntu kernel on Orin reference HW. Specifically these 3 patches (2 cherry-picks and 1 backport) add the MGBE driver. [Fix] These patches do not constitute a

[Kernel-packages] [Bug 2003640] [NEW] Integrate NVIDIA Grace kernel fixes for vGIC

2023-01-21 Thread Brad Figg
Public bug reported: [Impact] To save the vgic LPI pending state with GICv4.1, the VPEs must all be unmapped from the ITSs so that the sGIC caches can be flushed. The opposite is done once the state is saved. This is all done by using the activate/deactivate irqdomain callbacks

[Kernel-packages] [Bug 2002574] [NEW] Integrate Nvidia Grace kernel fixes for TPM

2023-01-11 Thread Brad Figg
Public bug reported: [Impact] Adding these patches enables additional functionality and addresses bugs related to the Ubuntu kernel on Grace reference HW [Fixes] - 2 patches to address issues with the TPM module used with Grace systems ** Affects: linux-nvidia-5.19 (Ubuntu)

[Kernel-packages] [Bug 2001557] [NEW] Integrate Nvidia Orin enablement patches

2023-01-03 Thread Brad Figg
Public bug reported: [Impact] Adding these patches enables additional functionality and addresses bugs related to the Ubuntu kernel on Orin reference HW [Fix] These patches do not constitute a single fix or a set of fixes for bugs but instead enable kernel functionality as well as

[Kernel-packages] [Bug 1998380] Re: Integrate ARM64 Performance Monitoring Unit Table patches

2022-12-01 Thread Brad Figg
** Information type changed from Private to Public -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia in Ubuntu. https://bugs.launchpad.net/bugs/1998380 Title: Integrate ARM64 Performance Monitoring Unit Table patches Status

[Kernel-packages] [Bug 1998527] Re: Integrate ARM64 Tegra SPI & QSPI changes

2022-12-01 Thread Brad Figg
** Information type changed from Private to Public -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia in Ubuntu. https://bugs.launchpad.net/bugs/1998527 Title: Integrate ARM64 Tegra SPI & QSPI changes Status in linux-nvidia

[Kernel-packages] [Bug 1998527] [NEW] Integrate ARM64 Tegra SPI & QSPI changes

2022-12-01 Thread Brad Figg
Private bug reported: There are 4 commits that went upstream post 5.19 that are required for NVIDIA SOC enablement. Please integrate these patches into the linux- nvidia-5.19 kernel. The following patches are in linux-next: ** Affects: linux-nvidia (Ubuntu) Importance: Undecided

[Kernel-packages] [Bug 1998392] Re: Integrate IOMMU patches related to NVIDIA SOC development

2022-11-30 Thread Brad Figg
** Description changed: There are 4 commits that went upstream post 5.19 that are required for NVIDIA SOC enablement. Please integrate these patches into the linux- nvidia-5.19 kernel. + + + The following patches are in linux-next: + 00208852d351ca6e4a8b9ff0c5376fa3a8ed8eaa iommu: Add

[Kernel-packages] [Bug 1998392] [NEW] Integrate IOMMU patches related to NVIDIA SOC development

2022-11-30 Thread Brad Figg
Public bug reported: There are 4 commits that went upstream post 5.19 that are required for NVIDIA SOC enablement. Please integrate these patches into the linux- nvidia-5.19 kernel. ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Kernel-packages] [Bug 1998380] [NEW] Integrate ARM64 Performance Monitoring Unit Table patches

2022-11-30 Thread Brad Figg
Private bug reported: There are a set of patches on linux-next upstream that are required as part of NVIDIA SOC enablement. These patches need to be integrated into the Optimized linux-nvidia-5.19 kernel. ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: New **

[Kernel-packages] [Bug 1895470] Re: fatal error: classmap.h: No such file or directory

2022-11-20 Thread Brad Figg
** Package changed: linux-kernel-headers (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1895470 Title: fatal error: classmap.h: No such file or directory

[Kernel-packages] [Bug 1995023] [NEW] Integrate Nvidia Orin Audio, cpu frequency and other enablement patches

2022-10-27 Thread Brad Figg
Private bug reported: [Impact] Adding these patches enables the Ubuntu kernel on Orin reference HW [Fix] These patches do not constitute a single fix or a set of fixes for bugs but instead enable kernel functionality on Nvidia HW. ** Affects: linux-nvidia (Ubuntu) Importance:

[Kernel-packages] [Bug 1983215] [NEW] bjf test

2022-07-31 Thread Brad Figg
Public bug reported: This is just a test ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: Invalid ** Also affects: linux-nvidia (Ubuntu Jammy) Importance: Undecided Status: New ** No longer affects: linux-nvidia (Ubuntu Jammy) ** Changed in: linux-nvidia

[Kernel-packages] [Bug 1983190] [NEW] bjf test

2022-07-30 Thread Brad Figg
Public bug reported: bjf test ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: Invalid ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1982519] Re: GDS: Add NFS patches to optimized kernel

2022-07-22 Thread Brad Figg
** Also affects: linux-nvidia (Ubuntu Jammy) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia in Ubuntu. https://bugs.launchpad.net/bugs/1982519 Title: GDS: Add NFS patches to

[Kernel-packages] [Bug 1982519] [NEW] GDS: Add NFS patches to optimized kernel

2022-07-21 Thread Brad Figg
Public bug reported: [Impact] Adding these changes will enable GDS functionality NFS drivers. [Fix] This is a not a fix but a new feature being to NFS driver. [Test] Tested the NFS driver on a hpe system as I did not have a setup with BASEOS6. 1) Installed 5.15.39 kernel on

[Kernel-packages] [Bug 1982518] [NEW] NVMe/MVMEeOF: Patch NVMe/NVMeOF driver to support GDS

2022-07-21 Thread Brad Figg
Public bug reported: [Impact] Adding these changes will enable GDS functionality for NVMe and NVMeOF drivers. [Fix] This is a not a fix but a new feature being added to NVMe and NVMeOF driver. [Test] Tested the NVMe driver on a hpe system as I did not have a setup with BASEOS6.

[Kernel-packages] [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) *

[Kernel-packages] [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 Kernel Packages,

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux-intel in Ubuntu. https://bugs.launchpad.net/bugs/1938408 Title: [ehl] board

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux-intel in Ubuntu. https://bugs.launchpad.net/bugs/1938413 Title: [ehl] Shutdown hangs on board

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux-intel in Ubuntu. https://bugs.launchpad.net/bugs/1938413 Title: Shutdown hangs on EHL board

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux-intel in Ubuntu. https://bugs.launchpad.net/bugs/1929902 Title: [EHL] enable USB-dw3 Status in intel: Fix Committed

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux-intel in Ubuntu. https://bugs.launchpad.net/bugs/1938408 Title: EHL board does not support

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1885030 Title: [Intel] Add Error

[Kernel-packages] [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

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1842107 Title: [EHL][OSE] I2C implementation Status in intel: Fix

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1842142 Title: [EHL][OSE] SPI implementation Status in intel: Fix

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1862028 Title: Focal uses the exfat fuse

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1862028 Title: Focal uses the exfat fuse filesystem even though there is support in the kernel Status in linux

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1862028 Title: Focal uses the exfat fuse filesystem even though there is support in the kernel Status in linux

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864303 Title: Removing the e1000e module causes a crash Status in linux package

[Kernel-packages] [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 Kernel Packages, which is subscribed

[Kernel-packages] [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 **

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

[Kernel-packages] [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 Kernel Packages,

[Kernel-packages] [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 Kernel Packages, which is

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1851749

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1851749

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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)

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1851233 Title: building a snap from the eoan tree

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1851233 Title: building a snap from the eoan tree using the raspi2

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux-raspi2 in Ubuntu. https://bugs.launchpad.net/bugs/1849623 Title: linux-raspi2: rebase the Eoan kernel

[Kernel-packages] [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

[Kernel-packages] [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 Kernel Packages, which is subscribed to

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1844939 Title: nvidia dkms failure on upgrade from disco to eoan

  1   2   3   4   5   6   7   8   9   10   >