Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 107762

Summary: Shared runqueue patch messes up /proc/cpuinfo output on SMP with Hyperthreading
Product: [Fedora] Fedora Reporter: Need Real Name <shantanu.goel>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: gczarcinski, phuegelm
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-24 00:59:22 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:
Bug Depends On:    
Bug Blocks: 100644    
Attachments:
Description Flags
Patch to arch/i386/kernel/setup.c none

Description Need Real Name 2003-10-22 19:34:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031009

Description of problem:
The shared runqueue patch misformats /proc/cpuinfo output.  Specifically, the
flags line.  This causes VMware's configuration script to fail.  Attached is a
patch against arch/i386/kernel/setup.c to fix the issue.


Version-Release number of selected component (if applicable):
kernel-smp-2.4.22-1.2088.nptl

How reproducible:
Always

Steps to Reproduce:
cat /proc/cpuinfo on a SMP system with Hyperthreading

Actual Results:  The CPU flags are split across multiple lines.

Expected Results:  CPU flags should be on one line.

Additional info:

Comment 1 Need Real Name 2003-10-22 19:35:33 UTC
Created attachment 95398 [details]
Patch to arch/i386/kernel/setup.c

Comment 2 Bill Nottingham 2003-10-22 20:40:43 UTC
*** Bug 107469 has been marked as a duplicate of this bug. ***

Comment 3 Dave Jones 2003-10-24 00:59:22 UTC
Fixed.


Comment 4 Philipp Hügelmeyer 2003-10-28 17:56:57 UTC
*** Bug 108119 has been marked as a duplicate of this bug. ***