[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-13 Thread Jacob Martin
Patch submitted to kernel team mailing list: https://lists.ubuntu.com/archives/kernel-team/2025-June/160436.html. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2113992 Title: Creating a VXLAN interf

[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-13 Thread Jacob Martin
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/bugs/2113992 Before 6c11379b104e ("vxlan: Add an attribute to

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

2025-06-13 Thread Jacob Martin
** Changed in: linux (Ubuntu Plucky) Assignee: (unassigned) => Jacob Martin (jacobmartin) ** Changed in: linux (Ubuntu Plucky) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109872

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2113990 Title: NULL po

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

[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

[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

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

2025-06-11 Thread Jacob Martin
Decoded stacktrace for 6.14.0-1008-gcp: $ ./scripts/decode_stacktrace.sh ~/6.14.0-1008-gcp-dbgsym/usr/lib/debug/boot/vmlinux-6.14.0-1008-gcp auto ~/6.14.0-1008-gcp-dbgsym/usr/lib/debug/lib/modules/6.14.0-1008-gcp/ < ~/1012\ 062312\ BUG\ kernel.txt [ 1012.062

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

[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

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

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

[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

[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

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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[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

[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

[Bug 2101903] Re: Backport "OvmfPkg: Use user-specified opt/ovmf/X-PciMmio64Mb value unconditionally" to Noble

2025-05-30 Thread Jacob Martin
** Changed in: edk2 (Ubuntu) Importance: Undecided => Medium ** Changed in: edk2 (Ubuntu Oracular) Importance: Undecided => Medium ** Changed in: edk2 (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: edk2 (Ubuntu Plucky) Importance: Undecided => Medium -- You received

[Bug 2111861] Re: VM boots slowly with large-BAR GPU Passthrough (Root Cause Fix SRU)

2025-05-27 Thread Jacob Martin
** Also affects: linux (Ubuntu Plucky) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Plucky) Status: New => In Progress ** Changed in: linux (Ubuntu Plucky) Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin) ** Changed in: linux (Ubuntu) As

[Bug 2109750] Re: Seeing warning with i2c_tegra

2025-05-23 Thread Jacob Martin
** Also affects: linux-nvidia-6.14 (Ubuntu) Importance: Undecided Status: New ** 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

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

2025-05-23 Thread Jacob Martin
** Changed in: linux-nvidia (Ubuntu Noble) Status: In Progress => 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/2109635 Title: nvidia: take out the sbsa_gwdt of the blacklist T

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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2097389 Title: VM boots slowly with large-BAR GPU Passthrough d

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

[Bug 2111126] [NEW] TTY1 login prompt becomes unresponsive after arrow key and backspace input

2025-05-16 Thread Max Jacob Siller
Public bug reported: On Ubuntu Server 24.04.2 LTS, using the arrow key and backspace at the `tty1` login prompt breaks the prompt, preventing login. ## Steps to reproduce: 1. Boot into Ubuntu Server (no GUI). 2. Wait for the `tty1` login prompt. 3. Press an arrow key (← or →). 4. Press backspace

[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

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

2025-05-14 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

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100340 Title: Backport pci=config_

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu.

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. h

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107816 Title

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

2025-04-22 Thread Jacob Martin
Noble) Assignee: (unassigned) => Jacob Martin (jacobmartin) ** Changed in: linux (Ubuntu Oracular) Assignee: (unassigned) => Jacob Martin (jacobmartin) ** Changed in: linux (Ubuntu Oracular) Status: New => In Progress ** Changed in: linux-nvidia (Ubuntu) Sta

[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

[Bug 2104202] Re: Backport: Replace NVIDIA:SAUCE Blackwell patches with their upstream counterparts

2025-04-18 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 ** Also affects: linux-nv

[Bug 2107278] Re: Putty prematurely terminates when clicking the Connect button while running in a Wayland session

2025-04-13 Thread Jacob Nevins
The Fedora change (build with -DNOT_X_WINDOWS) is also somewhat intrusive, since it removes native X11 support from the build entirely. One consequence would be that anyone running PuTTY with an X11 server who's configured it to use a server-side font would be unable to launch their sessions (an

[Bug 2107278] Re: Putty prematurely terminates when clicking the Connect button while running in a Wayland session

2025-04-13 Thread Jacob Nevins
I believe this is fixed more thoroughly upstream as of version 0.83. (relevant commits: on main: https://git.tartarus.org/?p=simon/putty.git;a=commit;h=b088d77d580b8f7e01482aa184db6cf3b46d74eb https://git.tartarus.org/?p=simon/putty.git;a=commit;h=7f4cccde2ae53c083ababaaea19be4a9c45b7091 https://gi

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

2025-04-05 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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

[Bug 2103812] Re: openafs 1.8.13.2-1 fails to build against plucky kernel version 6.14

2025-03-26 Thread Jacob Martin
Attaching the fix patch here. This pulls in the fix commit "Linux-6.14: Handle dops.d_revalidate with parent", and a dependency of it "LINUX: Refactor afs_linux_dentry_revalidate()". ** Patch added: "openafs_1.8.13.2-1_1.8.13.2-1ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/openaf

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

[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

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

[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

[Bug 2103812] [NEW] openafs 1.8.13.2-1 fails to build against plucky kernel version 6.14

2025-03-25 Thread Jacob Martin
ts: openafs (Ubuntu) Importance: Undecided Assignee: Jacob Martin (jacobmartin) Status: In Progress ** Affects: openafs (Ubuntu Plucky) Importance: Undecided Assignee: Jacob Martin (jacobmartin) Status: In Progress ** Also affects: openafs (Ubuntu Plucky) Importan

[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

[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

[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 Ubuntu Bugs, which is subscr

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable t

[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

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

2025-03-05 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

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

2025-03-05 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

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

2025-03-05 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

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

2025-03-05 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

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

2025-03-05 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

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

2025-03-05 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

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

2025-02-11 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 Ubuntu Bugs, which is sub

[Bug 2093957] Re: Enable Coresight in Perf

2025-02-11 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

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

2025-02-11 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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2048183 Title: Don't p

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

2025-02-11 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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080970 Title: Remove

[Bug 2093957] Re: Enable Coresight in Perf

2025-02-10 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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093957 Title: Enable Coresight in Perf To manage notification

[Bug 2078496] Re: NetworkManager does not support dhcpcd

2025-02-05 Thread Jacob Kauffmann
Confirmed on 1.46.0-1ubuntu2.2. NetworkManager does not list dhcpcd as a plugin at all during its startup debug logging, and therefore can't select that plugin for use. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

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

2025-02-04 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

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[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

[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

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

[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

[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

[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

[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

[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

[Bug 2095274] Re: gnome-shell crashed with SIGSEGV after assertion 'META_IS_MULTI_TEXTURE (multi_texture)' failed

2025-01-23 Thread Jacob Godserv
I've reported it here: https://gitlab.gnome.org/GNOME/mutter/-/issues/3886 ** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #3886 https://gitlab.gnome.org/GNOME/mutter/-/issues/3886 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2095274] Re: Gnome X session crashes when OBS is launched

2025-01-21 Thread Jacob Godserv
Also I should say this is so far highly reproducible, so if I need to reproduce with debug symbols installed, let me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095274 Title: Gnome X sessio

[Bug 2095274] Re: Gnome X session crashes when OBS is launched

2025-01-21 Thread Jacob Godserv
I used ubuntu-bug but after hitting the "Send" button in the UI that appeared, I got no feedback about whether a report was sent or where it went. Looking in the errors page, I did find two reports that seem relevant: https://errors.ubuntu.com/oops/4e420b6e-d5fc-11ef-9104-fa163ec8ca8c https://erro

[Bug 2095274] [NEW] Gnome X session crashes when OBS is launched

2025-01-19 Thread Jacob Godserv
Public bug reported: I'm not sure how to further debug this, but basically I start a game on my primary monitor, and then OBS on my secondary monitor. Steam has its own "Game Recording" feature which is capturing video and audio, and then OBS also is capturing video and audio. At some point, not

[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

[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

[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

[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

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091887 Title: Backport huge pfnmap support to NVIDIA 6.11

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089306 Title: vfio_pci soft lockup on VM start while using

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

[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

[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

[Bug 1973441] Re: Printing does not work on Ubuntu 22.04 - cups-pki-invalid

2024-12-10 Thread Jacob Gustafson
This issue (or specifically, scenario where it still happens if expired certs are allowed) is tracked here: https://github.com/apple/cups/issues/6141 It is from Aug 2023 so may be add some flair to it (like thumbs up) and hopefully CUPS devs will notice. ** Bug watch added: github.com/apple/cups/i

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078011 Title: nouveau keeps showing `disp: ctrl 0080` and crippling

[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

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091107 Title: ice driver RTNL ass

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085018 Title: Commi

  1   2   3   4   5   6   7   8   9   10   >