The fix commit is also present in noble/linux-hwe-6.11 versions
6.11.0-21.21~24.04.1 and newer, so setting its status to Fix Released as
well.
** Changed in: linux-hwe-6.11 (Ubuntu Noble)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member
This was fixed in the Oracular generic kernel version 6.11.0-20.20 and
newer, so instead of Won't Fix that can be resolved as Fix Released.
** Changed in: linux (Ubuntu Oracular)
Status: Won't Fix => Fix Released
--
You received this bug notification because you are a member of Kernel
Pac
This fix commit "net/mlx5e: Remove workaround to avoid syndrome for
internal port" is present in Noble generic kernel version 6.8.0-58.60
and newer, so I am setting its status to Fix Released.
** Changed in: linux (Ubuntu Noble)
Status: In Progress => Fix Released
--
You received this bug
** Changed in: linux (Ubuntu Noble)
Importance: Undecided => Low
--
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/2107816
Title:
warning at iommu_dma_unmap_page when running ibv_rc_ping
** Changed in: linux (Ubuntu Plucky)
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.launchpad.net/bugs/2113990
Title:
A process exiting with an open /dev/snapshot fd caus
** 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.14 (Ub
et loss, time 1003ms
rtt min/avg/max/mdev = 14.884/17.470/20.057/2.586 ms
[Where problems could occur]
This change could result in issues with Wi-Fi connectivity on an MT7925
Wi-Fi chip, particularly after disconnecting from a network or when
utilizing MLO.
** Affects: linux-nvidia-6.11 (Ubunt
** 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
** No longer affects: linux-aws-6.8 (Ubuntu)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2111521
Title:
nvme no longer detected on boot after upgrade to 6.8.0-60
Status in linux pack
** Also affects: linux-aws-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/2111521
Title:
nvme no longer detected on boot after up
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
** 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
** 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
+ 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
** 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
** 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
** 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
** 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
** 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
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,
@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
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
...
/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
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);
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
** 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
** 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
** 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
** 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
** 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
*
** 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
** 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)
** 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
** 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)
** 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
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
** 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
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
** 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
** 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.
** 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
** 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
** 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
** Summary changed:
- Fans take several minutes so turn off after entering S0ix
+ Fans take several minutes to turn off after entering S0ix
--
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
** 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
=> 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
** 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
** 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
** 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)
** 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:
** 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
** 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
After restarting the computer I checked things again. It is not so good
as I wrote above. I was not patient enough to watch the bluetooth button
for a sufficient time. The behavior (upon clicking the button in the On
state) is:
The button gets the pale colour, keeps is for about 1-2 seconds and th
Yes, bluetooth stays off after that command. The button got the pale
colour and the text output from the command was
CHG] Controller 98:5F:41:4E:7F:90 PowerState: on-disabling
hci0 class of device changed: 0x00
hci0 new_settings: ssp br/edr le secure-conn wide-band-speech cis-central
cis-peri
Public bug reported:
Description:Ubuntu Plucky Puffin (development branch)
Release:25.04
bluetooth:
Installed: (none)
Candidate: 5.79-2
Version table:
5.79-2 500
500 http://archive.ubuntu.com/ubuntu plucky/universe amd64 Packages
I expected that clicking on the blu
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
** 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
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
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
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
** 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
** 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
** 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
** 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
** 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
** 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
Hello.
I'm experience the same issue. The likelihood that i run into a complete
system freeze is higher when I watch a YouTube video, generally when
watching a video or having a video conference. Latter of course is very
painful, as I have many conferences. Leaving the camera off seems to
help a b
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
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
** 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
** 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
** 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
** 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
Exactly the same problem on FDE setup here! Ubuntu 24.04 on Thinkpad
P14s Gen3
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to wireless-regdb in Ubuntu.
https://bugs.launchpad.net/bugs/2096979
Title:
wireless-regdb update problem at Ubu
** 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
** 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
** 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
** 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
** 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
** 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)
-
** 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
** 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
** 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
** 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
Same Problem here,
please fix that bug, thank you.
HW: Ubuntu 24.04 on am Lenovo Thinkpad X13 (PSREF: 20W80013GE) Intel
i5-11357G7
I appreciate Ubuntu a lot.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.
** 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
** 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
** 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
** 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
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
Yes, of course. Heck, this is over 10 years old. Any bug which is still
left by now probably counts as "API" now 😅
** Changed in: linux (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in
** 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
** 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
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)
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
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
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
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
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
** 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
1 - 100 of 2024 matches
Mail list logo