Bug 10034
Summary: | Wrong memory amount detection | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Alexey Kuznetsov (kuznetsov.alexey) |
Component: | Other | Assignee: | Ingo Molnar (mingo) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | akpm, tglx |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | kernel-2.6.23.15-137.fc8.i586.rpm | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
slow dmesg
1000 dmesg |
Description
Alexey Kuznetsov
2008-02-17 22:03:01 UTC
Please provide the dmesg output of a slow boot and a mem=1000M fast boot. Thanks, tglx
> Please provide the dmesg output of a slow boot and a mem=1000M fast
> boot.
also, try 2.6.25-rc2 - we've got workarounds in place now, for BIOS MTRR
bugs that cause similar symptoms.
Ingo
Created attachment 14896 [details]
slow dmesg
Created attachment 14897 [details]
1000 dmesg
(In reply to comment #2) > > Please provide the dmesg output of a slow boot and a mem=1000M fast > > boot. > > also, try 2.6.25-rc2 - we've got workarounds in place now, for BIOS MTRR > bugs that cause similar symptoms. > > Ingo > i will try I can't compile 2.6.25-rc2, can you provide right config file for fedora 8? > I can't compile 2.6.25-rc2, can you provide right config file for > fedora 8? could you try x86.git#testing - it's not supposed to have any build issues anywhere: http://people.redhat.com/mingo/x86.git/README Work fine. Can you point in source where that bug fixed, for Fedora comunity? > Work fine. > > Can you point in source where that bug fixed, for Fedora comunity? my guess would be this one: | commit 093af8d7f0ba3c6be1485973508584ef081e9f93 | Author: Yinghai Lu <Yinghai.Lu@Sun.COM> | Date: Wed Jan 30 13:33:32 2008 +0100 | | x86_32: trim memory by updating e820 thx |