Bug 733022

Summary: Option module statically linked?
Product: [Fedora] Fedora Reporter: Pedro Francisco <pedrogfrancisco>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: aquini, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-24 13:52:12 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 Pedro Francisco 2011-08-24 13:25:26 UTC
Description of problem: Option module statically linked


Version-Release number of selected component (if applicable): 3.0.0-1.fc16.i686


How reproducible: always


Steps to Reproduce:
1. Load FC16 alpha
2. Connect a pen which mistakenly loads option module (#697122)
3. rmmod option
  
Actual results:
-- # rmmod option
ERROR: Module option does not exist in /proc/modules
-- # find /lib/modules/3.0.0-1.fc16.i686/  -iname "*option*"
finds nothing


Expected results:
-- # rmmod option
should succeed
-- # find /lib/modules/3.0.0-1.fc16.i686/  -iname "*option*"
should find it


Additional info:
Fedora 16 Alfa x86

Comment 1 Josh Boyer 2011-08-24 13:52:12 UTC
This is fixed in the latest kernel in f16 updates.

*** This bug has been marked as a duplicate of bug 727680 ***