Bug 8039 - Hang before INIT when CONFIG_HIGHMEM4G=y
Summary: Hang before INIT when CONFIG_HIGHMEM4G=y
Status: REJECTED DUPLICATE of bug 8040
Alias: None
Product: Memory Management
Classification: Unclassified
Component: Other (show other bugs)
Hardware: i386 Linux
: P2 blocking
Assignee: Andrew Morton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 05:57 UTC by Nilshar
Modified: 2007-02-19 06:04 UTC (History)
0 users

See Also:
Kernel Version: 2.6.20
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Nilshar 2007-02-19 05:57:35 UTC
Most recent kernel where this bug did *NOT* occur: 2.6.20-rc2
Distribution: Debian Sarge
Hardware Environment: Dell PowerEdge 850
Software Environment: 
Problem Description: 
I had a hang just after "Freeing unused kernel memory" where INIT is supposed to
start.
This does not happen with CONFIG_HIGHMEM4G=y but only with CONFIG_HIGHMEM4G=y

Diff between working 2.6.20 and non working 2.6.20 :

181,182c181,182
< # CONFIG_HIGHMEM4G is not set
< CONFIG_HIGHMEM64G=y
---
> CONFIG_HIGHMEM4G=y
> # CONFIG_HIGHMEM64G is not set
185d184
< CONFIG_X86_PAE=y
191c190
< CONFIG_RESOURCES_64BIT=y
---
> # CONFIG_RESOURCES_64BIT is not set

On a 2.6.20-rc2 and previous, CONFIG_RESOURCES_64BIT=y all is working fine.

Steps to reproduce:
Compile a kernel with CONFIG_HIGHMEM64G and use it on a Dell PE850.
Comment 1 Nilshar 2007-02-19 06:04:00 UTC

*** This bug has been marked as a duplicate of 8040 ***

Note You need to log in before you can comment on or make changes to this bug.