You are not logged in.
Pages: 1
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
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
I plan to test that this weekend, thank you
--
George Shearer
doc at lame dot org
Linux Nerd since the MCC Interim Days
Offline
Pages: 1