[OpenAFS-devel] System lockup with do_IRQ: stack overflow

Deon George deon@wurley.net
Mon, 26 Feb 2007 15:18:35 +1100


Derrick J Brashear wrote:
>> I've just tried rebuilding the kernel modules myself, and it fails 
>> (on the RHEL5) machine with
>>
>> FATAL: modpost: GPL-incompatible module openafs.ko uses GPL-only 
>> symbol 'tasklist_lock'
>>
>> Is there a fix for this?
>
> Yes. 1.4.3rc2 has it.
>

I just downloaded 1.4.3rc2 - and used the 1.4.2.src.rpm (except swapped 
out the 1.4.2 source and put in the 1.4.3rc2 source) and ran

rpmbuild -ba openafs.spec --define "build_modules 1"

It still gave me:
...
include/linux/config.h:6:2: warning: #warning Including config.h is 
deprecated.
  LD [M]  
/usr/src/redhat/BUILD/openafs-1.4.3rc2/src/libafs/MODLOAD-2.6.18-1.2747.el5-SP/openafs.o
  Building modules, stage 2.
  MODPOST
FATAL: modpost: GPL-incompatible module openafs.ko uses GPL-only symbol 
'tasklist_lock'

Do I have to compile it a special way?

...deon