You are not logged in.
Hi!
I have again the same problem like here and not possible to switching console mode
https://bbs.archlinux.org/viewtopic.php?id=278350
after Upgrade from 5.18.14-1.1 to 5.18.15
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Can anyone help me?
Last edited by Morta (2022-07-31 10:14:16)
Offline
I do
git clone https://github.com/archlinux/linux.git
cd linux
git bisect start
git bisect bad v5.18.15
git bisect good v5.18.12
It's this correct?
Offline
clone https://github.com/archlinux/linux.git
git bisect start
git checkout 0ed04dea93b6bcb06d67bd3e5e2728365ccb78a8
git bisect good v5.18.12-arch1
git checkout 848b2b6b5a582418eccf9c757594a51dab2b30d0
git bisect bad v5.18.15-arch1
Last edited by Morta (2022-07-31 11:06:42)
Offline
Cloud someone adjust the git upstream that I haven't rebuild the kernel after every update? Would be very nice and for other users also!
Offline
you can use "git tag" to figure out which tags can be used to designate good and bad.
Don't use git checkout after you started bisecting , it messes things up .
Check https://wiki.archlinux.org/title/Bisect … s_with_Git .
I do think git bisecting may not be very helpful / work badly with this issue.
Assuming 5.18.12 is good and 5.18.15 fails, there are only 2 versions between them :
5.18.13.arch1-1 and 5.18.14.arch1-1 .
Much easier to get those versions from pacman cache or arch linux archive to test them then building the kernel yourself.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
you can use "git tag" to figure out which tags can be used to designate good and bad.
Don't use git checkout after you started bisecting , it messes things up .
Check https://wiki.archlinux.org/title/Bisect … s_with_Git .
I do think git bisecting may not be very helpful / work badly with this issue.Assuming 5.18.12 is good and 5.18.15 fails, there are only 2 versions between them :
5.18.13.arch1-1 and 5.18.14.arch1-1 .Much easier to get those versions from pacman cache or arch linux archive to test them then building the kernel yourself.
I have a kernel version 5.18.14.arch1-1.1 from loqs which works.
https://drive.google.com/file/d/14NucKt … sp=sharing linux-5.18.14.arch1-1.1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1maVrEG … sp=sharing linux-headers-5.18.14.arch1-1.1-x86_64.pkg.tar.zst
How do I get now a working Kernel 5.18.15 from this two Kernel? (5.18.14.arch1-1.1 and 5.18.15.arch1)
I not very common with this issue never done self.
Last edited by Morta (2022-07-31 11:13:43)
Offline
Is this the same issue as in https://bbs.archlinux.org/viewforum.php?id=18 ?
Doesn't look like that was reported upstream yet. so hard to predict if 5.18.15 has it.
Bisecting an issue is rarely easy, and kernel bisecting tends to be harder then bisecting user software.
I suggest you take a step back and clarify what you want to achieve.
Last edited by Lone_Wolf (2022-07-31 11:42:35)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I want a 5.18.15 kernel which is running with my nvida geforce graphic card like the kernel from loqs in my posted thread
Last edited by Morta (2022-07-31 12:09:21)
Offline
.YOu can just checkout the 5.18.15 kernel and revert the offendign commit? There's no need to bisect stuff again.
Offline
.YOu can just checkout the 5.18.15 kernel and revert the offendign commit? There's no need to bisect stuff again.
Sorry... How I do exactly I do that?
git clone https://github.com/archlinux/linux.git
git checkout 848b2b6b5a582418eccf9c757594a51dab2b30d0 #5.18.15 kernel
And then?
Offline
Try using "git revert 07186778cf645cc79e6913a28dadf445cd3e2439" …
Offline
Try using "git revert 07186778cf645cc79e6913a28dadf445cd3e2439" …
Thx
Offline
Where can I fill up a case for this bug?
Offline
https://bugzilla.kernel.org/show_bug.cgi?id=216303
Fair warning: If you over there ask questions that you could have googled yourself, you'll get eaten alive.
Offline
Report the issue on https://github.com/NVIDIA/open-gpu-kern … les/issues link to https://bugzilla.kernel.org/show_bug.cgi?id=216303
Edit:
Until Nvidia address the issue you will have to keep building custom kernels with 07186778cf645cc79e6913a28dadf445cd3e2439 reverted
Last edited by loqs (2022-08-01 14:49:38)
Offline
GP108 isn't supported by nvidia-open, is it?
=> https://forums.developer.nvidia.com/c/g … /linux/148
Offline
Ok I did it!
How I have to build the kernel with the module nvidia? I installed nvidia-dkms but generating with mkinitcpio -p linux515 fails because of missing nvidia kernel module. How I have to compile the kernel with nvidia modules?
Offline
Oh it works!
Offline
Thanks a lot to seth and loqs!!!
Linux 5erver 5.18.15-arch1-dirty #1 SMP PREEMPT_DYNAMIC Mon Aug 1 16:05:52 CEST 2022 x86_64 GNU/Linux
Last edited by Morta (2022-08-01 15:46:11)
Offline