[Kernel-packages] [Bug 2100340] Re: Backport pci=config_acs parameter with fix commit

2025-06-26 Thread Jacob Martin
** Changed in: linux (Ubuntu Plucky) Status: Fix Committed => Fix Released ** Changed in: linux (Ubuntu Oracular) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia-6.8 in Ubun

[Kernel-packages] [Bug 2113990] Re: A process exiting with an open /dev/snapshot fd causes a NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-20 Thread Jacob Martin
Fix submitted to kernel-team mailing list: https://lists.ubuntu.com/archives/kernel-team/2025-June/160707.html. -- 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/2113990 Title: A process ex

[Kernel-packages] [Bug 2113990] Re: A process exiting with an open /dev/snapshot fd causes a NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-20 Thread Jacob Martin
** Description changed: + SRU Justification: + + [Impact] + + When a process exits while still holding an open file descriptor to + /dev/snapshot, a NULL pointer dereference occurs in + efivarfs_pm_notify(). + + [ 166.826999] BUG: kernel NULL pointer dereference, address: 0028 + [ 1

[Kernel-packages] [Bug 2113990] Re: A process exiting with an open /dev/snapshot fd causes a NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-20 Thread Jacob Martin
** Summary changed: - NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan + A process exiting with an open /dev/snapshot fd causes a NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan -- You received this bug notification because you are a member of Kernel Pac

[Kernel-packages] [Bug 2113992] Re: Creating a VXLAN interface with a Fan mapping causes a NULL pointer dereference caught by ubuntu_fan_smoke_test:sut-scan

2025-06-20 Thread Jacob Martin
+ ICH9, 2009)/LXD, BIOS unknown 2/2/2022 + ... + + This affects 6.14 kernels only. + + [Fix] + + Author: Jacob Martin + Date: Fri Jun 13 10:33:42 2025 -0500 + + UBUNTU: SAUCE: fan: vxlan: parse fan-map from IFLA_VXLAN_FAN_MAP attribute ID + + BugLink: https://bugs.launchpad.net

[Kernel-packages] [Bug 2100340] Re: Backport pci=config_acs parameter with fix commit

2025-06-18 Thread Jacob Martin
** Changed in: linux (Ubuntu Noble) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Oracular) Assignee: Jacob Martin (jacobmartin) => (unassigned) ** Changed in: linux (Ubuntu Oracular) Status: In Progress => Fix Committed ** Also affects: linux-nv

[Kernel-packages] [Bug 2114232] Re: Pick from upstream: "wifi: mt76: mt7925: fix host interrupt register initialization"

