[Bug 2080904] [NEW] autoconf not installed as dependency of mofed-modules-24.07

2024-09-16 Thread Mitchell Augustin
Public bug reported: Attempting to install mofed-modules-24.07-dkms fails due to `autoreconf` not being installed: DKMS make.log for mofed-modules-24.07-24.07.0.6.1.0+ds1 for kernel 6.8.0-1013-nvidia (x86_64) Mon Sep 16 22:06:15 UTC 2024 Updating COPYING version... Updating knem.spec version...

[Bug 2080904] Re: autoconf not installed as dependency of mofed-modules-24.07

2024-09-16 Thread Mitchell Augustin
I created an MP with this change: https://code.launchpad.net/~mitchellaugustin/ubuntu/+source/mofed- modules-24.07/+git/mofed-modules-24.07/+merge/473323 -- 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 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-04-01 Thread Mitchell Augustin
A fix has been applied to vfs.fixes upstream and should land soon. I have tested this patch and verified that the panic no longer occurs. ** Changed in: linux (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-04-09 Thread Mitchell Augustin
Fix has landed upstream: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/aio.c?h=v6.9-rc3&id=caeb4b0a11b3393e43f7fa8e0a5a18462acc66bd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
** Changed in: nvidia-graphics-drivers-535-server (Ubuntu) Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin) ** Changed in: nvidia-graphics-drivers-550-server (Ubuntu) Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin) -- You received this bug notifi

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
It looks like this is the relevant option present in the upstream stable 6.8.1 defconfig but not in the 6.8.0-31-generic config that enables the defconfig kernel to load the Nvidia driver: CONFIG_SHADOW_CALL_STACK=n I suspect that the kernel team is not going to want to disable kernel support for

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
In trying to determine if core count had any effect on this bug, I set maxcpus to 4 and tried loading the driver on the kernel with the shadow stack enabled (aka the standard -generic config). It looks like the same root issue occurred, but this time, I got a panic with a trace that corroborates th

[Bug 2052663] Re: fabric-manager-535 setup fails during install on Grace/Hopper arm64 system running noble

