Bug 82111
Summary: | kernel Oopses on futex_wake three times during boot | ||
---|---|---|---|
Product: | Other | Reporter: | j.fikar |
Component: | Other | Assignee: | Andrew Morton (akpm) |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.16.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | full dmesg |
Description
j.fikar
2014-08-10 15:20:35 UTC
the problem is in initramfs created by dracut without systemd but with udev, more information here: https://bugzilla.kernel.org/show_bug.cgi?id=65661 https://bugs.gentoo.org/show_bug.cgi?id=462928 as I don't want systemd, it is enough to build initramfs by dracut in chrooted enviroment, which has systemd installed anyway I guess kernel should not oops on userland program even if it is in initramfs, should it? |