[opensuse] Kernel Stable on leap-15.0
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2? And it seems to be the i915 drm driver that causes this crazy thing? If it is removed from the config, all is normal. Could this be a Dracut bug? I suspect the kernel, but who am I to say. For the 10 minutes or so it appears to be hung up, ps shows: 2626 pts/8 S+ 0:00 make -f ./scripts/Makefile.build obj=arch/x86/boot install 2627 pts/8 S+ 0:00 /bin/sh /sbin/installkernel 4.18.1 arch/x86/boot/bzImage System.map /boot 2642 pts/11 Ss 0:00 /bin/bash 2659 pts/8 S+ 0:00 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4581 pts/1 Ss 0:00 /bin/bash 4620 pts/8 S+ 0:00 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4622 pts/8 S+ 0:00 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4623 pts/8 S+ 0:00 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4624 pts/8 S+ 0:00 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4625 pts/8 S+ 0:09 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4627 pts/8 R+ 1:47 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4682 pts/8 S+ 0:00 /bin/bash --norc /usr/bin/dracut --hostonly --force /boot/initrd-4.18.1 4.18.1 4683 pts/8 S+ 0:00 cat /lib/modules/4.18.1//kernel/drivers/gpu/drm/i915/i915.ko 4684 pts/8 S+ 0:00 tr -cd [:print:] Regards Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
FWIW, I've just installed 4.18.5 (from Aug24) and I see no significant increase in time to build an initrd. real 0m23.014s user 0m26.785s sys 0m11.401s -- Per Jessen, Zürich (19.6°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/29/2018 12:16 PM, Per Jessen wrote:
Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
FWIW, I've just installed 4.18.5 (from Aug24) and I see no significant increase in time to build an initrd.
real 0m23.014s user 0m26.785s sys 0m11.401s
Is the i915 configured. I have several machines doing this. As soon as I disable the i915 modules all is well. #grep -i i915 .config #CONFIG_DRM_I915 is not set Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Mark Hounschell wrote:
On 08/29/2018 12:16 PM, Per Jessen wrote:
Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
FWIW, I've just installed 4.18.5 (from Aug24) and I see no significant increase in time to build an initrd.
real 0m23.014s user 0m26.785s sys 0m11.401s
Is the i915 configured. I have several machines doing this. As soon as I disable the i915 modules all is well.
# zgrep -i 915 /proc/config.gz # CONFIG_MFD_DA9150 is not set CONFIG_DRM_I915=m # CONFIG_DRM_I915_ALPHA_SUPPORT is not set CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y CONFIG_DRM_I915_GVT=y CONFIG_DRM_I915_GVT_KVMGT=m # drm/i915 Debugging # CONFIG_DRM_I915_WERROR is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_SELFTEST is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set CONFIG_SND_HDA_I915=y -- Per Jessen, Zürich (19.4°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/29/2018 12:47 PM, Per Jessen wrote:
Mark Hounschell wrote:
On 08/29/2018 12:16 PM, Per Jessen wrote:
Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
FWIW, I've just installed 4.18.5 (from Aug24) and I see no significant increase in time to build an initrd.
real 0m23.014s user 0m26.785s sys 0m11.401s
Is the i915 configured. I have several machines doing this. As soon as I disable the i915 modules all is well.
# zgrep -i 915 /proc/config.gz # CONFIG_MFD_DA9150 is not set CONFIG_DRM_I915=m # CONFIG_DRM_I915_ALPHA_SUPPORT is not set CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y CONFIG_DRM_I915_GVT=y CONFIG_DRM_I915_GVT_KVMGT=m # drm/i915 Debugging # CONFIG_DRM_I915_WERROR is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_SELFTEST is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set CONFIG_SND_HDA_I915=y
Interesting. Would you be so kind to email me your .config file. To markh@compro.net Thanks and Regards Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/29/2018 01:00 PM, Mark Hounschell wrote:
On 08/29/2018 12:47 PM, Per Jessen wrote:
Mark Hounschell wrote:
On 08/29/2018 12:16 PM, Per Jessen wrote:
Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
FWIW, I've just installed 4.18.5 (from Aug24) and I see no significant increase in time to build an initrd.
real 0m23.014s user 0m26.785s sys 0m11.401s
Is the i915 configured. I have several machines doing this. As soon as I disable the i915 modules all is well.
# zgrep -i 915 /proc/config.gz # CONFIG_MFD_DA9150 is not set CONFIG_DRM_I915=m # CONFIG_DRM_I915_ALPHA_SUPPORT is not set CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y CONFIG_DRM_I915_GVT=y CONFIG_DRM_I915_GVT_KVMGT=m # drm/i915 Debugging # CONFIG_DRM_I915_WERROR is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_SELFTEST is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set CONFIG_SND_HDA_I915=y
Interesting. Would you be so kind to email me your .config file. To markh@compro.net
Thanks Per. However that config file is not from a 4.18.1+ kernel. # # Automatically generated file; DO NOT EDIT. # Linux/x86_64 4.12.14 Kernel Configuration # Regards Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Mark Hounschell wrote:
On 08/29/2018 01:00 PM, Mark Hounschell wrote:
On 08/29/2018 12:47 PM, Per Jessen wrote:
Mark Hounschell wrote:
On 08/29/2018 12:16 PM, Per Jessen wrote:
Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
FWIW, I've just installed 4.18.5 (from Aug24) and I see no significant increase in time to build an initrd.
real 0m23.014s user 0m26.785s sys 0m11.401s
Is the i915 configured. I have several machines doing this. As soon as I disable the i915 modules all is well.
# zgrep -i 915 /proc/config.gz # CONFIG_MFD_DA9150 is not set CONFIG_DRM_I915=m # CONFIG_DRM_I915_ALPHA_SUPPORT is not set CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y CONFIG_DRM_I915_GVT=y CONFIG_DRM_I915_GVT_KVMGT=m # drm/i915 Debugging # CONFIG_DRM_I915_WERROR is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_SELFTEST is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set CONFIG_SND_HDA_I915=y
Interesting. Would you be so kind to email me your .config file. To markh@compro.net
Thanks Per.
However that config file is not from a 4.18.1+ kernel.
# # Automatically generated file; DO NOT EDIT. # Linux/x86_64 4.12.14 Kernel Configuration #
Yeah - I'll bring the system up on the 4.18.5 kernel and send you a new one. Do you expect to find any significant differences? -- Per Jessen, Zürich (16.8°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Per Jessen wrote:
Mark Hounschell wrote:
On 08/29/2018 01:00 PM, Mark Hounschell wrote:
On 08/29/2018 12:47 PM, Per Jessen wrote:
# zgrep -i 915 /proc/config.gz # CONFIG_MFD_DA9150 is not set CONFIG_DRM_I915=m # CONFIG_DRM_I915_ALPHA_SUPPORT is not set CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y CONFIG_DRM_I915_GVT=y CONFIG_DRM_I915_GVT_KVMGT=m # drm/i915 Debugging # CONFIG_DRM_I915_WERROR is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_SELFTEST is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set CONFIG_SND_HDA_I915=y
Interesting. Would you be so kind to email me your .config file. To markh@compro.net
I have just booted this system on 4.18.5, and sent you the config.gz. Here is the i915 excerpt: per@office38:~> zgrep 915 /proc/config.gz # CONFIG_MFD_DA9150 is not set CONFIG_DRM_I915=m # CONFIG_DRM_I915_ALPHA_SUPPORT is not set CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y CONFIG_DRM_I915_GVT=y CONFIG_DRM_I915_GVT_KVMGT=m # drm/i915 Debugging # CONFIG_DRM_I915_WERROR is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_DEBUG_GUC is not set # CONFIG_DRM_I915_SELFTEST is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set CONFIG_SND_HDA_I915=y Building an initrd takes the same 25-30seconds. -- Per Jessen, Zürich (16.8°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/30/2018 02:05 AM, Per Jessen wrote:
Interesting. Would you be so kind to email me your .config file. To markh@compro.net
I have just booted this system on 4.18.5, and sent you the config.gz. Here is the i915 excerpt:
per@office38:~> zgrep 915 /proc/config.gz # CONFIG_MFD_DA9150 is not set CONFIG_DRM_I915=m # CONFIG_DRM_I915_ALPHA_SUPPORT is not set CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y CONFIG_DRM_I915_GVT=y CONFIG_DRM_I915_GVT_KVMGT=m # drm/i915 Debugging # CONFIG_DRM_I915_WERROR is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_DEBUG_GUC is not set # CONFIG_DRM_I915_SELFTEST is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set CONFIG_SND_HDA_I915=y
Building an initrd takes the same 25-30seconds.
Thanks for that Per. Your config file works fine for me as far as my issue goes. So something in my config file other than the i915 is the problem. Very strange. Pre 4.18.1 does not show the issue for me. 4.18.0 is fine. Everything builds and runs just fine for me. It's just the making the initrd file for my kernel. Obviously it IS in my config file though. Thanks and Regards Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/29/2018 08:32 AM, Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
No, but I have some SuperMicro boards that will not boot 4.18 at all. If I boot a 4.14 kernel and then "reboot", I can boot to the 4.18 kernel, but I cannot boot into it from cold start (I only left it for 10 minutes, so if it really takes 15 -- it might actually work -- that that is acceptable given 4.14 boots in 12 seconds) I will be happy when someone actually figures out where all of the new security checks and retropine workarounds are spinning endlessly so progress can be made in this area. Far too many CPU STUCK FOR 22 sec. errors going around. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/29/2018 01:03 PM, David C. Rankin wrote:
On 08/29/2018 08:32 AM, Mark Hounschell wrote:
I'm sure I am not the only one that does not use the Dist. kernel. Has anyone noticed that the stable kernel change from 4.18 to 4.18.1 causes the mkinitrd process to take over 10-15 minutes as opposed to 1-2?
No, but I have some SuperMicro boards that will not boot 4.18 at all. If I boot a 4.14 kernel and then "reboot", I can boot to the 4.18 kernel, but I cannot boot into it from cold start (I only left it for 10 minutes, so if it really takes 15 -- it might actually work -- that that is acceptable given 4.14 boots in 12 seconds)
My 10-15 minute wait is not booting that kernel, it is the process of installing it with a "make install" or even an RPM install where it builds the initrd file. After the long wait it boots and runs just fine for me. I'm running an AMD Ryzen 1700 though. Maybe more modern?
I will be happy when someone actually figures out where all of the new security checks and retropine workarounds are spinning endlessly so progress can be made in this area. Far too many CPU STUCK FOR 22 sec. errors going around.
Haven't seen any of those but have heard of them also. Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2018-08-29 3:05 p.m., Mark Hounschell wrote:
My 10-15 minute wait is not booting that kernel, it is the process of installing it with a "make install" or even an RPM install where it builds the initrd file. After the long wait it boots and runs just fine for me. I'm running an AMD Ryzen 1700 though. Maybe more modern?
Just out of interest, how many kernels do you have in /boot? Also, what is your "multiversion.kernels" setting in /etc/zypp/zypp.conf While I admire AMD's processors I always seem to end up with Intel. -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/29/2018 08:47 PM, Anton Aylward wrote:
On 2018-08-29 3:05 p.m., Mark Hounschell wrote:
My 10-15 minute wait is not booting that kernel, it is the process of installing it with a "make install" or even an RPM install where it builds the initrd file. After the long wait it boots and runs just fine for me. I'm running an AMD Ryzen 1700 though. Maybe more modern?
Just out of interest, how many kernels do you have in /boot?
There is seldom more than 2. The one I'm running and the one I'm building.
Also, what is your "multiversion.kernels" setting in /etc/zypp/zypp.conf
multiversion.kernels = latest,latest-1,running
While I admire AMD's processors I always seem to end up with Intel.
I actually stay away from Intel processors as much as possible. Regards Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Anton Aylward
-
David C. Rankin
-
Mark Hounschell
-
Per Jessen