Bug 75721
Summary: | 3.14x Kernels Boot Up Slower Than Previous Versions | ||
---|---|---|---|
Product: | Other | Reporter: | KernelBug (77777) |
Component: | Other | Assignee: | other_other |
Status: | NEW --- | ||
Severity: | normal | CC: | alan |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.14.3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
cpuinfo
dmesg lspci meminfo messages syslog dmesg-3.10.40 dmesg-3.14.4 |
Description
KernelBug
2014-05-08 08:30:07 UTC
Created attachment 135381 [details]
cpuinfo
Created attachment 135391 [details]
dmesg
Created attachment 135401 [details]
lspci
Created attachment 135411 [details]
meminfo
Created attachment 135421 [details]
messages
Created attachment 135431 [details]
syslog
I was hoping this was just some glitch/bug in 3.14.3, but I'm also experiencing the same thing in 3.14.4 I only run Openbox 3.5.2 and I don't use any display managers, only startx to log into X. I also noticed it's around 2 seconds slower when I type startx before getting into X, compared to 3.13x & 3.10x kernels. I mean no one any disrespect, you all are doing a great job, but I want to make it clear I didn't buy an SSD to go slower, so PLEASE we really need to figure this out. thanks As you are using the proprietary Nvidia drivers you'll to reproduce it without them, or take it up with Nvidia - they have our source code, we don't have theirs. If you can reproduce it without them then capture the dmesg from boot with the timestamps for both a fast and a slow boot, that usually gives a good pointer as to what has caused the problem when compared side by side. Also please understand the kernel bugzilla is used to track bugs across distributions and is not a bug fixing service. For that please contact your distribution. timestamps for both a fast and a slow boot, sorry I don't follow, how am I doing this? thaks... Ok I added to lilo.conf; printk.time=1 I'm only getting timestamps up to this section below for 3.14.4; USB Video Class driver (1.1.1) I'm not seeing this as an accurate representation of what is fully happening, I'm noticing where the file system loads at this point; EXT4-fs (sda1): re-mounted. Opts: (null) This is where I'm seeing more of a slow down in 3.14x kernels over 3.10x I'm attaching a dmesg for 3.10.40 and 3.14.4 Created attachment 137061 [details]
dmesg-3.10.40
Created attachment 137071 [details]
dmesg-3.14.4
The kernel time stamping should be accurate, but it doesn't tell you what user space is doing. (although you can of course always double check that by recording it on a phone at a known frame rate and seeing if it tallies up). In this case it appears to slowly diverge. I dont' see anything obvious in the two traces (usually you see a big delay in one driver or similar for such problems). Do the two kernels have the same configuration options ? You don't see that 3.10 was faster? 3.10; 2.534971] USB Video Class driver (1.1.1) 3.14x 4.159329] USB Video Class driver (1.1.1) Well at the userspace 3.14x does drag slower then 3.10x I've recorded this off a stopwatch many times between the two versions and from start, to the prompt login I do get anywhere from a 2-4 second difference, from beginning to end between the two versions. Both kernels have the exact configuration files being used to test this. |