Building error due to kernel module header

Wenji Huang wenji.huang@oracle.com
Thu Aug 19 03:35:00 GMT 2010


Hi,

In 2.6.36-rc1, there is change about module parameter macro.

param: use ops in struct kernel_param, rather than get and set fns directly

author	Rusty Russell <rusty@rustcorp.com.au>	
	Thu, 12 Aug 2010 05:04:12 +0000 (23:04 -0600)
committer	Rusty Russell <rusty@rustcorp.com.au>	


This will result in compilation error for stap script. Like,

stap -k systemtap.base/x86_gs.stp
/tmp/stap8qGrSI/stap_19141.c:1192: error: ‘param_ops_int64_t’ undeclared 
here (not in a function)
make[1]: *** [/tmp/stap8qGrSI/stap_19141.o] Error 1
make: *** [_module_/tmp/stap8qGrSI] Error 2
Pass 4: compilation failed.  Try again with another '--vp 0001' option.


Regards,
Wenji



More information about the Systemtap mailing list