Bug 122504

Summary: CONFIG_4KSTACKS option patch conflict
Product: [Fedora] Fedora Reporter: Martin Braun <braun12>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-05 10:24:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Braun 2004-05-05 10:20:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040112

Description of problem:
linux-2.6.5-nostack.patch (see SRPM) removes CONFIG_4KSTACKS
config option and makes it mandatory.
linux-2.6.0-4g4g.patch adds CONFIG_4KSTACKS back to
linux-2.6.5-1.349/include/asm-i386/processor.h leading
to at least a larger than neccesary thread_struct.



Version-Release number of selected component (if applicable):
kernel-2.6.5-1.349

How reproducible:
Always

Steps to Reproduce:
1. look at source code (linux-2.6.5-1.349/include/asm-i386/processor.h)
2.
3.
    

Actual Results:  CONFIG_4KSTACKS is there

Expected Results:  CONFIG_4KSTACKS should not be there

Additional info:

Comment 1 Arjan van de Ven 2004-05-05 10:24:41 UTC
woops; fixed. thanks for reporting this.