Bug 429337 - Make dm interfaces available for external modules.
Summary: Make dm interfaces available for external modules.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kernel
Version: 5.2
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Jonathan Earl Brassow
QA Contact: Cluster QE
URL:
Whiteboard:
: 434592 434595 434596 (view as bug list)
Depends On: 429740
Blocks: 430797 KernelPrio5.3
TreeView+ depends on / blocked
 
Reported: 2008-01-18 19:45 UTC by Corey Marthaler
Modified: 2009-01-20 19:55 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-20 19:55:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2009:0225 0 normal SHIPPED_LIVE Important: Red Hat Enterprise Linux 5.3 kernel security and bug fix update 2009-01-20 16:06:24 UTC

Description Corey Marthaler 2008-01-18 19:45:01 UTC
Description of problem:
[root@hayes-01 tmp]# rpm --force -ivh
kmod-cmirror-0.1.2-1.el5.scratch.1.x86_64.rpm cmirror-1.1.4-1.scratch.1.x86_64.rpm
error: Failed dependencies:
        ksym(dm_register_dirty_log_type) = 464e8b59 is needed by
kmod-cmirror-0.1.2-1.el5.scratch.1.x86_64
        ksym(dm_unregister_dirty_log_type) = 55c0408d is needed by
kmod-cmirror-0.1.2-1.el5.scratch.1.x86_64
        ksym(cn_netlink_send) = b10d55bc is needed by
kmod-cmirror-0.1.2-1.el5.scratch.1.x86_64
        ksym(cn_add_callback) = df3c19ec is needed by
kmod-cmirror-0.1.2-1.el5.scratch.1.x86_64
        ksym(cn_del_callback) = ff5a8cfe is needed by
kmod-cmirror-0.1.2-1.el5.scratch.1.x86_64

Comment 1 Chris Feist 2008-01-22 21:14:00 UTC
Setting flags for 5.2

Comment 2 RHEL Program Management 2008-01-22 21:16:09 UTC
This request was evaluated by Red Hat Product Management for
inclusion, but this component is not scheduled to be updated in
the current Red Hat Enterprise Linux release. If you would like
this request to be reviewed for the next minor release, ask your
support representative to set the next rhel-x.y flag to "?".

Comment 16 Jeff Moyer 2008-04-01 18:09:24 UTC
*** Bug 434592 has been marked as a duplicate of this bug. ***

Comment 17 Jeff Moyer 2008-04-01 18:10:23 UTC
*** Bug 434595 has been marked as a duplicate of this bug. ***

Comment 18 Jeff Moyer 2008-04-01 18:11:32 UTC
*** Bug 434596 has been marked as a duplicate of this bug. ***

Comment 20 RHEL Program Management 2008-04-01 21:59:51 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 21 RHEL Program Management 2008-04-15 22:20:55 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 22 RHEL Program Management 2008-04-15 22:40:12 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 23 RHEL Program Management 2008-04-15 23:00:34 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 25 Don Zickus 2008-09-13 01:46:23 UTC
in kernel-2.6.18-113.el5
You can download this test kernel from http://people.redhat.com/dzickus/el5

Comment 31 Mike Gahagan 2008-12-09 19:33:30 UTC
When attempting to install kmod-cmirror per the bug description, I'm getting what appears to be the same errors about missing symbols. 

[root@test177 x86_64]# rpm -ivh kmod-cmirror-0.1.2-3.el5.x86_64.rpm 
error: Failed dependencies:
	ksym(dm_register_dirty_log_type) = 464e8b59 is needed by kmod-cmirror-0.1.2-3.el5.x86_64
	ksym(dm_unregister_dirty_log_type) = 55c0408d is needed by kmod-cmirror-0.1.2-3.el5.x86_64
	ksym(cn_netlink_send) = b10d55bc is needed by kmod-cmirror-0.1.2-3.el5.x86_64
	ksym(cn_add_callback) = df3c19ec is needed by kmod-cmirror-0.1.2-3.el5.x86_64
	ksym(cn_del_callback) = ff5a8cfe is needed by kmod-cmirror-0.1.2-3.el5.x86_64
[root@test177 x86_64]# uname -r
2.6.18-126.el5

Comment 35 Mike Gahagan 2008-12-10 22:22:23 UTC
[root@et-guest10 ClusterStorage]# uname -a
Linux et-guest10.test.redhat.com 2.6.18-126.el5 #1 SMP Mon Dec 8 18:33:05 EST 2008 i686 i686 i386 GNU/Linux
[root@et-guest10 ClusterStorage]# rpm -ivh kmod-cmirror-0.1.21-4.el5.i686.rpm
warning: kmod-cmirror-0.1.21-4.el5.i686.rpm: Header V3 DSA signature: NOKEY, key ID 897da07a
Preparing...                ########################################### [100%]
   1:kmod-cmirror           ########################################### [100%]

from -126 kernel source
drivers/md/dm-log.c:EXPORT_SYMBOL(dm_dirty_log_type_register);
drivers/md/dm-log.c:int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type)
drivers/md/dm-log.c:EXPORT_SYMBOL(dm_dirty_log_type_unregister);

Looks like the cmirror kmod included in the 1204.0 tree is installable and the dm_dirty_log_type symbols are exported.

Comment 37 errata-xmlrpc 2009-01-20 19:55:26 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2009-0225.html


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