Virtualbox Guru meditation on VM start caused by kernel commit in v6.9-rc4

Bug #2073267 reported by Dave Odell
422
This bug affects 75 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Undecided
AaronMa
Jammy
Fix Released
High
Unassigned
linux-hwe-6.8 (Ubuntu)
Invalid
Undecided
Unassigned
Jammy
Fix Committed
High
Unassigned
linux-signed-hwe-5.15 (Ubuntu)
Confirmed
Undecided
Unassigned
Jammy
Invalid
Undecided
Unassigned
virtualbox (Ubuntu)
Confirmed
Critical
Unassigned
Jammy
Confirmed
Undecided
Unassigned

Bug Description

BugLink: https://bugs.launchpad.net/bugs/2073267

SRU Justification:

[Impact]

Commit "randomize_kstack: Improve entropy diffusion" changed the
kernel stack for entropy to 1KiB, limiting the thread kernel stack to
15Kib. This impacts virtualbox 6.1.50 on jammy, that is no longer
maintained upstream. The issue does not persist on version 7.0.20 due to a
code refactoring that probably resulted in less stack usage. Fixing it on
the jammy virtualbox package side is not straightfoward because the fix is
not easy to backport to 6.x and upgrading the jammy package to 7.x breaks
current users machines that run Windows, but not only.
Users need to uninstall the Guest additions drivers, migrate the
virtualbox package to 7.x, boot each VMs and install the Guest additions
drivers in each VM.

This impacts:
1. jammy:linux
2. jammy:linux-hwe-6.8
3. focal:linux-hwe-5.15

[Fix]

Revert commit "randomize_kstack: Improve entropy diffusion"

[Test Plan]

Without this fix, a VM would crash, showing with "VCPU0: Guru
Meditation -2708 (VERR_VMM_SET_JMP_ABORTED_RESUME)".
After the kernel upgrade, all VMs should run with no problem.

[Where problems could occur]
This may have an impact on security. The commit is a fix to improve the
stack entropy.

Original description:

It worked yesterday, but today I get a Guru Meditation trying to start some of my virtual machines. This shows up in VBox.log as "VCPU0: Guru Meditation -2708 (VERR_VMM_SET_JMP_ABORTED_RESUME)". I suspect this may have started due to a Linux kernel upgrade I installed this morning.

A fresh VM with no disk shows the issue. Sometimes turning off the I/O APIC makes the issue go away, sometimes not. Turning off nested paging sometimes lets VirtualBox make a little bit of progress w.r.t. booting VMs, but that usually still crashes before the VM finishes starting.

This may be related to this bug reported on the VirtualBox forums: https://forums.virtualbox.org/viewtopic.php?t=111889&sid=5cd33c0872a03b689e7e9f84d850f538

https://forums.virtualbox.org/viewtopic.php?t=111918

Ubuntu is 22.04.4 LTS, kernel is 5.15.0-116-generic, VirtualBox is 6.1.50-dfsg-1~ubuntu1.22.04.1.

Tags: focal jammy kernel-bug regression-update apport-collected kernel-spammed-focal-linux-hwe-5.15-v2 kernel-spammed-focal-linux-oracle-5.15-v2 kernel-spammed-jammy-linux-bluefield-v2 kernel-spammed-jammy-linux-gke-v2 kernel-spammed-jammy-linux-gkeop-v2 kernel-spammed-jammy-linux-hwe-6.8-v2 kernel-spammed-jammy-linux-ibm-gt-v2 kernel-spammed-jammy-linux-ibm-v2 kernel-spammed-jammy-linux-intel-iotg-v2 kernel-spammed-jammy-linux-kvm-v2 kernel-spammed-jammy-linux-lowlatency-v2 kernel-spammed-jammy-linux-mtk-v2 kernel-spammed-jammy-linux-nvidia-tegra-igx-v2 kernel-spammed-jammy-linux-nvidia-tegra-v2 kernel-spammed-jammy-linux-nvidia-v2 kernel-spammed-jammy-linux-oracle-v2 kernel-spammed-jammy-linux-raspi-v2 kernel-spammed-jammy-linux-realtime-v2 kernel-spammed-jammy-linux-v2 verification-done-focal-linux-hwe-5.15 verification-done-focal-linux-oracle-5.15 verification-done-jammy-linux verification-done-jammy-linux-bluefield verification-done-jammy-linux-gke verification-done-jammy-linux-gkeop verification-done-jammy-linux-hwe-6.8 verification-done-jammy-linux-ibm verification-done-jammy-linux-ibm-gt verification-done-jammy-linux-intel-iotg verification-done-jammy-linux-kvm verification-done-jammy-linux-lowlatency verification-done-jammy-linux-mtk verification-done-jammy-linux-nvidia verification-done-jammy-linux-nvidia-tegra verification-done-jammy-linux-nvidia-tegra-igx verification-done-jammy-linux-oracle verification-done-jammy-linux-raspi verification-done-jammy-linux-realtime
Revision history for this message
Dave Odell (dmo2118) wrote :
Dave Odell (dmo2118)
description: updated
description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in virtualbox (Ubuntu):
status: New → Confirmed
Revision history for this message
Ange des Ténèbres (angedestenebresk) wrote :

Hey,

I have exactly the same issue on Linux Mint 21.3 (based on Ubuntu 22.04) with the kernel 5.15.0-116 and Virtualbox installed from Ubuntu repo (version 6.1.50-dfsg-1~ubuntu1.22.04.1).

After trying to go back to previous kernel version 5.15.0-113, all my VM worked again. So, it seems the last kernel version for 5.15 causes that.

Changed in linux (Ubuntu):
status: New → Confirmed
Revision history for this message
Arrigo Marchiori (ardovm) wrote :

