Bug 235030

Summary: kexec fails on PlayStation 3
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: kexec-toolsAssignee: Neil Horman <nhorman>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-14 19:56:59 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: 235611    
Attachments:
Description Flags
Sony patch for rmo_top. none

Description David Woodhouse 2007-04-03 14:14:07 UTC
We need to limit rmo_top to 0x07c00000 on PS3. Sony's version of kexec-tools, at
 http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-linux-distro-kit-20061208/src/kexec-tools-1.101-4.src.rpm
  
 has the attached patch. (There are a couple of other alignment-related patches
in there too), which may warrant investigation).

Shouldn't the running kernel export this information directly, instead of making
us guess? Surely _it_ knows?

Comment 1 David Woodhouse 2007-04-03 14:14:07 UTC
Created attachment 151564 [details]
Sony patch for rmo_top.

Comment 2 Neil Horman 2007-04-10 15:12:05 UTC
fixed in -66.fc7.  Thanks!

Since we've ripped out the platform determination code (since its not overly
reliable), I'm just going to reduce the max rmo_top value to 0x7c000000UL for
now.  Being rawhide, If that has any adverse affects on anything else, we'll
catch it early and be able to come up with something better.