2025-06-18 Thread Jacob Martin
** Changed in: linux-nvidia-6.14 (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia-6.11 in U

[Kernel-packages] [Bug 2112600] Re: IOMMU: Support contiguous bit in translation tables

2025-06-17 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because

[Kernel-packages] [Bug 2114230] Re: NVIDIA: SAUCE: Add FFA and EC Secure Service Driver to -nvidia kernel

2025-06-17 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.14 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.14 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ub

[Kernel-packages] [Bug 2109872] Re: Backport: perf: arm_cspmu: nvidia: update event list and filter

2025-06-13 Thread Jacob Martin
** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed ** 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 linux-nvidia in Ubuntu. https://bugs.launchp

[Kernel-packages] [Bug 2113990] Re: NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-12 Thread Jacob Martin
This bug appears to come from this upstream commit, introduced in 6.14: https://github.com/torvalds/linux/commit/11092db5b57377ac99e6339cfd16ca35ef011f3c. The added call to vfs_kern_mount() leads to alloc_fs_context() being called, which attempts to get the current net_ns through current->nsproxy,

[Kernel-packages] [Bug 2113990] Re: NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-12 Thread Jacob Martin
@magalilemes, nice! That looks like it'd fix it based on the diff as well: https://github.com/torvalds/linux/commit/0e4f9483959b. -- 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/2113990 Tit

[Kernel-packages] [Bug 2113990] Re: NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-12 Thread Jacob Martin
The issue seems to occur when /dev/snapshot is opened but not closed by a userspace program. In this case, the close is instead done automatically by the kernel when the opening program exits. For example, the following C program causes a panic reliably in an LXD VM running 6.14.0-15-generic: roo

[Kernel-packages] [Bug 2113990] Re: NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-12 Thread Jacob Martin
... /build/linux-gcp-ieKkys/linux-gcp-6.14.0/fs/fs_context.c: 294 fc->net_ns = get_net(current->nsproxy->net_ns); 0x8187ff31 <+145>: 48 8b 82 e8 0c 00 00mov0xce8(%rdx),%rax 0x8187ff38 <+152>: 4c 8b 70 28 mov0x28(%rax),%r14 ... 0xce

[Kernel-packages] [Bug 2113992] Re: NULL pointer dereference caught by ubuntu_fan_smoke_test:sut-scan

2025-06-11 Thread Jacob Martin
For vxlan fan networks, iproute2 uses the flag IFLA_VXLAN_FAN_MAP to configure Ubuntu Fan vxlan devices. The vxlan fan netlink data parsing is handled in the kernel (see drivers/net/vxlan/vxlan_core.c) with: ... if (data[IFLA_VXLAN_FAN_MAP]) { err = vxlan_parse_fan_map(data, vxlan);

[Kernel-packages] [Bug 2113990] Re: NULL pointer dereference caught by ubuntu_stress_smoke_test:sut-scan

2025-06-11 Thread Jacob Martin
Decoded stacktrace for 6.14.0-1008-gcp: $ ./scripts/decode_stacktrace.sh /usr/lib/debug/boot/vmlinux-6.14.0-1008-gcp < ~/660\ 386885\ BUG\ kernel.txt [ 660.386885] BUG: kernel NULL pointer dereference, address: 0028 [ 660.394066] #PF: supervisor read access in kernel mode [ 660.394

[Kernel-packages] [Bug 2112155] Re: mt7925: Support country-specific regulatory requirements

2025-05-30 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.14 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ub

[Kernel-packages] [Bug 2109984] Re: Backport wifi driver changes for mt7925

2025-05-30 Thread Jacob Martin
** Also affects: linux-nvidia-6.14 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.14 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.14 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you a

[Kernel-packages] [Bug 2109227] Re: Pull request: Spark needs a different BT device ID

2025-05-30 Thread Jacob Martin
** Also affects: linux-nvidia-6.14 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.14 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux

[Kernel-packages] [Bug 2110750] Re: UBSAN: shift-out-of-bounds arm-smmu-v3.c

2025-05-30 Thread Jacob Martin
** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia-6.14 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia-6.11 in U

[Kernel-packages] [Bug 2111447] Re: Backport: ALSA: hda - Add new driver for HDA controllers listed via ACPI

2025-05-30 Thread Jacob Martin
** Changed in: linux-nvidia (Ubuntu) Assignee: Jacob Martin (jacobmartin) => (unassigned) ** Changed in: linux-nvidia-6.11 (Ubuntu) Assignee: Jacob Martin (jacobmartin) => (unassigned) ** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New *

[Kernel-packages] [Bug 2111511] Re: Backport: TPM Service Command Response Buffer Interface Over FF-A

2025-05-30 Thread Jacob Martin
** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Won't Fix ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committe

[Kernel-packages] [Bug 2110750] Re: UBSAN: shift-out-of-bounds arm-smmu-v3.c

2025-05-21 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.14 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.14 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ubuntu)

[Kernel-packages] [Bug 2097389] Re: VM boots slowly with large-BAR GPU Passthrough due to pci/probe.c redundancy

2025-05-20 Thread Jacob Martin
** Changed in: linux (Ubuntu Jammy) Assignee: (unassigned) => Keifer Snedeker (ks0) -- 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/2097389 Title: VM boots slowly with large-BAR GPU

[Kernel-packages] [Bug 2110319] Re: mm/gup: Issues running cudaMallocHost

2025-05-18 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.11 (Ubuntu Noble)

[Kernel-packages] [Bug 2109872] Re: Backport: perf: arm_cspmu: nvidia: update event list and filter

2025-05-14 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvid

[Kernel-packages] [Bug 2100340] Re: Backport pci=config_acs parameter with fix commit

2025-05-05 Thread Jacob Martin
Patches submitted to kernel team list: https://lists.ubuntu.com/archives/kernel-team/2025-May/159553.html SRU Justification: [Impact] The PCI ACS capability parameter is used to enable and configure access control between PCIe devices. In particular, this parameter can enable and/or restri

[Kernel-packages] [Bug 2100340] Re: Backport pci=config_acs parameter with fix commit

2025-05-02 Thread Jacob Martin
** Summary changed: - PCI/ACS: Fix 'pci=config_acs=' parameter + Backport pci=config_acs parameter with fix commit -- 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/2100340 Title: Backpor

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

2025-05-02 Thread Jacob Martin
This fix was pulled into plucky:linux 6.14.0-17.17 via stable updates, which is slated to release with the 2025.04.14 cycle: https://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/plucky/commit/?h=master- next&id=9f6d8838a41aebfc1552a513d13a1377b49385b2. I'm working on an SRU submissi

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

2025-05-02 Thread Jacob Martin
** Changed in: linux (Ubuntu Plucky) Assignee: Jacob Martin (jacobmartin) => (unassigned) ** Changed in: linux (Ubuntu Plucky) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to li

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

2025-05-02 Thread Jacob Martin
** Changed in: linux (Ubuntu) Status: In Progress => Invalid ** Changed in: linux (Ubuntu) Assignee: Jacob Martin (jacobmartin) => (unassigned) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 2109796] Re: [SRU][O/N] Support Wi-fi and Bluetooth for Nvidia DGX Spark Platform

