You are not logged in.

#26 2022-07-26 17:22:40

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

Yes, its freeze with Kernel 5.18.13 at same point like Kernel 5.18.14

sudo journalctl -b  | curl -F 'file=@-' 0x0.st

http://0x0.st/ojt3.txt

Offline

#27 2022-07-26 18:41:53

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: No login screen after crypsetup password prompt

$ git bisect start
$ git bisect bad v5.18.13
$ git bisect good v5.18.12
Bisecting: 113 revisions left to test after this (roughly 7 steps)
[48fda9af1df971076416bace9bfbb5d6d89ba6c1] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.

https://drive.google.com/file/d/1Etr3PS … sp=sharing linux-5.18.12.r114.g48fda9af1df9-1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/145uc-u … sp=sharing linux-headers-5.18.12.r114.g48fda9af1df9-1-x86_64.pkg.tar.zst
Please use nvida-dkms to build nvidia modules for the kernel using the supplied header package.

Offline

#28 2022-07-26 18:55:00

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

loqs wrote:
$ git bisect start
$ git bisect bad v5.18.13
$ git bisect good v5.18.12
Bisecting: 113 revisions left to test after this (roughly 7 steps)
[48fda9af1df971076416bace9bfbb5d6d89ba6c1] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.

https://drive.google.com/file/d/1Etr3PS … sp=sharing linux-5.18.12.r114.g48fda9af1df9-1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/145uc-u … sp=sharing linux-headers-5.18.12.r114.g48fda9af1df9-1-x86_64.pkg.tar.zst
Please use nvida-dkms to build nvidia modules for the kernel using the supplied header package.

Thx!

I will install now.

What is git bisect? git I know but never heard about bisect.

Offline

#29 2022-07-26 19:01:41

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: No login screen after crypsetup password prompt

Offline

#30 2022-07-26 19:05:42

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

Works properly!

Offline

#31 2022-07-26 19:10:05

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

Never learned out... :-)

And how it looks to Kernel 5.18.15 will it run with my processor and graphic card?

Offline

#32 2022-07-26 19:25:54

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: No login screen after crypsetup password prompt

$ git bisect good
Bisecting: 56 revisions left to test after this (roughly 6 steps)
[07186778cf645cc79e6913a28dadf445cd3e2439] fbdev: Disable sysfb device registration when removing conflicting FBs

https://drive.google.com/file/d/1--Dk-N … sp=sharing linux-5.18.12.r171.g07186778cf64-1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1SF56JY … sp=sharing linux-headers-5.18.12.r171.g07186778cf64-1-x86_64.pkg.tar.zst

Offline

#33 2022-07-26 19:39:57

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

loqs wrote:
$ git bisect good
Bisecting: 56 revisions left to test after this (roughly 6 steps)
[07186778cf645cc79e6913a28dadf445cd3e2439] fbdev: Disable sysfb device registration when removing conflicting FBs

https://drive.google.com/file/d/1--Dk-N … sp=sharing linux-5.18.12.r171.g07186778cf64-1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1SF56JY … sp=sharing linux-headers-5.18.12.r171.g07186778cf64-1-x86_64.pkg.tar.zst

Dosen't work

Offline

#34 2022-07-26 19:42:31

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

sudo journalctl -b  | curl -F 'file=@-' 0x0.st

http://0x0.st/ojv1.txt

PS: Have go to bed. Work is calling tomorrow early morning.

Last edited by Morta (2022-07-26 19:44:42)

Offline

#35 2022-07-26 19:59:30

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: No login screen after crypsetup password prompt

$ git bisect bad
Bisecting: 28 revisions left to test after this (roughly 5 steps)
[80866cf468d062c8e2226e2f376103e971254707] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()

https://drive.google.com/file/d/1wMueUK … sp=sharing linux-5.18.12.r142.g80866cf468d0-1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1lqe5yC … sp=sharing linux-headers-5.18.12.r142.g80866cf468d0-1-x86_64.pkg.tar.zst
Edit:
@seth possibly https://git.kernel.org/pub/scm/linux/ke … 45cd3e2439

Last edited by loqs (2022-07-26 20:44:42)

Offline

#36 2022-07-26 22:08:54

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: No login screen after crypsetup password prompt

https://bbs.archlinux.org/viewtopic.php … 0#p2048580
He can sidestep the issue w/ the framebuffer console and the drm modesetting has major impact as well.
Since nvidia doesn't use the kernel drm nor provides an fbdev driver it is very most likely that commit, yes.

Since it's a race and while I've not checked all logs of everyone affected, /me wonders whether https://wiki.archlinux.org/title/Kernel … _KMS_start will escape that race mitigation.

Offline

#37 2022-07-26 22:54:38

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: No login screen after crypsetup password prompt

5.18.13 with 07186778cf645cc79e6913a28dadf445cd3e2439 reverted
https://drive.google.com/file/d/1u2KvHG … sp=sharing linux-5.18.13.arch1-1.1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1PMzUnm … sp=sharing linux-headers-5.18.13.arch1-1.1-x86_64.pkg.tar.zst

Offline

#38 2022-07-27 13:50:29

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

loqs wrote:

5.18.13 with 07186778cf645cc79e6913a28dadf445cd3e2439 reverted
https://drive.google.com/file/d/1u2KvHG … sp=sharing linux-5.18.13.arch1-1.1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1PMzUnm … sp=sharing linux-headers-5.18.13.arch1-1.1-x86_64.pkg.tar.zst

Is working. THX! Is there a Kernel 5.18.14 reverted code?

Offline

#39 2022-07-27 14:20:17

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: No login screen after crypsetup password prompt

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

Offline

#40 2022-07-27 16:30:55

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: No login screen after crypsetup password prompt

Thx mate. Will Kernel 5.18.15 be adjusted?

Offline

Board footer

Powered by FluxBB