You are not logged in.

#1 2021-12-13 18:06:17

gshearer
Member
From: Cincinnati, OH, USA
Registered: 2014-01-14
Posts: 54

Kernel oops on 5.15.7 with kvm ?

I get a kernel oops that traces to vmx.c .... downgrading to 5.15.6 fixes the issue.

Just wondering if anyone else has ran into this before I go down the bugzilla rabit hole

Thank you


--
George Shearer
doc at lame dot org
Linux Nerd since the MCC Interim Days

Offline

#2 2021-12-13 21:33:23

loqs
Member
Registered: 2014-03-06
Posts: 18,786

Re: Kernel oops on 5.15.7 with kvm ?

Please consider starting bisecting between 5.15.6 and 5.15.7 at the same time as you report the bug.
Edit:
git diff

diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index 1dc95e3..ea12eaf 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgbase=linux
 pkgver=5.15.8.arch1
-pkgrel=1
+pkgrel=1.1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/archlinux/linux/commits/$_srctag"
@@ -40,6 +40,8 @@ prepare() {
   echo "-$pkgrel" > localversion.10-pkgrel
   echo "${pkgbase#linux}" > localversion.20-pkgname
 
+  git revert -n df093c18bdb194ad3a1865644d54c98b1fe7c8e0
+
   local src
   for src in "${source[@]}"; do
     src="${src%%::*}"

https://drive.google.com/file/d/13rZ9db … sp=sharing linux-5.15.8.arch1-1.1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1fs7hcx … sp=sharing linux-headers-5.15.8.arch1-1.1-x86_64.pkg.tar.zst

Last edited by loqs (2021-12-16 19:36:12)

Offline

#3 2021-12-17 19:53:12

gshearer
Member
From: Cincinnati, OH, USA
Registered: 2014-01-14
Posts: 54

Re: Kernel oops on 5.15.7 with kvm ?

I plan to test that this weekend, thank you


--
George Shearer
doc at lame dot org
Linux Nerd since the MCC Interim Days

Offline

Board footer

Powered by FluxBB