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]

Re: systemtap test suite compilation failed: include/linux/sysfs.h:449:2: argument 2 of 'kernfs_find_and_get' differ in signedness


On 04/21/2014 07:15 AM, Frank Ch. Eigler wrote:
> Naresh Kamboju <naresh.kamboju@linaro.org> writes:
> 
>> [...]
>> The systemtap test suite compilation failed with below error.
> 
> None of these errors appears to be triggered by systemtap code, but
> appear to represent problems in the kernel sources / configury.

It's true, we don't even call sysfs_get_dirent.  It does have a
signedness issue though, and our added -Werror doesn't help matters.

It's odd to see a warning for an unused function though.  Do the Linaro
patches add a call to this somewhere?


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