Same problem here, on several machines, all Ubuntu 22.04 after updating the kernel to version 5.15.0-116.

All hosts and guests are x86_64.

tags: added: jammy regression-update
Revision history for this message
berni123 (bernd-bernd--zimmermann) wrote :

I can confirm this bug an add the following information:

Kernel 5.15.0-116-generic: VBox 6.1.50 is not working at all

Kernel 5.15.0-112-generic and 5.15.0-113-generic: VBox 6.1.50 is working with boot workaround amg_iommu=off due to the bug in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2068738

Kernel 5.15.0-107-generic: VBox 6.1.50 is working without problems

It looks like, that another kernel patch between -112/-113 and -116 causes the issue with VBox 6.1.50

Regards,
Bernd

Revision history for this message
Andy (montagu) wrote :

Here is a ticket for the same issue on virtualbox.org, for what it's worth:
https://www.virtualbox.org/ticket/22115
But support for VirtualBox 6.1 ended in January this year so we can't expect any fix to be forthcoming from Oracle.

Revision history for this message
Xavier Tannier (xtannier) wrote :

I have the same problem, solved by uninstalling the version from Ubuntu repo, and installing instead the version 7 from virtualbox web site:
https://www.virtualbox.org/wiki/Linux_Downloads

Revision history for this message
Pudding (little-pudding) wrote :

Same story for me with Linux Mint 21.3 Cinnamon and VirtualBox 6.1 on Thinkpad T495 (AMD Ryzen):

5.15.0-116 fails

