![](https://seccdn.libravatar.org/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
On Wed, 28 Mar 2018 01:00:47 +0200, sigise@mailc.net wrote:
Additional info.
I've checked booting with all of these kernel versions, from 4.4.120 -> 4.15.2
vmlinuz-4.4.120-45-default vmlinuz-4.15.2-2.gb34965a-default vmlinuz-4.15.3-2.g8d4f579-default vmlinuz-4.15.8-2.g67f0889-default vmlinuz-4.15.9-3.gcddf6d5-default vmlinuz-4.15.10-2.g5e4329c-default vmlinuz-4.15.11-2.ga1db525-default vmlinuz-4.15.12-2.g9f942ce-default
and all of them boot just fine.
At the moment, it's running on KDE on
4.15.12-2.g9f942ce-default x86_64
On this same machine, all of the 4.15.3 version kernels,
vmlinuz-4.15.13-2.g950fc49-default vmlinuz-4.15.13-3.g12abbef-default vmlinuz-4.15.13-4.g580a38a-default
fail to boot as reported above.
Hm, the diff between 9f942ce and 950fc49 is only 4.15.13 update, so it's likely a regression in 4.15.13 stable. Could you try to bisect? Instead of bisecting expanded tree, you can now bisect manually by disabling patches in series.conf. In series.conf, there are patches.kernel.org/4.15.13-xxx-yyy.patch Put "+bisect" marker (or whatever with '+') to the last half of these patches: patches.kernel.org/4.15.13-042-bpf-cgroup-fix-a-verification-error-for-a-CGR.patch +bisect patches.kernel.org/4.15.13-043-PCI-ASPM-Calculate-LTR_L1.2_THRESHOLD-from-de.patch +bisect patches.kernel.org/4.15.13-044-vgacon-Set-VGA-struct-resource-types.patch ..... +bisect patches.kernel.org/4.15.13-084-Linux-4.15.13.patch and rebuild / retest. If this kernel works, the culprit is in the disabled patches. If it's broken, the culprit is the first half of 4.15.13 patches. And so on. thanks, Takashi -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org