Bug 471133 - CONFIG_CRASH should not be set for s390x
Summary: CONFIG_CRASH should not be set for s390x
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: s390x
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 485144 (view as bug list)
Depends On:
Blocks: ZedoraTracker
TreeView+ depends on / blocked
 
Reported: 2008-11-11 22:00 UTC by Brad Hinson
Modified: 2009-03-13 16:57 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-13 16:57:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
unset CONFIG_CRASH (647 bytes, patch)
2008-11-11 22:00 UTC, Brad Hinson
no flags Details | Diff
Compile error during rpmbuild (1.65 KB, text/plain)
2008-11-12 17:47 UTC, Brad Hinson
no flags Details

Description Brad Hinson 2008-11-11 22:00:03 UTC
Description of problem:
Compilation error with CONFIG_CRASH set on s390x.  Shouldn't be set on this arch anyway.

I don't fully grasp how this value makes its way into .config, but attaching my hack/patch for reference.

Version-Release number of selected component (if applicable):
kernel-2.6.27.5-32.fc9

Comment 1 Brad Hinson 2008-11-11 22:00:48 UTC
Created attachment 323265 [details]
unset CONFIG_CRASH

Comment 2 Dave Jones 2008-11-12 00:23:52 UTC
what's the compilation error ?
afaik, there's no reason that this shouldn't work on s390. It's just a feature subset of /dev/mem

Comment 3 Brad Hinson 2008-11-12 17:47:17 UTC
Created attachment 323361 [details]
Compile error during rpmbuild

Comment 4 Dave Jones 2008-11-12 18:10:11 UTC
huh, I thought we used to build this on earlier RHELs. Looks like I was mistaken.

I committed a similar patch to yours (it goes in config-s390x instead, which overrides the setting in config-generic)

Comment 5 Karsten Hopp 2009-02-11 21:28:48 UTC
*** Bug 485144 has been marked as a duplicate of this bug. ***

Comment 6 Karsten Hopp 2009-02-11 21:32:13 UTC
this issue isn't fixed in kernel-2.6.29-0.99.rc4.git1.fc11.src.rpm, can you take
a look at it again, please ? We need to build a s390x kernel for F-11 when we branch for RHEL6. Bonus points if the kernel even boots ;-)

Comment 7 Chuck Ebbert 2009-02-28 19:22:13 UTC
$ grep CRASH configs/*s390*
# CONFIG_CRASH is not set

???

Comment 8 Dave Jones 2009-03-13 16:57:31 UTC
I killed this driver completely. Crash should be able to use the generic upstream drivers in current Fedora.


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