Bug 241289 - [RFE] modprobe should be able to parse module options given on the kernel command line
Summary: [RFE] modprobe should be able to parse module options given on the kernel com...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: module-init-tools
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jon Masters
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-24 21:03 UTC by Jarod Wilson
Modified: 2009-03-13 16:22 UTC (History)
1 user (show)

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


Attachments (Terms of Use)

Description Jarod Wilson 2007-05-24 21:03:54 UTC
Similar problem as below exists if one upgrades from FC6 to F7 via yum... You
wind up with an unbootable system if you were stupid enough to nuke your old FC6
kernel somehow. Ideally, modprobe would be able to accept module options off the
kernel command line, so that adding 'libata.ignore_hpa=1' could be passed in at
boot time to get the system up and running.

+++ This bug was initially created as a clone of Bug #241288 +++

Description of problem:
Systems installed back in the FC6 and earlier days can have partitions that
extend into the host protected area of hard drives. The new libata drivers in F7
(and later) actually respect the HPA, resulting in being unable to upgrade
systems to F7 without some trickery.

The only options at the moment appear to be:

1) add 'options libata libata.ignore_hpa=1' to modprobe.conf under FC6 and
upgrade via yum

2) use setmax[1] under FC6 to destroy the hpa

Ideally, users should be able to pass in the ignore_hpa option at install time,
or we could try reloading libata with that option if we encounter disks with
partitions extending into the hpa.

How reproducible:
Install FC6 on a drive with a host protected area. Make sure one of the
partitions extends into that area. Try upgrading to F7.

Additional info:
[1] http://www.win.tue.nl/~aeb/linux/setmax.c and for a bit of info on usage,
http://www.niiconsulting.com/checkmate/2006/09/hiding-data-with-hpahost-protected-area-in-linux/

Comment 1 Jon Masters 2007-08-20 07:19:17 UTC
I disagree with module-init-tools parsing the command line. This is (perhaps)
something for udevd to be doing, but ideally neither.

Closing as a WONTFIX - but please pass on to Harold if you want to persue the
udev route (you need something that's actually going to be able to do something
with that kernel command line and is running, rather than simple
module-init-tools utilities that aren't ever intended to parse that).

Jon.


Comment 2 Jon Masters 2009-03-13 16:22:51 UTC
This has been upstream for a while.


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