public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: drbd 8.0.2/3 doesn't load under kernel 2.6.21
@ 2007-08-01 20:21 Maurice Volaski
  2007-08-01 22:34 ` Adrian Bunk
  0 siblings, 1 reply; 8+ messages in thread
From: Maurice Volaski @ 2007-08-01 20:21 UTC (permalink / raw)
  To: jheffner; +Cc: discussion, linux-kernel, drbd-user

I'm making an assumption that depmod is somehow to blame and have 
logged this as a kernel bug, 
http://bugzilla.kernel.org/show_bug.cgi?id=8829

>
>>It turns out I was adding the web100 patch (http://www.web100.org) to
>>the 2.6.21 kernel and that's what causes the symbol resolving problem
>>below. Adding the corresponding version of the web100 patch to the
>>2.6.20 kernel makes this problem appear there as well. On fresh
>>versions of the kernel, this problem does not occur. At the moment,
>>it's not possible to have a current kernel that contains both drbd
>>and web100.
>>
>>>On a 64-bit Gentoo system with Gentoo's 2.6.21 kernel, drbd 8.0.2/3
>>>complains when I try to load the module:
>>>
>>>[  134.141363] drbd: Unknown symbol cn_fini
>>>[  134.141399] drbd: Unknown symbol cn_init
>>>
>>>It works fine when I compile it and load in the previous kernel
>>>version, 2.6.20 and the symbols are present in the map file
>>>
>>>./System.map-genkernel-x86_64-2.6.21-gentoo-r2:ffffffff802935aa t cn_fini
>>>./System.map-genkernel-x86_64-2.6.21-gentoo-r2:ffffffff8029362a t cn_init
>>>
>>>I am c'cing the kernel mailing list because this appears to be a
>>>problem with how any module accesses symbols in the kernel, not just
>>  >drbd. Source was compiled with Gentoo gcc-4.1.2, glibc-2.5-r3

-- 

Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: drbd 8.0.2/3 doesn't load under kernel 2.6.21
@ 2007-07-25 18:14 Maurice Volaski
  0 siblings, 0 replies; 8+ messages in thread
From: Maurice Volaski @ 2007-07-25 18:14 UTC (permalink / raw)
  To: jheffner; +Cc: discussion, linux-kernel, drbd-user

John,

What's story with this? I just tried the patch for 2.6.22 and your 
patch is still trashing the kernel, preventing drbd from being 
compiled in.

Anyone else have any idea how these apparently simple network patches 
could render these symbols inaccessible to the kernel?


>It turns out I was adding the web100 patch (http://www.web100.org) to
>the 2.6.21 kernel and that's what causes the symbol resolving problem
>below. Adding the corresponding version of the web100 patch to the
>2.6.20 kernel makes this problem appear there as well. On fresh
>versions of the kernel, this problem does not occur. At the moment,
>it's not possible to have a current kernel that contains both drbd
>and web100.
>
>>On a 64-bit Gentoo system with Gentoo's 2.6.21 kernel, drbd 8.0.2/3
>>complains when I try to load the module:
>>
>>[  134.141363] drbd: Unknown symbol cn_fini
>>[  134.141399] drbd: Unknown symbol cn_init
>>
>>It works fine when I compile it and load in the previous kernel
>>version, 2.6.20 and the symbols are present in the map file
>>
>>./System.map-genkernel-x86_64-2.6.21-gentoo-r2:ffffffff802935aa t cn_fini
>>./System.map-genkernel-x86_64-2.6.21-gentoo-r2:ffffffff8029362a t cn_init
>>
>>I am c'cing the kernel mailing list because this appears to be a
>>problem with how any module accesses symbols in the kernel, not just
>  >drbd. Source was compiled with Gentoo gcc-4.1.2, glibc-2.5-r3

-- 

Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: drbd 8.0.2/3 doesn't load under kernel 2.6.21
@ 2007-06-13  3:38 Maurice Volaski
  0 siblings, 0 replies; 8+ messages in thread
From: Maurice Volaski @ 2007-06-13  3:38 UTC (permalink / raw)
  To: discussion; +Cc: drbd-user, linux-kernel

It turns out I was adding the web100 patch (http://www.web100.org) to 
the 2.6.21 kernel and that's what causes the symbol resolving problem 
below. Adding the corresponding version of the web100 patch to the 
2.6.20 kernel makes this problem appear there as well. On fresh 
versions of the kernel, this problem does not occur. At the moment, 
it's not possible to have a current kernel that contains both drbd 
and web100.

>On a 64-bit Gentoo system with Gentoo's 2.6.21 kernel, drbd 8.0.2/3 
>complains when I try to load the module:
>
>[  134.141363] drbd: Unknown symbol cn_fini
>[  134.141399] drbd: Unknown symbol cn_init
>
>It works fine when I compile it and load in the previous kernel 
>version, 2.6.20 and the symbols are present in the map file
>
>./System.map-genkernel-x86_64-2.6.21-gentoo-r2:ffffffff802935aa t cn_fini
>./System.map-genkernel-x86_64-2.6.21-gentoo-r2:ffffffff8029362a t cn_init
>
>I am c'cing the kernel mailing list because this appears to be a 
>problem with how any module accesses symbols in the kernel, not just 
>drbd. Source was compiled with Gentoo gcc-4.1.2, glibc-2.5-r3.

-- 

Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <20070612191821.BDB302E0787B@mail.linbit.com>]

end of thread, other threads:[~2007-08-03 14:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 20:21 drbd 8.0.2/3 doesn't load under kernel 2.6.21 Maurice Volaski
2007-08-01 22:34 ` Adrian Bunk
2007-08-01 23:02   ` Maurice Volaski
2007-08-02  0:00     ` Adrian Bunk
2007-08-03 14:56       ` Lars Ellenberg
  -- strict thread matches above, loose matches on Subject: below --
2007-07-25 18:14 Maurice Volaski
2007-06-13  3:38 Maurice Volaski
     [not found] <20070612191821.BDB302E0787B@mail.linbit.com>
2007-06-12 20:45 ` Maurice Volaski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox