This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

kmalloc size is too large


Hi,

With new version systemtap-20051126.tar.bz2, when I test
systemtap.samples/arith.stp, there will be such information and module
fails to install. The cause is the in the translated sentence:
	alloc_percpu (struct context)
the size of struct context is larger than 128K, so it can not use
kmalloc kernel API.

Regards
Bibo,mao


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]