2024-04-24 Thread Mitchell Augustin
** Changed in: fabric-manager-535 (Ubuntu) Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin) ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin) ** Changed in: nvidia-graphics-drivers-535-server (Ubuntu) Assignee: (unas

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
Compiling the Nvidia drivers with -ffixed-x18 on affected versions is also sufficient to prevent this hang/panic: https://github.com/NVIDIA/open-gpu-kernel-modules diff --git a/src/nvidia-modeset/Makefile b/src/nvidia-modeset/Makefile index 66edbf4e..d49a3bfb 100644 --- a/src/nvidia-modeset/Makef

[Bug 2052663] Re: fabric-manager-535 setup fails during install on Grace/Hopper arm64 system running noble

2024-04-24 Thread Mitchell Augustin
This bug no longer appears to be reproducible on noble with the 6.8 generic kernels, so I have marked it as resolved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052663 Title: fabric-manager-535

[Bug 2058557] [NEW] Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-20 Thread Mitchell Augustin
Public bug reported: A kernel oops and panic occurred during 22.04 SoC certification on Gunyolk (Grace/Grace) with 6.8 kernel, arm64+largemem variant Steps to reproduce: Run (as root) the following commands: add-apt-repository -y ppa:checkbox-dev/stable apt-add-repository -y ppa:firmware-testing

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-20 Thread Mitchell Augustin
This is also reproducible on the latest mainline version (https://kernel.ubuntu.com/mainline/v6.8/arm64/, retrieved 20 Mar 2024 @ 5 PM): 20 Mar 22:54: Running stress-ng aiol stressor for 240 seconds... [ 354.451450] Unable to handle kernel paging request at virtual address 17be9b4aa3e187be [ 35

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-21 Thread Mitchell Augustin
I have observed that this panic does not seem to happen when stressing non-device-mapper devices (ex: it panics when running /usr/lib/checkbox- provider-base/bin/stress_ng_test.py disk --device dm-0 --base-time 240, but completes successfully when running /usr/lib/checkbox-provider- base/bin/stress

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-21 Thread Mitchell Augustin
Upon further investigation, the device mapper observation does not seem to be a hard line, as I was able to observe panics when stressing both dm-0 and nvme0n1 under different circumstances. At the moment, it also seems like the specific part of stress_ng_test that is the culprit is the "stress-ng

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-22 Thread Mitchell Augustin
I did not observe this issue with any other stress_ng disk tests on linux-image-6.8.0-11-generic-64k after 1 full run of the suite with the "aiol" test disabled. (When running the "aiol" test alone, it panicked reliably each time.) -- You received this bug notification because you are a member o

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-22 Thread Mitchell Augustin
Earlier, I said that the device mapper observation did not seem to be a hard line - however, further testing now indicates that the situations where I observed panics when stressing nvme0n1 were due to an unrelated bug that is present in the latest 6.5 mainline tree, but *not* the latest 6.5 Ubuntu

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-25 Thread Mitchell Augustin
I did some more version testing, and I have not been able to reproduce this bug with the "aiol" stressor on either Upstream 6.5 or Ubuntu 6.5.0-26-generic-64k, so it was evidently introduced after that version. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-26 Thread Mitchell Augustin
It turns out that this issue does not appear with *every* run of the aiol test on affected kernels, so multiple runs of that test may be necessary for the panic to occur. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-28 Thread Mitchell Augustin
I have isolated the cause of this bug to this commit: https://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/noble/commit/?h=Ubuntu-6.8.0-20.20&id=71eb6b6b0ba93b1467bccff57b5de746b09113d2 All versions that I tested before this commit during my bisect passed the aiol test at least 15 t

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-28 Thread Mitchell Augustin
This issue is still present upstream, so I reported it to the original committer of the patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058557 Title: Kernel panic during checkbox stress_ng_tes

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-06-10 Thread Mitchell Augustin
** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058557 Title: Kernel panic during checkbox stress_ng_test on Grace running n

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-06-25 Thread Mitchell Augustin
I've confirmed that this issue is resolved in the latest releases of the affected driver branches. Closing this issue. ** Changed in: nvidia-graphics-drivers-535-server (Ubuntu) Status: Confirmed => Fix Released ** Changed in: nvidia-graphics-drivers-550-server (Ubuntu) Status: Conf

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-05-08 Thread Mitchell Augustin
** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058557 Title: Kernel panic during checkbox stress_ng_test

[Bug 2085078] Re: [DGX] Found input devices configuration difference during suspend stress tests

2024-11-13 Thread Mitchell Augustin
https://docs.nvidia.com/dgx/dgx-os-5-user-guide/known_issues.html#dgx- station-a100-suspend-and-power-button-section-appears-in-power-settings > Suspend and sleep modes are not supported on the DGX Station A100 Marking this as invalid since suspend/sleep is unsupported by the hardware ** Changed

[Bug 2085075] Re: [DGX] slp_s0_residency_usec does not increase during suspend stress tests.

2024-11-13 Thread Mitchell Augustin
https://docs.nvidia.com/dgx/dgx-os-5-user-guide/known_issues.html#dgx- station-a100-suspend-and-power-button-section-appears-in-power-settings > Suspend and sleep modes are not supported on the DGX Station A100 Marking this as invalid since suspend/sleep is unsupported by the hardware ** Changed

[Bug 2084773] Re: [DGX][checkbox] suspend time check failed with cannot get the average time to sleep and suspend

2024-11-13 Thread Mitchell Augustin
https://docs.nvidia.com/dgx/dgx-os-5-user-guide/known_issues.html#dgx- station-a100-suspend-and-power-button-section-appears-in-power-settings > Suspend and sleep modes are not supported on the DGX Station A100 Marking this as invalid since suspend/sleep is unsupported by the hardware ** Changed

[Bug 2084760] Re: [DGX] USB-A ports are not working after suspend

2024-11-13 Thread Mitchell Augustin
https://docs.nvidia.com/dgx/dgx-os-5-user-guide/known_issues.html#dgx- station-a100-suspend-and-power-button-section-appears-in-power-settings > Suspend and sleep modes are not supported on the DGX Station A100 Marking this as invalid since suspend/sleep is unsupported by the hardware ** Changed

[Bug 2085073] Re: [DGX] Disk stress tests failed to start due to No suitable partition found

2024-11-07 Thread Mitchell Augustin
Was this drive configured as swap, like we usually do for at least one disk for the (non-station) DGXes during cert runs? If so, this is expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085073

[Bug 2085073] Re: [DGX] Disk stress tests failed to start due to No suitable partition found

2024-11-07 Thread Mitchell Augustin
(Regardless, I'll do a manual run of the disk stress tests on the failed disk with proper configuration to see for myself) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085073 Title: [DGX] Disk str

[Bug 2085072] Re: [DGX] Failed to ping eno2 and enxc62d9668f582

2024-11-07 Thread Mitchell Augustin
enxc62d9668f582 - can you check to confirm it is connected to the network? (It also looks like it might be an external USB adapter, so I'm not sure if it would be a cert blocker regardless) ** Changed in: ubuntu Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin) -- You recei

[Bug 2085073] Re: [DGX] Disk stress tests failed to start due to No suitable partition found

2024-11-07 Thread Mitchell Augustin
I did a manual run, and it worked, so I'll mark this as invalid: https://certification.canonical.com/hardware/202307-31886/submission/401538/ ** Changed in: ubuntu Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2084772] Re: [DGX] disk auto test failed

2024-11-08 Thread Mitchell Augustin
This appears to be due to the appropriate ext4 partition not being created - when I partitioned the disk correctly and ran the disk suite again, it passed: https://certification.canonical.com/hardware/202307-31886/submission/401538/test- results/ ** Changed in: ubuntu Status: New => Invalid

[Bug 2089113] Re: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular

2024-11-20 Thread Mitchell Augustin
** Description changed: + SRU Justification: + + [ Impact ] + + The brightness of some ASUS ROG laptop keyboards cannot be adjusted + without this patch. + + [ Test Plan ] + + I verified that this patch applies cleanly to the Oracular kernel + at Ubuntu-6.11.0-9.9 and resolves the bug on my la

[Bug 2089113] Re: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular

2024-11-20 Thread Mitchell Augustin
** Tags added: oracular -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089113 Title: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular To manage notifications about

[Bug 2089113] Re: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular

2024-11-19 Thread Mitchell Augustin
SRU request submitted to kernel-team mailing list ([SRU][Oracular][PATCH 0/1] hid-asus: use hid for brightness control) ** Changed in: linux (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 2089113] [NEW] Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular

2024-11-19 Thread Mitchell Augustin
e HID control. A patch series that fixes this is already upstream: https://lore.kernel.org/all/20240713074733.77334-2-l...@ljones.dev/ I'm opening this bug to SRU this series into Oracular. ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Mitchell Augustin (mitche

[Bug 2085072] Re: [DGX] Failed to ping eno2 and enxc62d9668f582

2024-11-27 Thread Mitchell Augustin
Confirmed elsewhere that enxc62d9668f582 is a virtual adapter that is not connected, so we should waive that test. ** Changed in: ubuntu Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 2084762] Re: [DGX] hotplug is not working on eno2 and enxc62d9668f582

2024-11-27 Thread Mitchell Augustin
Thanks Vincent! enxc62d9668f582 is a virtual adapter, not connected to anything, so it makes sense that it would be unable to get an IP address - so I think we can safely waive that test. ** Changed in: ubuntu Status: New => Invalid -- You received this bug notification because you are a

[Bug 2084764] Re: [DGX] Wakeonlan from s3 and s5 are not working

2024-11-27 Thread Mitchell Augustin
Thanks Vincent! > so wol from s3 should be also not supported Agreed, we should waive that test. > As for wol from s5, I have verified that eno1 and eno2 are both working Great! > enxc62d9668f582 cannot get an ip address. Hence, it is not able to be waken up, even after dhclient. enxc62d9668f

[Bug 2084768] Re: [DGX] TPM2 tests failed

2024-11-27 Thread Mitchell Augustin
Great! Marking this bug invalid, then. ** Changed in: 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/2084768 Title: [DGX] TPM2 tests failed To manage notificati

[Bug 2085074] Re: [DGX] Found resuming time from suspend took longer than 15 seconds during suspend stress tests.

2024-11-27 Thread Mitchell Augustin
Suspend is not supported on the A100 station, marking this invalid ** Changed in: 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/2085074 Title: [DGX] Found resum

[Bug 2084764] Re: [DGX] Wakeonlan from s3 and s5 are not working

2024-11-27 Thread Mitchell Augustin
** Changed in: 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/2084764 Title: [DGX] Wakeonlan from s3 and s5 are not working To manage notifications about this bu

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

2025-02-04 Thread Mitchell Augustin
-uyp07fgm6t1ozqkqadsa5jrzo0reneyzgqzub4mdrr...@mail.gmail.com/ ** Affects: linux (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linux (Ubuntu Noble) Importance: Undecided Assignee: Mitchell Augustin (mitchellaugustin) Status: In Progress ** Affects: linux (Ubuntu Oracular) Importance

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

2025-02-05 Thread Mitchell Augustin
Upstream patch submitted to kernel-team list with subject [SRU][N/O][PATCH 0/1] PCI: Batch BAR sizing operations -- 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 lar

[Bug 2089113] Re: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular

2025-02-07 Thread Mitchell Augustin
** Changed in: linux (Ubuntu) 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/2089113 Title: Keyboard backlight controls do not work on Asus ROG Zephyrus GA

[Bug 2097146] Re: Fails without qml-module-qtquick-shapes package

2025-01-31 Thread Mitchell Augustin
It appears that there is a Debian bug report for this same issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082018 ** Bug watch added: Debian Bug tracker #1082018 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082018 -- You received this bug notification because you are a member

[Bug 2092315] Re: Thunderbird snap cannot send messages - 128.6.0esr-1 rev 609

2025-01-31 Thread Mitchell Augustin
Bug is no longer present in latest thunderbird snap, so I marked this as "fix released" ** Changed in: thunderbird (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 2097146] [NEW] Fails without qml-module-qtquick-shapes package

2025-01-31 Thread Mitchell Augustin
Public bug reported: When qml-module-qtquick-shapes package is not installed, filelight throws the following error: Disabling QML cache because of low disk space QQmlComponent: Component is not ready file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:914: Error: Error while

[Bug 2092315] [NEW] Thunderbird snap cannot send messages - 128.6.0esr-1 rev 609

2024-12-20 Thread Mitchell Augustin
Public bug reported: When using the thunderbird snap on Oracular, version 128.6.0esr-1 rev 609, any attempts to send an email result in "Send Message error: Sending of the message failed." This happens on multiple of my accounts across multiple email providers. I tested upstream Thunderbird 128.5

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

2025-01-21 Thread Mitchell Augustin
Verified Noble kernel fix on DGX H100 ** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-linux -- 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

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

2025-01-21 Thread Mitchell Augustin
Verified Oracular kernel fix on DGX H100 ** Tags removed: verification-needed-oracular-linux ** Tags added: verification-done-oracular-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089306 Titl

[Bug 2089113] Re: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular

2025-01-20 Thread Mitchell Augustin
** Tags removed: verification-needed-oracular-linux ** Tags added: verification-done-oracular-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089113 Title: Keyboard backlight controls do not wo

[Bug 2094129] [NEW] [needs-packaging] [25.04 FEAT] New package request: asusctl: hardware control software for ASUS ROG/TUF laptops

2025-01-13 Thread Mitchell Augustin
Public bug reported: New userspace applications to control supported ASUS laptop keyboard LEDs and fan speeds. asusctl - CLI application that users can use to change LED and fan settings rog-control-center - GUI application that users can use to change LED and fan settings asusd - Daemon through

[Bug 2094129] Re: [needs-packaging] [25.04 FEAT] New package request: asusctl: hardware control software for ASUS ROG/TUF laptops

2025-01-13 Thread Mitchell Augustin
Since this package contains vendored rust sources, as I understand, it must go through MOTU to be added to universe rather than going through Debian and being imported from there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

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

2025-02-20 Thread Mitchell Augustin
-proposed kernel verified to fix bug on DGX H100 ** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2097389 Ti

[Bug 2089113] Re: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular

2025-02-18 Thread Mitchell Augustin
** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089113 Title: Keyboard backlight controls do not work on Asus ROG Zephyrus G

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

2025-02-27 Thread Mitchell Augustin
oracular-proposed kernel verified to fix bug on DGX H100 ** Tags removed: verification-needed-oracular-linux ** Tags added: verification-done-oracular-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-10 Thread Mitchell Augustin
Draft of patch (for debian/patches), just for reference ** Attachment added: "Add-X-PciMmioClassicWindow-option-to-fw_cfg" https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2101903/+attachment/5863833/+files/Add-X-PciMmioClassicWindow-option-to-fw_cfg -- You received this bug notification

[Bug 2101903] [NEW] UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-10 Thread Mitchell Augustin
thub.com/tianocore/edk2/commit/ecb778d0ac62560aa172786ba19521f27bc3f650 [4]: https://edk2.groups.io/g/devel/topic/109651206?p=Created,,,20,1,0,0 ** Affects: edk2 (Ubuntu) Importance: Undecided Assignee: Mitchell Augustin (mitchellaugustin) Status: Confirmed ** Changed in: edk2 (Ubuntu) Assignee: (un

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-10 Thread Mitchell Augustin
I'm working on cleaning up this patch now and will send it shortly, but I have confirmed that the approach works as desired. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101903 Title: UBUNTU: SAUC

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-11 Thread Mitchell Augustin
Marked as 'confirmed', as this issue was originally reported to us by a partner and has been verified by several others in the source threads. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101903 Tit

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-11 Thread Mitchell Augustin
Draft of patch (git), based on applied/ubuntu/noble-updates @ 16f6f1e6a117da8d86dc29829c28877a78cd3834 ** Patch added: "0001-UBUNTU-SAUCE-Add-X-PciMmioClassicWindow-fw_cfg-optio.patch" https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2101903/+attachment/5863834/+files/0001-UBUNTU-SAUCE-Add

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-13 Thread Mitchell Augustin
Upstream suggested a slightly different approach, which should still be acceptable for our use case: https://github.com/tianocore/edk2/pull/10856 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101903

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-12 Thread Mitchell Augustin
Thanks @dannf, I will refactor as suggested and take this upstream to see if they are interested. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101903 Title: UBUNTU: SAUCE: Introduce X-PciMmioClass

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-12 Thread Mitchell Augustin
Patch refactored, verified, and submitted to upstream edk2 project: https://github.com/tianocore/edk2/pull/10853 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101903 Title: UBUNTU: SAUCE: Introduce

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-15 Thread Mitchell Augustin
https://github.com/tianocore/edk2/pull/10856 accepted upstream. Per conversation with @dannf, this will be pulled into Debian, then be SRU'd from Plucky once it lands there. ** Changed in: edk2 (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are

[Bug 2101903] Re: UBUNTU: SAUCE: Introduce X-PciMmioClassicWindow option to fw_cfg

2025-03-15 Thread Mitchell Augustin
Reassigning to @dannf since the next step is to pull this into Debian, then Plucky ** Description changed: + SRU Justification: + + [ Impact ] + Due to an inefficiency in the way older host kernels manage pfnmaps for guest VM memory ranges[0], guests with large-BAR GPUs passed through hav

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

2025-03-26 Thread Mitchell Augustin
** Changed in: edk2 (Ubuntu Oracular) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101903 Title: Backport "OvmfPkg: Use user-specified opt/ovmf/X-PciMmio64Mb valu

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

2025-03-27 Thread Mitchell Augustin
MP submitted for Oracular SRU request: https://code.launchpad.net/~mitchellaugustin/ubuntu/+source/edk2/+git/edk2/+merge/483529 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101903 Title: Backport

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

2025-03-26 Thread Mitchell Augustin
Hi John, Versions of OVMF in Jammy and earlier do not contain https://github.com/tianocore/edk2/commit/ecb778d0ac62560aa172786ba19521f27bc3f650, and as a result, there is no need for users to force a smaller opt/ovmf/X-PciMmio64Mb on those releases when passing through a large BAR GPU since the de

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

2025-03-26 Thread Mitchell Augustin
I just verified that this patch works as expected on Oracular on H100. This can be tested with this PPA: https://launchpad.net/~mitchellaugustin/+archive/ubuntu/edk2-honor-user- mmio-window-oracular/+packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is