2025-05-01 Thread Jacob Martin
** Changed in: linux-firmware (Ubuntu) Importance: Undecided => High ** Changed in: linux-firmware (Ubuntu Oracular) Importance: Undecided => High ** Changed in: linux-firmware (Ubuntu Noble) Importance: Undecided => High -- You received this bug notification because you are a member o

[Kernel-packages] [Bug 2109796] Re: [SRU][O/N] Support Wi-fi and Bluetooth for Nvidia DGX Spark Platform

2025-05-01 Thread Jacob Martin
** Also affects: linux-firmware (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: linux-firmware (Ubuntu Noble) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 2109635] Re: nvidia: take out the sbsa_gwdt of the blacklist

2025-04-30 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => In Progress ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member

[Kernel-packages] [Bug 2107816] Re: warning at iommu_dma_unmap_page when running ibv_rc_pingpong

2025-04-24 Thread Jacob Martin
** No longer affects: linux-nvidia (Ubuntu Oracular) ** Changed in: linux-nvidia (Ubuntu Noble) Status: In Progress => Fix Committed -- 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/2

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

2025-04-18 Thread Jacob Martin
=> In Progress ** Changed in: linux (Ubuntu Oracular) Status: New => In Progress ** Changed in: linux (Ubuntu Plucky) Status: New => In Progress ** Changed in: linux (Ubuntu Oracular) Assignee: (unassigned) => Jacob Martin (jacobmartin) ** Changed in: linux (U

[Kernel-packages] [Bug 2097389] Re: VM boots slowly with large-BAR GPU Passthrough due to pci/probe.c redundancy

2025-03-26 Thread Jacob Martin
** Also affects: linux (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Jammy) Importance: Undecided => Medium -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchp

[Kernel-packages] [Bug 2102685] Re: Pull-request: Patches to support CPPCv3 Autonomous Frequency Control

2025-03-25 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid -- You received this bug notification because

[Kernel-packages] [Bug 2102677] Re: Backport: Fix mmu notifiers for range-based invalidates

2025-03-25 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia (Ubuntu)

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

2025-03-25 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia (Ubuntu) Status: Fix Committed => Invalid ** Changed in: linux-nvidia (Ubuntu) Assignee:

[Kernel-packages] [Bug 2100030] Re: DOE Discovery Issues

2025-03-25 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia (Ubuntu) Status: Triaged => Invalid ** Changed in: linux-nvidia (Ubuntu) Assignee: Canon

[Kernel-packages] [Bug 2102674] Re: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32

2025-03-25 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: Triaged => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed ** Also affects: linux-nvidia-6.11 (Ubuntu) Importance

[Kernel-packages] [Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find module source

2025-03-13 Thread Jacob Martin
I applied this change to dkms and bumped the version, build in this PPA: https://launchpad.net/~jacobmartin/+archive/ubuntu/lp2102149-dh-dkms- module-version-fix-v2. It also includes a rebuilt version of nat-rtsp. I tested it on a plucky VM and verified it resolved the issue and that nat-rtsp-dkms

[Kernel-packages] [Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find module source

2025-03-13 Thread Jacob Martin
** Patch added: "dkms_3.0.11-1ubuntu14_3.0.11-1ubuntu15.debdiff" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+attachment/5864628/+files/dkms_3.0.11-1ubuntu14_3.0.11-1ubuntu15.debdiff -- You received this bug notification because you are a member of Kernel Packages, which is su

[Kernel-packages] [Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find module source

2025-03-13 Thread Jacob Martin
And here I've attached the rebuild debdiff for the nat-rtsp source package. ** Patch added: "nat-rtsp_0.7+5.3-0.4_0.7+5.3-0.4build1.debdiff" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+attachment/5864629/+files/nat-rtsp_0.7+5.3-0.4_0.7+5.3-0.4build1.debdiff -- You received t

[Kernel-packages] [Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find module source

2025-03-13 Thread Jacob Martin
tsp (Ubuntu Plucky) Assignee: (unassigned) => Jacob Martin (jacobmartin) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to dkms in Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install wit

[Kernel-packages] [Bug 2102149] [NEW] nat-rtsp-dkms version 0.7+5.3-0.4 fails to install with DKMS unable to find module source

2025-03-12 Thread Jacob Martin
script subprocess returned error exit status 8 Errors were encountered while processing: nat-rtsp-dkms needrestart is being skipped since dpkg has failed Error: Sub-process /usr/bin/dpkg returned an error code (1) ** Affects: dkms (Ubuntu) Importance: Undecided Assignee: Jacob Martin

[Kernel-packages] [Bug 2096888] Re: Apply SAUCE patch to enable 8250 serial device

2025-03-07 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because

[Kernel-packages] [Bug 2097644] Re: Apply cherrypick of upstream patch to recognize PNP0D15 usb3 device

2025-03-07 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because

[Kernel-packages] [Bug 2100032] Re: Backport: "Add support for AArch64 AMUv1-based average freq" Series

2025-03-06 Thread Jacob Martin
** Changed in: linux-nvidia (Ubuntu) Assignee: Benjamin Wheeler (benjaminwheeler) => (unassigned) ** Changed in: linux-nvidia (Ubuntu) Importance: Wishlist => Undecided ** Changed in: linux-nvidia (Ubuntu) Status: New => Fix Committed ** Changed in: linux-nvidia (Ubuntu) St

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

2025-03-06 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid -- You received this bug notification because

[Kernel-packages] [Bug 2096886] Re: Apply cherrypick of patches to incorporate ARM FF for A-profile

2025-03-06 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid -- You received this bug notification because

[Kernel-packages] [Bug 2086606] Re: Add list of source files to linux-buildinfo

2025-03-06 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Fix Committed ** Changed in: linux-nvidia-6.11 (Ubuntu) Assignee: (unassigned) => Jacob Martin (jacobmartin) -- You received th

[Kernel-packages] [Bug 2091186] Re: Pull-request to address ACPI/HMAT messages at boot

2025-02-16 Thread Jacob Martin
Verified that the HMAT messages are no longer printed by default on boot with 6.8.0-1022-nvidia. ** Tags removed: verification-needed-noble-linux-nvidia ** Tags added: verification-done-noble-linux-nvidia -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 2093957] Re: Enable Coresight in Perf

2025-02-16 Thread Jacob Martin
Verified that `perf report` works on CoreSight captures in 6.8.0-1022-nvidia, whereas with 6.8.0-1021-nvidia it reported invalid capture data. ** Tags removed: verification-needed-noble-linux-nvidia ** Tags added: verification-done-noble-linux-nvidia -- You received this bug notification because

[Kernel-packages] [Bug 2048183] Re: Don't produce linux-*-cloud-tools-common, linux-*-tools-common and linux-*-tools-host binary packages

2025-02-16 Thread Jacob Martin
** Tags removed: verification-needed-noble-linux-nvidia-lowlatency ** Tags added: verification-done-noble-linux-nvidia-lowlatency -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-xilinx-zynqmp in Ubuntu. https://bugs.launchpad.net/bug

[Kernel-packages] [Bug 2080970] Re: Remove backport packaging logic for non-backport kernels

2025-02-16 Thread Jacob Martin
** Tags removed: verification-needed-noble-linux-nvidia-lowlatency ** Tags added: verification-done-noble-linux-nvidia-lowlatency -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia-lowlatency in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 2093957] Re: Enable Coresight in Perf

2025-02-14 Thread Jacob Martin
** Changed in: linux-nvidia-6.8 (Ubuntu Jammy) Status: Fix Committed => Won't Fix -- 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/2093957 Title: Enable Coresight in Perf St

[Kernel-packages] [Bug 2097389] Re: VM boots slowly with large-BAR GPU Passthrough due to pci/probe.c redundancy

2025-02-07 Thread Jacob Martin
** Also affects: linux (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Noble) Status: New => In Progress ** Changed in: linux (Ubuntu) Status: In Progress => Invalid ** Changed in: linux (Ubuntu Noble) Assignee: (unassigned) => Mitchell

[Kernel-packages] [Bug 2093957] Re: Enable Coresight in Perf

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia-6.8 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-nvidia (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.8 (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: linux-nvid

[Kernel-packages] [Bug 2086606] Re: Add list of source files to linux-buildinfo

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia-6.8 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.8 (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-xilinx-zynqmp in Ubu

[Kernel-packages] [Bug 2093957] Re: Enable Coresight in Perf

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia-lowlatency (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-lowlatency (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-lowlatency (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notifica

[Kernel-packages] [Bug 2048183] Re: Don't produce linux-*-cloud-tools-common, linux-*-tools-common and linux-*-tools-host binary packages

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia-lowlatency (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-lowlatency (Ubuntu Noble) Status: Fix Released => Fix Committed ** Changed in: linux-nvidia-lowlatency (Ubuntu Noble) Assignee: Jacob Martin (jacobmar

[Kernel-packages] [Bug 2080970] Re: Remove backport packaging logic for non-backport kernels

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia-lowlatency (Ubuntu) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-lowlatency (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux

[Kernel-packages] [Bug 2086606] Re: Add list of source files to linux-buildinfo

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia-lowlatency (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-lowlatency (Ubuntu) Status: New => Fix Committed ** Changed in: linux-nvidia-lowlatency (Ubuntu) Assignee: (unassigned) => Jacob Martin (jacobmartin) -

[Kernel-packages] [Bug 2092141] Re: ETE tracing failure on multi-socket system

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 2091186] Re: Pull-request to address ACPI/HMAT messages at boot

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 2093957] Re: Enable Coresight in Perf

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 2086606] Re: Add list of source files to linux-buildinfo

2025-01-27 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Fix Committed ** Changed in: linux-nvidia (Ubuntu) Assignee: (unassigned) => Jacob Martin (jacobmartin) -- You received this bug notifi

[Kernel-packages] [Bug 2094270] Re: Bring in some 6.8 CONFIG annotations that were missed

2025-01-17 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid -- You received this bug notification because

[Kernel-packages] [Bug 2094821] Re: PCI resources unassigned with Bluefield3 switch

2025-01-17 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvid

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

2025-01-17 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because

[Kernel-packages] [Bug 2095028] Re: Pull request to enable GPU passthrough for CUDA

2025-01-17 Thread Jacob Martin
** Also affects: linux-nvidia-6.11 (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because

[Kernel-packages] [Bug 2089306] Re: vfio_pci soft lockup on VM start while using PCIe passthrough

2025-01-13 Thread Jacob Martin
chrisyin233, The reverts here will be included in the -generic kernels, they have been applied to the Noble and Oracular trees as of today. They are not included in 6.8.0-52.53-generic, as this version is from the s2024.12.02 security cycle. They are slated to be included in the 2025.01.13 cycle

[Kernel-packages] [Bug 2091887] Re: Backport huge pfnmap support to NVIDIA 6.11

2024-12-16 Thread Jacob Martin
** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-nvidia-6.11 in Ubuntu. https://bugs.launchpad.net/bugs/2091887 Title: Backport huge pfnmap

[Kernel-packages] [Bug 2089306] Re: vfio_pci soft lockup on VM start while using PCIe passthrough

2024-12-16 Thread Jacob Martin
** Changed in: linux-nvidia-6.11 (Ubuntu Noble) Status: In Progress => Fix Committed -- 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/2089306 Title: vfio_pci soft lockup on VM start

[Kernel-packages] [Bug 2091887] [NEW] Backport huge pfnmap support to NVIDIA 6.11

2024-12-16 Thread Jacob Martin
f() without present check" - "mm/huge_memory: check pmd_special() only after pmd_present()" - "mm: fix follow_pfnmap API lockdep assert" ** Affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linux-nvidia-6.11 (Ubuntu Noble)

[Kernel-packages] [Bug 2091107] Re: ice driver RTNL assertion failed warning on shutdown/reboot

2024-12-14 Thread Jacob Martin
I verified that there is no RTNL warning when rebooting the system or removing the PCIe E810-C device on DGX H100 while running 6.8.0-1020-nvidia. ** Tags removed: verification-needed-noble-linux-nvidia ** Tags added: verification-done-noble-linux-nvidia -- You received this bug notification bec

[Kernel-packages] [Bug 2089306] Re: vfio_pci soft lockup on VM start while using PCIe passthrough

2024-12-14 Thread Jacob Martin
Verified that the problem is resolved using the following test case on DGX H100 running 6.8.0-1020-nvidia. Guest boot time is around 5 minutes as expected. $ sudo virt-install --connect qemu:///system -v --name gpu-pt-test \ --memory 16384 --vcpus 16 --cpu host --cdrom \ /ubuntu-24.04.1-live-s

[Kernel-packages] [Bug 2078011] Re: nouveau keeps showing `disp: ctrl 00000080` and crippling the system

2024-12-10 Thread Jacob Martin
Fix patches sent to kernel team mailing list: https://lists.ubuntu.com/archives/kernel-team/2024-December/155871.html. SRU Justification [Impact] On a system with a GV100 GPU using the nouveau driver, the display becomes unresponsive and a storm of "nouveau :07:00.0: disp: ctrl 0080" mes

[Kernel-packages] [Bug 2078011] Re: nouveau keeps showing `disp: ctrl 00000080` and crippling the system

2024-12-10 Thread Jacob Martin
inux (Ubuntu Focal) Assignee: (unassigned) => Jacob Martin (jacobmartin) -- 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/2078011 Title: nouveau keeps showing `disp: ctrl 0080` an

[Kernel-packages] [Bug 2089306] Re: vfio_pci soft lockup on VM start while using PCIe passthrough

2024-12-10 Thread Jacob Martin
Patches submitted to kernel-team mailing list: https://lists.ubuntu.com/archives/kernel-team/2024-December/155853.html. SRU Justification [Impact] The patch "vfio/pci: Use unmap_mapping_range()" rewrote the way VFIO tracks mapped regions to use the "vmf_insert_pfn" function instead of tracking t

[Kernel-packages] [Bug 2091107] Re: ice driver RTNL assertion failed warning on shutdown/reboot

2024-12-05 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Assignee: (unassigned) => Jacob Martin (jacobmartin) ** Changed in: linux-nvidia (Ubuntu

[Kernel-packages] [Bug 2091107] Re: ice driver RTNL assertion failed warning on shutdown/reboot

2024-12-05 Thread Jacob Martin
Patch submitted to kernel team mailing list: https://lists.ubuntu.com/archives/kernel-team/2024-December/155769.html. -- 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/2091107 Title: ice dr

[Kernel-packages] [Bug 2091107] [NEW] ice driver RTNL assertion failed warning on shutdown/reboot

2024-12-05 Thread Jacob Martin
e: Undecided Status: Invalid ** Affects: linux (Ubuntu Noble) Importance: Undecided Assignee: Jacob Martin (jacobmartin) Status: In Progress ** Also affects: linux (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: Ne

[Kernel-packages] [Bug 2085018] Re: Commit "net/mlx5e: Don't offload internal port if filter device is out device" breaks OpenStack/OVN distributed gateway use case

2024-12-03 Thread Jacob Martin
I submitted the fix patch to the kernel-team mailing list: https://lists.ubuntu.com/archives/kernel-team/2024-December/155739.html. -- 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/2085018 T

[Kernel-packages] [Bug 2085018] Re: Commit "net/mlx5e: Don't offload internal port if filter device is out device" breaks OpenStack/OVN distributed gateway use case

2024-12-03 Thread Jacob Martin
In Progress ** Changed in: linux (Ubuntu Oracular) Assignee: (unassigned) => Jacob Martin (jacobmartin) -- 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/2085018 Title: Commit &quo

[Kernel-packages] [Bug 2085018] Re: Commit "net/mlx5e: Don't offload internal port if filter device is out device" breaks OpenStack/OVN distributed gateway use case

2024-12-03 Thread Jacob Martin
** Changed in: linux (Ubuntu Noble) Status: Confirmed => In Progress ** Changed in: linux-hwe-6.8 (Ubuntu Jammy) Status: Confirmed => In Progress ** Changed in: linux (Ubuntu Noble) Assignee: (unassigned) => Jacob Martin (jacobmartin) ** Changed in: linux-hwe-6.

[Kernel-packages] [Bug 2085018] Re: Commit "net/mlx5e: Don't offload internal port if filter device is out device" breaks OpenStack/OVN distributed gateway use case

2024-12-03 Thread Jacob Martin
** Also affects: linux (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-hwe-6.8 (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: linux-hwe-6.8 (Ubuntu Jam

[Kernel-packages] [Bug 2085018] Re: Commit "net/mlx5e: Don't offload internal port if filter device is out device" breaks OpenStack/OVN distributed gateway use case

2024-12-03 Thread Jacob Martin
** Also affects: linux-hwe-6.8 (Ubuntu) Importance: Undecided Status: New -- 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/2085018 Title: Commit "net/mlx5e: Don't offload interna

[Kernel-packages] [Bug 2087985] Re: hugetlb failure in ubuntu_ltp_stable test suite

2024-12-01 Thread Jacob Martin
Also observed on 6.8.0-1019-nvidia, on nodes akis, blanka, and hidon. ** Also affects: ubuntu-kernel-tests Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-intel in Ubuntu. https://bugs.lau

[Kernel-packages] [Bug 2089306] Re: vfio_pci soft lockup on VM start while using PCIe passthrough

2024-11-26 Thread Jacob Martin
) => Jacob Martin (jacobmartin) ** Changed in: linux (Ubuntu Oracular) Status: New => In Progress ** Also affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-nvidia-6.11 (Ubuntu) Status: New => Invalid ** Changed in: lin

[Kernel-packages] [Bug 2089306] Re: vfio_pci soft lockup on VM start while using PCIe passthrough

2024-11-21 Thread Jacob Martin
Soft lockup warnings in guest VM during boot if only "vfio/pci: Insert full vma on mmap'd MMIO fault" is reverted on the host kernel: [ 157.283187] watchdog: BUG: soft lockup - CPU#10 stuck for 135s! [swapper/0:1] [ 157.283187] Modules linked in: [ 157.283187] CPU: 10 PID: 1 Comm: swapper/0 Tai

[Kernel-packages] [Bug 2089306] Re: vfio_pci soft lockup on VM start while using PCIe passthrough

2024-11-21 Thread Jacob Martin
Soft lockup warnings on host while VM launches with neither patch reverted: [ 3575.401356] watchdog: BUG: soft lockup - CPU#214 stuck for 26s! [CPU 23/KVM:16612] [ 3575.409882] Modules linked in: xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp nft_compat vhost_net tap v

[Kernel-packages] [Bug 2089306] [NEW] vfio_pci soft lockup on VM start while using PCIe passthrough

2024-11-21 Thread Jacob Martin
roject/linux-mm/list/?series=883517 [2] https://lore.kernel.org/all/20240530045236.1005864-3-alex.william...@redhat.com/ ** Affects: linux (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linux-nvidia (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linu

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

2024-11-20 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 2088114] Re: Pull-request to address cpufreq bug

2024-11-20 Thread Jacob Martin
** Also affects: linux-nvidia (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: linux-nvidia (Ubuntu) Status: New => Invalid ** Changed in: linux-nvidia (Ubuntu Noble) Status: New => Fix Committed -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 2076396] Re: Linux, Ubuntu, 22.04, Run CheckBox "Suspend(S3) stress test" fail on Oasis14 MTL

2024-11-06 Thread Jacob Martin
** Project changed: kernel-sru-workflow => linux-oem-6.5 (Ubuntu) ** Also affects: linux-oem-6.5 (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: linux-oem-6.5 (Ubuntu Jammy) Assignee: (unassigned) => Viral Wang (viralwang) ** Changed in: linux-oem-6.5 (Ubuntu)

[Kernel-packages] [Bug 2083936] Re: Kernel build failure when Launchpad provides only deb822 apt sources

2024-10-31 Thread Jacob Martin
** Tags removed: verification-needed-noble-linux-nvidia ** Tags added: verification-done-noble-linux-nvidia -- 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/2083936 Title: Kernel bu

[Kernel-packages] [Bug 2084598] Re: MANA: include driver fixes and enable module on ARM64

2024-10-31 Thread Jacob Martin
** Tags removed: verification-needed-noble-linux-nvidia ** Tags added: verification-done-noble-linux-nvidia -- 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/2084598 Title: MANA: inc

  1   2   3   >