5.15.0-113 fails (doesn't even manage to boot Linux Mint, why did they push this to updates?!)

5.15.0-112 fails (manages to get a line of text out on the console before the VM crashes)

5.15.0-107 works perfectly fine

Revision history for this message
Alan Knepper (al-knepper) wrote :

I've had all sorts of issues with Kernels after -107. First my keyboard was unresponsive after a sleep/suspend. Then it was not being able to suspend (it would just immediately wake).

Adding entries in grub fixed the first issue for while and got fixed about 112 or 113. Now they toss this issue in.

I've been trying quite a few other operating systems, installing them to a spare 40G chunk of HD. I'm surprised at how many have my original suspend/keyboard issues. I've never made records as to which Kernels are involved, sure might have been useful huh?!!

I have also discovered that Kernel 113 or 6.5x fix Virtualbox. I found the partial fix by booting Zorin OS (my current testing OS on that 40G hd) and found that all of my VM images worked in that OS. I was glad to find out that all the vdi files were still valid.

I think I'm going to wait for the dust to settle, as I can always backup to Kernel 113 as long as I don't do a autoremove command.

Revision history for this message
William Veliz (wilardo) wrote (last edit ):

I have the same error with Linux Mint 21.2 Cinnamon with kernel 5.15.0-116-generic and VirtualBox installed from Ubuntu repo (version 6.1.50-dfsg-1~ubuntu1.22.04.1).

Revision history for this message
Alan Knepper (al-knepper) wrote :

Upgrading to virtualbox 7.0.20 fixed my system. I'm back on 5.15.0-116 kernel.

Revision history for this message
Andre Juanel (ajuanel) wrote :

Same issue here with Ubuntu Mate 22.04. It worked with kernel 5.15.0-112.

The log file says:
ERROR [COM]: aRC=NS_ERROR_INVALID_ARG (0x80070057) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={Argument aWidth is invalid (must be aWidth != 0 && aWidth <= 32767)}, preserve=false aResultDetail=0

Waiting for a kernel fix.

Revision history for this message
Michael Plotkin (plotkin) wrote :

Just tested the "focal-proposed" kernel version 5.15.0-118 (with "Pre-released updates" enabled) on Ubuntu 20.04 with VBox 6.1.50. Unfortunately the VM didn't work at all with exactly the same symptoms as with "stable" kernel version 5.15.0-116. Was unable to find any workaround so I had to downgrade the kernel version to 5.15.0-113 and to disable further kernel upgrades until a working fix is available.

Revision history for this message
Schwobi (hemaha) wrote (last edit ):

Same issue on Ubuntu 20.04 (kernel version 5.15.0-116-generic; virtualbox version 6.1.50).

Considering the Linux world was hit with a few major security flaws in the last few months, I strongly advice against the use of older kernel versions.

I am not sure whether this should be fixed in kernel development, as it is the VirtualBox application that is out of date for all but the latest LTS releases of Ubuntu. What would be the use in changing the kernel if the application itself is outdated and needs an overdue update ASAP ..?
VirtualBox version 6.# had reached end of life by January 2024; it is no longer maintained by Oracle. And VirtualBox version 7.#, as provided by source (Oracle), appears to work with current linux kernels according to reports in the user forum: https://forums.virtualbox.org/viewtopic.php?t=111925

Thus, I add my voice to the chorus of pleas, requesting to finally switch to VirtualBox version 7.# for all Ubuntu releases (at least 20.04 to 22.04 LTS).

Edit: I suspect Ubuntu 24.04 to be unaffected, as it is running VirtualBox version 7.0.# and Linux kernel version 6.8.#. Can someone confirm that?

Schwobi (hemaha)
tags: added: focal
Revision history for this message
Vasya Pupkin (shadowlmd) wrote :

> finally switch to VirtualBox version 7

While it's totally fine, I do not agree that it should be a fix for this problem. Kernel upgrades within the same minor version should not break existing software. This is clearly a bug (major change) in the kernel package and this is where it should be addressed.

Revision history for this message
Andy (montagu) wrote (last edit ):

At the moment it's unclear if anyone who can do anything about this is even aware of it. On any list of bugs I look at, this one is buried under hundreds of others that are sometimes a decade or more old. I'm not sure how anyone would become aware of it.

Reading about bug handling processes on wiki.ubuntu.com, I found this:

----
In order to set bug statuses to 'Triaged' you need to be a member of the Ubuntu Bug Control team. If you are not a Bug Control member, and you find a bug you believe is ready to be marked as Triaged, then please join the #ubuntu-bugs channel on irc.freenode.net and provide a link to the report. A Bug Control member can then examine the report and, if it is ready, mark it as Triaged for you.
----

If anyone affected is on IRC, perhaps it would be worth going onto that channel and asking if this bug report is ready to be triaged.

Revision history for this message
Robie Basak (racb) wrote :

Somebody appeared on IRC asking for help with this bug but disappeared again before I could reply.

It's clear that there is an issue, but I don't see enough information here to isolate it to specific versions of packages that Ubuntu shipped. People seem to be reporting versions either not published by Ubuntu or not reporting complete package names and versions that Ubuntu did ship, and posts from people not using Ubuntu (Mint is not Ubuntu and makes its own changes in ways that Ubuntu developers cannot support) also do not help Ubuntu developers isolate affected versions.

Of all the "me too" reports in the comments above, I can't find a single report that is not using software from a third party source that states both the package name and package versions of the kernel and virtualbox that no longer work and previous package name and package versions of the kernel and virtualbox that do work.

If you'd like to help, I suggest reporting precisely which package names and versions are affected on an Ubuntu system with no software from third party sources installed, as well as confirming that reverting the kernel does work around the issue and the package names and versions that you used to do that. The entire package version is important - cutting off half of it removes valuable information.

Note that I'm not a kernel developer for Ubuntu and am not in a position to fix the bug. I'm just trying to help gather information that would be useful to a kernel developer.

Revision history for this message
Vasya Pupkin (shadowlmd) wrote :

The problem appeared in the package linux-image-5.15.0-116-generic in all Ubuntu releases that ship VirtualBox version 6.x, particular version of VirtualBox package doesn't matter. Rolling back to linux-image-5.15.0-113-generic fixes the issue.

Revision history for this message
Vasya Pupkin (shadowlmd) wrote :

Also, I reported this bug: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.15/+bug/2073691 against specific package version and no third party software.

Revision history for this message
Schwobi (hemaha) wrote (last edit ):

In support of Vasya's observation, the issue appeared for me on Ubuntu 20.04.6 LTS on Ubuntu-shipped VirtualBox
package: virtualbox (version: 6.1.50-dfsg-1~ubuntu1.20.04.1)
following a kernel update from
[working kernel] package: linux-image-5.15.0-113-generic (version: 5.15.0-113.123~20.04.1)
to
[affected kernel] package: linux-image-5.15.0-116-generic (version: 5.15.0-116.126~20.04.1).

Reverting back to the previous kernel version ( 5.15.0-113.123~20.04.1) does indeed make the error go away.

> Quoting Robie: "posts from people not using Ubuntu (Mint is not Ubuntu and makes its own changes in ways that Ubuntu developers cannot support)"

Please note that Linux Mint users are affected because their packages are built from Ubuntu repositories. The same linux kernel update affected their VirtualBox version 6.x. See: https://forums.linuxmint.com/viewtopic.php?t=424497
Thus, a fix in the Ubuntu-shipped kernel will also solve the problem for Linux Mint users.

> Quoting Robie: "not using software from a third party source"

The discussed installation of the newer version 7.# of VirtualBox from Oracle (i.e. source code provider for Ubuntu-shipped packages) is a workaround for those who are not willing to revert back to linux-image-5.15.0-113-generic and blacklist newer kernel versions until a fix in kernel is available.

Revision history for this message
Schwobi (hemaha) wrote :

Specified the affected package / kernel branch for clarity.

Changed in linux-signed-hwe-5.15 (Ubuntu):
status: New → Confirmed
no longer affects: linux-signed-hwe-5.15 (Ubuntu)
affects: linux (Ubuntu) → linux-signed-hwe-5.15 (Ubuntu)
Revision history for this message
Andy (montagu) wrote (last edit ):

I have the issue on Kubuntu 22.04 LTS.

VirtualBox package: virtualbox
version: 6.1.50-dfsg-1~ubuntu1.22.04.1 (jammy-updates)

Kernel package: linux-image-5.15.0-116-generic
version: 5.15.0-116.126 (jammy-updates)

The above combination has the problem. VirtualBox cannot start VMs. This started when the update to the -116 kernel dropped last week.

Reverting to the kernel package below makes VirtualBox work again.

Kernel package: linux-image-5.15.0-113-generic
version: 5.15.0-113.123 (jammy-updates)

Thanks for coming to help, Robie. If there's any other information we should provide, please tell us.

Revision history for this message
David Streicher (davidstreicher123) wrote (last edit ):

For what its worth:

I have the same issue with Ubuntu 22.04.4 LTS (Desktop).

Working kernel (i.e. VM in Virtualbox 6.1 boots): Linux 5.15.0-1061-gke
Broken kernel (i.e. VM no longer boots): Linux 5.15.0-1062-gke

Workaround: Installed Virtualbox 7 from the Oracle PPA repository and migrated VM with some teething problems.

Revision history for this message
Kevin Brubeck Unhammer (unhammer) wrote :

Upgrading to virtualbox 7 let the vm start booting, but windows crashes on boot with a message about an issue with the driver vboxwddm.sys , I'm guessing because guest additions installed from ubuntu package conflict with those from the ppa? So that workaround doesn't solve all cases either.

Revision history for this message
David Streicher (davidstreicher123) wrote :

@Kevin you need to remove (uninstall) the guest additions from the VM before upgrading to virtualbox 7.
(This is true when migrating any VM between major virtualbox versions - even if both work correctly with the same kernel version on the Host).

Shortly:

1. Boot Windows Guest VM with Virtualbox 6.1 (and an older Linux kernel to get around the original issue).

2. Remove (uninstall) the Guest additions. (As a sanity check, it may be worth ensuring that your guest VM can boot without the Guest additions installed; if not, adjust the client VM config as required).

3. Uninstall virtualbox 6.1 and the virtualbox 6.1 extension pack

4. Install virtualbox 7 (and the virutalbox 7 extension pack if required)

5. Boot the Windows Guest VM in virtualbox 7
Note: Setting the paravirtualization interface to the "default" option in virtualbox 7 may result in the guest VM perpetually booting into repair mode. Set the paravirtualization explicitely to "Hyper-V" (what Windows actually requires) or "KVM" (this option worked in my case - haven't explicitely tested Hyper-V yet)

6. Install the virtualbox 7 guest additions in your guest VM again.

Hope this helps.

1 comments hidden view all 133 comments
Revision history for this message
Andy (montagu) wrote :

I think that pretty clearly shows that upgrading the VirtualBox version to 7 in the Ubuntu repos for 20.04 and 22.04 is not going to be the solution.

Revision history for this message
Shai Berger (shai-ikko) wrote :

FWIW I had a situation a lot like that reported by @unhammer in #24, but (maybe because I am using a physical disk for the Windows, maybe because it's a different Windows version) I didn't have clear error messages about drivers. However, the fix suggested by @davidstreicher123 in #25 worked: Boot into Windows (in my case, as a main OS), uninstall Guest Additions, go back to Ubuntu (where VB7 is installed) and then boot Windows again as a VM under the new VirtualBox.

Revision history for this message
Andy Townsend (someoneelseosm) wrote :

With regard to "but I don't see enough information here to isolate it to specific versions of packages that Ubuntu shipped" above, perhaps this will help:

On an Ubuntu 22.04 LTS system, "apt search virtualbox | grep installed" finds:

libvirt-bin/now 4.0.0-1ubuntu8.21 amd64 [installed,local]
libvirt-clients/jammy-updates,jammy-security,now 8.0.0-1ubuntu7.10 amd64 [installed,automatic]
libvirt-daemon/jammy-updates,jammy-security,now 8.0.0-1ubuntu7.10 amd64 [installed,automatic]
libvirt-daemon-config-network/jammy-updates,jammy-updates,jammy-security,jammy-security,now 8.0.0-1ubuntu7.10 all [installed,automatic]
libvirt-daemon-config-nwfilter/jammy-updates,jammy-updates,jammy-security,jammy-security,now 8.0.0-1ubuntu7.10 all [installed,automatic]
libvirt-daemon-driver-qemu/jammy-updates,jammy-security,now 8.0.0-1ubuntu7.10 amd64 [installed,automatic]
libvirt-daemon-system/jammy-updates,jammy-security,now 8.0.0-1ubuntu7.10 amd64 [installed,automatic]
libvirt-daemon-system-systemd/jammy-updates,jammy-updates,jammy-security,jammy-security,now 8.0.0-1ubuntu7.10 all [installed,automatic]
libvirt0/jammy-updates,jammy-security,now 8.0.0-1ubuntu7.10 amd64 [installed,automatic]
virtualbox/jammy-updates,now 6.1.50-dfsg-1~ubuntu1.22.04.1 amd64 [installed]
virtualbox-dkms/jammy-updates,now 6.1.50-dfsg-1~ubuntu1.22.04.1 amd64 [installed]
virtualbox-qt/jammy-updates,now 6.1.50-dfsg-1~ubuntu1.22.04.1 amd64 [installed]

"apt search generic | grep 116 | grep installed" finds:

linux-generic/jammy-updates,jammy-security,now 5.15.0.116.116 amd64 [installed]
linux-headers-5.15.0-116-generic/jammy-updates,jammy-security,now 5.15.0-116.126 amd64 [installed,automatic]
linux-headers-generic/jammy-updates,jammy-security,now 5.15.0.116.116 amd64 [installed]
linux-image-5.15.0-116-generic/jammy-updates,jammy-security,now 5.15.0-116.126 amd64 [installed,automatic]
linux-image-generic/jammy-updates,jammy-security,now 5.15.0.116.116 amd64 [installed,automatic]
linux-modules-5.15.0-116-generic/jammy-updates,jammy-security,now 5.15.0-116.126 amd64 [installed,automatic]
linux-modules-extra-5.15.0-116-generic/jammy-updates,jammy-security,now 5.15.0-116.126 amd64 [installed,automatic]

"apt search generic | grep 113 | grep installed" finds:

linux-headers-5.15.0-113-generic/jammy-updates,jammy-security,now 5.15.0-113.123 amd64 [installed,automatic]
linux-image-5.15.0-113-generic/jammy-updates,jammy-security,now 5.15.0-113.123 amd64 [installed,automatic]
linux-modules-5.15.0-113-generic/jammy-updates,jammy-security,now 5.15.0-113.123 amd64 [installed,automatic]
linux-modules-extra-5.15.0-113-generic/jammy-updates,jammy-security,now 5.15.0-113.123 amd64 [installed,automatic]

When booted off the "5.15.0-113-generic" kernel Virtualbox works OK. When booted off the "5.15.0-116-generic" one it does not.

Schwobi (hemaha)
tags: added: kernel-bug
Revision history for this message
Tom Robinson (mariner10) wrote :

I have the same setup as Andy (comment #22).

Ubuntu 22.04.4 LTS

VirtualBox is version installed from Ubuntu repo:
virtualbox/jammy-updates,now 6.1.50-dfsg-1~ubuntu1.22.04.1 amd64 [installed]

Problem with no longer being able to start any guest OS in VirtualBox first appeared after system update to kernel package:
linux-image-5.15.0-116-generic/jammy-updates,jammy-security,now 5.15.0-116.126 amd64 [installed,automatic]

Choosing to boot using previous kernel package allows VirtualBox to start guest OSs again without issue. Previous kernel package is:
linux-image-5.15.0-113-generic/jammy-updates,jammy-security,now 5.15.0-113.123 amd64 [installed,automatic]

Revision history for this message
Kevin Brubeck Unhammer (unhammer) wrote :

Does this mean the uninstall-upgrade-reinstall dance has to be done anyway on any major upgrade of virtualbox (e.g. when upgrading Ubuntu past jammy)?

Revision history for this message
David Streicher (davidstreicher123) wrote :

@Kevin yes. It really depends on the extent of changes between major versions of virtualbox as to whether it will _always_ be required, but it is at least necessary in the 6.1 -> 7 migration case.

AFAICT Oracle never released an official VM migration guide with the release of virtualbox 7, but based on the bug reports on Stack Overflow, the Virtualbox threads, and my own experience, I think its safe to say that the Windows Guest Additions driver in 6.1 is definitely not compatible with Virtualbox 7.

Revision history for this message
Schwobi (hemaha) wrote :

Don't think this will be fixed any time soon. Has someone a way to get in touch with the upstream kernel developers..?

Revision history for this message
Keith Z-G (keithzg) wrote :

Can sadly but unsurprisingly confirm that the new 5.15.0-117 kernel doesn't resolve this on 22.04.

Revision history for this message
Graham Jenkins (grahjenk) wrote :

Yes, the problem's still there for me with kernel 5.15.0-117 on 22.04.

Revision history for this message
Vasya Pupkin (shadowlmd) wrote :

This bug is reported against wrong package. Is it possible to change it somehow? Maybe that's the reason this bug has so little attention.

Changed in virtualbox (Ubuntu):
importance: Undecided → Critical
Revision history for this message
Schwobi (hemaha) wrote (last edit ):

> Quoting comment 36: "This bug is reported against wrong package."

The bug report is currently filed against the packages "linux-signed-hwe-5.15 (Ubuntu)" and "virtualbox (Ubuntu)". Would you mind to elaborate on why you think that this is not appropriate?

Revision history for this message
Vasya Pupkin (shadowlmd) wrote :

Primary package for this bug should be linux-signed-hwe-5.15. VirtualBox is affected, but it's not the root cause.

I am judging by the bug URL, currently it contains "virtualbox", so it may look like a VirtualBox bug. If that's not a big deal and Linux kernel maintainers are properly notified about this bug, then it's ok.

Revision history for this message
Andy (montagu) wrote :

I think the question is what is the correct kernel package to list it against. "linux-signed-hwe-5.15" is a hardware enablement kernel package but the issue is not specific to that build of the kernel.

Revision history for this message
Manuel Bestle (firewiremb) wrote :

In the Dublicate Bug 2074095 one of the Kernel Developers asked für help to debug. See comment #3.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2074095/comments/3

I am using Linux Mint so I can't help him. Maybe someone from this thread is able to provide him the nessesary informations.

Schwobi (hemaha)
tags: added: apport-collected
AaronMa (mapengyu)
Changed in linux (Ubuntu):
status: New → Triaged
assignee: nobody → AaronMa (mapengyu)
AaronMa (mapengyu)
summary: - Guru meditation on VM start
+ Virtualbox Guru meditation on VM start caused by kernel commit in
+ v6.9-rc4
description: updated
Changed in linux-signed-hwe-5.15 (Ubuntu Jammy):
status: New → Invalid
description: updated
description: updated
Stefan Bader (smb)
Changed in linux-hwe-6.8 (Ubuntu):
status: New → Invalid
Changed in linux-hwe-6.8 (Ubuntu Jammy):
importance: Undecided → High
status: New → In Progress
Changed in linux (Ubuntu Jammy):
importance: Undecided → High
status: New → In Progress
Changed in linux (Ubuntu):
status: Triaged → Invalid
Stefan Bader (smb)
Changed in linux (Ubuntu Jammy):
status: In Progress → Fix Committed
Changed in linux-hwe-6.8 (Ubuntu Jammy):
status: In Progress → Fix Committed
Changed in linux-hwe-6.8 (Ubuntu Jammy):
status: Fix Committed → In Progress
status: In Progress → Fix Committed
tags: added: kernel-spammed-jammy-linux-v2 verification-needed-jammy-linux
53 comments hidden view all 133 comments
Revision history for this message
Schwobi (hemaha) wrote :

Is there a reason why a fix has not yet been committed for focal (Ubuntu 20.04), which is likewise affected..?

Revision history for this message
Matthew Ruffell (mruffell) wrote :

Performing verification for Jammy.

I deployed a fresh baremetal server running Jammy in the Server Lab, installed
ubuntu-desktop and rebooted.

The kernel is 5.15.0-117-generic from updates:
5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024

$ sudo apt-cache policy virtualbox
virtualbox:
  Installed: 6.1.50-dfsg-1~ubuntu1.22.04.1

I downloaded a Ubuntu server iso from cdimage, and made a new virtualbox VM.

On starting, I get "Guru Meditation" and in the logs I see

00:00:02.191995 emR3Debug: rc=VERR_VMM_SET_JMP_ABORTED_RESUME

I then enable proposed2 and installed 5.15.0-119-generic:

5.15.0-119-generic #129-Ubuntu SMP Fri Aug 2 19:25:20 UTC 2024

The virtualbox VM started up normally. Happy to mark verified for jammy.

tags: added: verification-done-jammy-linux
removed: verification-needed-jammy-linux
Revision history for this message
Arrigo Marchiori (ardovm) wrote :

Sorry but I cannot replicate the test here.

After enabling the jammy-proposed apt sources, I got kernel 5.15.0.118, not .119:

# apt-get install linux-generic/jammy-proposed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
linux-generic is already the newest version (5.15.0.118.118).

And the VMs still do not start.

There seem to be VirtualBox packages in -proposed as well. Version is 6.1.50-dfsg-1~ubuntu1.22.04.3.
Shall I install them too?

Thank you in advance.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in virtualbox (Ubuntu Jammy):
status: New → Confirmed
Revision history for this message
Matthew Ruffell (mruffell) wrote :

Hi Arrigo,

Kernel SRU cycles are a little tricky... the Kernel Team make 150 kernels twice
a month, so not everything goes in the distro -proposed pocket.

This one is a respin, and hasn't made its way to the main -proposed pocket yet,
and because its a part of the security SRU cycle, it gets placed in the Kernel
Teams -proposed2 pocket:

https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/proposed2

The Kernel Team also have a -proposed pocket, which is just like the distro
-proposed, but only has the primary kernel SRU cycle packages in it:

https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/proposed

anyway, -119 is in -proposed2 if you want to try it.

The virtualbox package in -proposed is the same as the one in -updates, and
fixes a DKMS build issue with the 6.8 HWE kernel.

Hope that clears some things up.

Matthew

Revision history for this message
Arrigo Marchiori (ardovm) wrote :

I confirm that kernel 5.15.0-119 from the proposed2 PPA fixes this issue on Jammy.

Thank you, Matthew, for your kind explanation, and to all the developers who worked on this!

Revision history for this message
Schwobi (hemaha) wrote :

Wanting to test whether the fix had also made it into the focal-proposed (Ubuntu 20.04) kernel version -119, despite the absence of any indication of that in the bug status description, I tried to install the proposed kernel, but I can't:

# trying to install from proposed2 (also tested proposed, which didn't make any difference)
:~$ sudo apt-get install linux-hwe-5.15.0-119/focal-proposed2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-hwe-5.15.0-119
E: Couldn't find any package by glob 'linux-hwe-5.15.0-119'
E: Couldn't find any package by regex 'linux-hwe-5.15.0-119'

# tried to be more generic...
:~$ sudo apt-get install linux-generic/focal-proposed2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Release 'focal-proposed2' for 'linux-generic' was not found

# getting paranoid, thus confirming that the proposed-repository was indeed enabled
:~$ cat /etc/apt/sources.list | grep -i proposed
deb http://de.archive.ubuntu.com/ubuntu/ focal-proposed main universe restricted multiverse

# but alas, no such package(s) can be found by apt
:~$ sudo apt-cache search --names-only "linux.*\-119" | grep -e 'image' -e 'hwe'
<empty return>

And yet, the ubuntu/proposed2 archive seems to contain the packages of interest:
https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/proposed2?field.series_filter=focal

What am I missing..?

Revision history for this message
Ian Warrilow (umisterw) wrote :

linux-hwe-5.15.0-119 does seem to be in the focal-proposed2 repos now.
Added proposed2 to a test system and 119 was installed on update.
Couldnt test virtualbox though as not installed on the system

Revision history for this message
Ian Warrilow (umisterw) wrote :

Thought I may as well install Virtualbox and test it whilst I was here.
Booted to kernel 117, Installed VB 6.1.50 from repos. Created VM with no disc, started it, got the Guru-mediation error.
Rebooted to 119 kernel, VM started just fine.

I can confirm kernel 119 fixes the problem for focal.

Revision history for this message
Detlef Bracker (supermann-granada) wrote :

kernel 118 - the problem is not fixed !!!
I hope 119 fix this this long time problem!

Please understand: when this problems longer time exists, then linux (ejemplo Mint) are not better as Windows !!! So you go backwards! This cant been!

I can only use the kernal 106/107 on 3 machines with all different problems and this over a time of 2-3 months! Before was all good!

Revision history for this message
Schwobi (hemaha) wrote :

@ Detlef Bracker:

I understand your frustration.
But, it should be acknowledged that the developers' have promptly responded and committed the appropriate changes in a reasonable amount of time.
Kernel version 5.15.0-119 should fix the issue and be available in the official repositories (presumable also in downstream Linux Mint) within the next few weeks.
Please be just a bit more patient.

Revision history for this message
Andy (montagu) wrote :

@Detlef:
There are a number of workarounds to address this problem while waiting for the long-term fix in the -119 kernel.
You can change your grub configuration to either boot an older kernel by default, or to add randomize_kstack_offset=off to the kernel command line (see comment #85).
Alternatively, use apt to uninstall the recent kernel and revert to the -113 kernel.
All 3 of these options work equally well so it's just a question of which one you find most convenient.

Note that this specific bug has been precisely traced to a change introduced in the 5.15.0-116 kernel, so any problems you've had with any earlier kernel versions are a different issue.

Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-hwe-6.8/6.8.0-41.41~22.04.1 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-hwe-6.8' to 'verification-done-jammy-linux-hwe-6.8'. If the problem still exists, change the tag 'verification-needed-jammy-linux-hwe-6.8' to 'verification-failed-jammy-linux-hwe-6.8'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-hwe-6.8-v2 verification-needed-jammy-linux-hwe-6.8
Revision history for this message
Ian Warrilow (umisterw) wrote (last edit ):

Confirmed Linux-hwe-6.8.0.41 fixes the problem in jammy

Revision history for this message
Peter Sejerman (p-sejerman) wrote :

Tested the following combinations with VirtualBox 6.1.50_Ubuntu r161033.

Ubuntu 20.04:
linux-image-5.15.0-117-generic -> Guru Meditation Error
linux-image-5.15.0-118-generic -> Guru Meditation Error
linux-image-5.15.0-119-generic -> successful boot of VM

Ubuntu 22.04:
linux-image-5.15.0-118-generic -> Guru Meditation Error on VM-start
linux-image-5.15.0-119-generic -> successful boot of VM

linux-image-6.8-40-generic -> Guru Meditation Error
linux-image-6.8-41-generic (linux-generic-hwe-22.04) -> successful boot of VM

Revision history for this message
Janne Pulkkinen (matoking) wrote (last edit ):

Tested the following:

* linux-generic-hwe-22.04 6.8.0-40 crashes on VM boot with the VERR_VMM_SET_JMP_ABORTED_RESUME error
* linux-generic-hwe-22.04 6.8.0-41 boots VM successfully

Revision history for this message
Thomas Schönemann (tschoenemann) wrote (last edit ):

Confirmed the fix solves the bug in focal, jammy, jammy-hwe

Sorry, i can't edit tags and add "verification-done-jammy-linux-hwe-6.8" - i could not figure out how to:(

Revision history for this message
Kopa Rebu (koparebu) wrote :

> Sorry, i can't edit tags and add "verification-done-jammy-linux-hwe-6.8" - i could not figure out how to:(

I guess I managed to.

tags: added: verification-done-jammy-linux-hwe-6.8
removed: verification-needed-jammy-linux-hwe-6.8
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package linux - 5.15.0-119.129

---------------
linux (5.15.0-119.129) jammy; urgency=medium

  * jammy/linux: 5.15.0-119.129 -proposed tracker (LP: #2075665)

  * Virtualbox Guru meditation on VM start caused by kernel commit in v6.9-rc4
    (LP: #2073267)
    - SAUCE: Revert "randomize_kstack: Improve entropy diffusion"

  * CVE-2024-26921
    - inet: inet_defrag: prevent sk release while still in use

  * Jammy update: v5.15.162 upstream stable release (LP: #2073765) //
    CVE-2024-39484
    - mmc: davinci: Don't strip remove function when driver is builtin

  * Jammy update: v5.15.162 upstream stable release (LP: #2073765)
    - mmc: davinci_mmc: Convert to platform remove callback returning void

  * CVE-2024-39292
    - um: Add winch to winch_handlers before registering winch IRQ

  * CVE-2024-36901
    - ipv6: prevent NULL dereference in ip6_output()

  * CVE-2024-26830
    - i40e: Do not allow untrusted VF to remove administratively set MAC

  * CVE-2024-26680
    - net: atlantic: Fix DMA mapping for PTP hwts ring

  * CVE-2023-52760
    - gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

  * CVE-2023-52629
    - sh: push-switch: Reorder cleanup operations to avoid use-after-free bug

 -- Manuel Diewald <email address hidden> Fri, 02 Aug 2024 16:15:36 +0200

Changed in linux (Ubuntu Jammy):
status: Fix Committed → Fix Released
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-gke/5.15.0-1065.71 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-gke' to 'verification-done-jammy-linux-gke'. If the problem still exists, change the tag 'verification-needed-jammy-linux-gke' to 'verification-failed-jammy-linux-gke'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-gke-v2 verification-needed-jammy-linux-gke
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-gkeop/5.15.0-1051.58 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-gkeop' to 'verification-done-jammy-linux-gkeop'. If the problem still exists, change the tag 'verification-needed-jammy-linux-gkeop' to 'verification-failed-jammy-linux-gkeop'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-gkeop-v2 verification-needed-jammy-linux-gkeop
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-ibm/5.15.0-1061.64 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-ibm' to 'verification-done-jammy-linux-ibm'. If the problem still exists, change the tag 'verification-needed-jammy-linux-ibm' to 'verification-failed-jammy-linux-ibm'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-ibm-v2 verification-needed-jammy-linux-ibm
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-ibm-gt/5.15.0-1071.74 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-ibm-gt' to 'verification-done-jammy-linux-ibm-gt'. If the problem still exists, change the tag 'verification-needed-jammy-linux-ibm-gt' to 'verification-failed-jammy-linux-ibm-gt'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-ibm-gt-v2 verification-needed-jammy-linux-ibm-gt
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-realtime/5.15.0-1069.77 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-realtime' to 'verification-done-jammy-linux-realtime'. If the problem still exists, change the tag 'verification-needed-jammy-linux-realtime' to 'verification-failed-jammy-linux-realtime'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-realtime-v2 verification-needed-jammy-linux-realtime
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-intel-iotg/5.15.0-1063.69 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-intel-iotg' to 'verification-done-jammy-linux-intel-iotg'. If the problem still exists, change the tag 'verification-needed-jammy-linux-intel-iotg' to 'verification-failed-jammy-linux-intel-iotg'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-intel-iotg-v2 verification-needed-jammy-linux-intel-iotg
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-kvm/5.15.0-1065.70 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-kvm' to 'verification-done-jammy-linux-kvm'. If the problem still exists, change the tag 'verification-needed-jammy-linux-kvm' to 'verification-failed-jammy-linux-kvm'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-kvm-v2 verification-needed-jammy-linux-kvm
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-lowlatency/5.15.0-119.129 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-lowlatency' to 'verification-done-jammy-linux-lowlatency'. If the problem still exists, change the tag 'verification-needed-jammy-linux-lowlatency' to 'verification-failed-jammy-linux-lowlatency'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-lowlatency-v2 verification-needed-jammy-linux-lowlatency
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-raspi/5.15.0-1061.64 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-raspi' to 'verification-done-jammy-linux-raspi'. If the problem still exists, change the tag 'verification-needed-jammy-linux-raspi' to 'verification-failed-jammy-linux-raspi'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-raspi-v2 verification-needed-jammy-linux-raspi
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-nvidia/5.15.0-1063.64 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-nvidia' to 'verification-done-jammy-linux-nvidia'. If the problem still exists, change the tag 'verification-needed-jammy-linux-nvidia' to 'verification-failed-jammy-linux-nvidia'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-nvidia-v2 verification-needed-jammy-linux-nvidia
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-oracle/5.15.0-1066.72 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-oracle' to 'verification-done-jammy-linux-oracle'. If the problem still exists, change the tag 'verification-needed-jammy-linux-oracle' to 'verification-failed-jammy-linux-oracle'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-oracle-v2 verification-needed-jammy-linux-oracle
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-hwe-5.15/5.15.0-119.129~20.04.1 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-focal-linux-hwe-5.15' to 'verification-done-focal-linux-hwe-5.15'. If the problem still exists, change the tag 'verification-needed-focal-linux-hwe-5.15' to 'verification-failed-focal-linux-hwe-5.15'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-focal-linux-hwe-5.15-v2 verification-needed-focal-linux-hwe-5.15
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-oracle-5.15/5.15.0-1066.72~20.04.1 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-focal-linux-oracle-5.15' to 'verification-done-focal-linux-oracle-5.15'. If the problem still exists, change the tag 'verification-needed-focal-linux-oracle-5.15' to 'verification-failed-focal-linux-oracle-5.15'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-focal-linux-oracle-5.15-v2 verification-needed-focal-linux-oracle-5.15
Ian Warrilow (umisterw)
tags: added: verification-done-focal-linux-hwe-5.15
removed: verification-needed-focal-linux-hwe-5.15
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-bluefield/5.15.0-1051.53 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-bluefield' to 'verification-done-jammy-linux-bluefield'. If the problem still exists, change the tag 'verification-needed-jammy-linux-bluefield' to 'verification-failed-jammy-linux-bluefield'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-bluefield-v2 verification-needed-jammy-linux-bluefield
tags: added: verification-done-focal-linux-oracle-5.15 verification-done-jammy-linux-bluefield verification-done-jammy-linux-gke verification-done-jammy-linux-gkeop verification-done-jammy-linux-ibm verification-done-jammy-linux-ibm-gt verification-done-jammy-linux-intel-iotg verification-done-jammy-linux-kvm verification-done-jammy-linux-lowlatency verification-done-jammy-linux-nvidia verification-done-jammy-linux-oracle verification-done-jammy-linux-raspi verification-done-jammy-linux-realtime
removed: verification-needed-focal-linux-oracle-5.15 verification-needed-jammy-linux-bluefield verification-needed-jammy-linux-gke verification-needed-jammy-linux-gkeop verification-needed-jammy-linux-ibm verification-needed-jammy-linux-ibm-gt verification-needed-jammy-linux-intel-iotg verification-needed-jammy-linux-kvm verification-needed-jammy-linux-lowlatency verification-needed-jammy-linux-nvidia verification-needed-jammy-linux-oracle verification-needed-jammy-linux-raspi verification-needed-jammy-linux-realtime
Revision history for this message
Torsten Bronger (bronger) wrote :

Apparently I need Linux-hwe-6.8.0.41 for jammy. I have no experience with this fixing process, so what remaining waiting time have I to assume? I need the VM urgently for my work and have to make a decision which option to take (e.g. installing VB 7).

It’s okay if it still needs time, I just need to know.

Revision history for this message
Joner Cyrre Worm (jonerworm-6) wrote :

VMs starting OK again. Thanks for the work!

~$ dpkg -l linux-generic*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=======================-======================-============-=========================================
ii linux-generic-hwe-20.04 5.15.0.119.129~20.04.1 amd64 Complete Generic Linux kernel and headers

~$ dpkg -l virtualbox
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-=============================-============-===========================================
ii virtualbox 6.1.38-dfsg-3~ubuntu1.20.04.1 amd64 x86 virtualization solution - base binaries

~$ uname -r
5.15.0-119-generic

~$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal

Revision history for this message
Michael Plotkin (plotkin) wrote :

Just tested VM 6.1.50 with Ubuntu kernel 5.15.0-119-generic.
Confirmed that it starts and works normally as expected according to the 119 kernel changelog.

Thank you very much to everybody who helped in resolving this problem.

Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-nvidia-tegra/5.15.0-1028.28 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-nvidia-tegra' to 'verification-done-jammy-linux-nvidia-tegra'. If the problem still exists, change the tag 'verification-needed-jammy-linux-nvidia-tegra' to 'verification-failed-jammy-linux-nvidia-tegra'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-nvidia-tegra-v2 verification-needed-jammy-linux-nvidia-tegra
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-nvidia-tegra-igx/5.15.0-1016.16 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-nvidia-tegra-igx' to 'verification-done-jammy-linux-nvidia-tegra-igx'. If the problem still exists, change the tag 'verification-needed-jammy-linux-nvidia-tegra-igx' to 'verification-failed-jammy-linux-nvidia-tegra-igx'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-nvidia-tegra-igx-v2 verification-needed-jammy-linux-nvidia-tegra-igx
Revision history for this message
Carlos Cristian Rios Donoso (ccrios) wrote :

Same bug in Ubuntu 22.04.4, to install virtualbox-7 fixed the problem.
Thanks

tags: added: verification-done-jammy-linux-nvidia-tegra verification-done-jammy-linux-nvidia-tegra-igx
removed: verification-needed-jammy-linux-nvidia-tegra verification-needed-jammy-linux-nvidia-tegra-igx
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-mtk/5.15.0-1034.39 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-mtk' to 'verification-done-jammy-linux-mtk'. If the problem still exists, change the tag 'verification-needed-jammy-linux-mtk' to 'verification-failed-jammy-linux-mtk'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-mtk-v2 verification-needed-jammy-linux-mtk
tags: added: verification-done-jammy-linux-mtk
removed: verification-needed-jammy-linux-mtk
Displaying first 40 and last 40 comments. View all 133 comments or add a comment.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.