Re: 2.6.19.1 GFS2_FS_LOCKING_DLM bug still lurking

From: Steven Whitehouse
Date: Tue Dec 12 2006 - 04:54:34 EST


Hi,

On Tue, 2006-12-12 at 00:10 -0500, Chris Zubrzycki wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I tried building the new kernel and ran into this bug:
>
> WARNING: "kernel_sendmsg" [fs/dlm/dlm.ko] undefined!
> WARNING: "sock_release" [fs/dlm/dlm.ko] undefined!
> WARNING: "config_item_put" [fs/dlm/dlm.ko] undefined!
> WARNING: "sock_create_kern" [fs/dlm/dlm.ko] undefined!
> WARNING: "config_item_init_type_name" [fs/dlm/dlm.ko] undefined!
> WARNING: "config_group_init_type_name" [fs/dlm/dlm.ko] undefined!
> WARNING: "configfs_register_subsystem" [fs/dlm/dlm.ko] undefined!
> WARNING: "config_group_find_obj" [fs/dlm/dlm.ko] undefined!
> WARNING: "configfs_unregister_subsystem" [fs/dlm/dlm.ko] undefined!
> WARNING: "kernel_recvmsg" [fs/dlm/dlm.ko] undefined!
> WARNING: "config_item_get" [fs/dlm/dlm.ko] undefined!
> WARNING: "config_group_init" [fs/dlm/dlm.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
>
>
>
> I found the solution here: http://www.spinics.net/lists/kernel/
> msg535532.html
> I only changed the one file, fs/gfs2/Kconfig, and added
>
> + depends on GFS2_FS && INET && (IPV6 || IPV6=n)
> + select IP_SCTP if DLM_SCTP
> + select CONFIGFS_FS
>
> It seems to work fine now. Please CC me on any replies, thank you.
>
Ok. I'll make a proper patch now and get that added to the git tree.
Thanks,

Steve.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/