Hi, If I do : $ cat drivers/staging/android/TODO TODO: - checkpatch.pl cleanups - *sparse fixes* - rename files to be not so "generic" - make sure things build as modules properly - add proper arch dependencies as needed - audit userspace interfaces to make sure they are sane Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Brian Swetland <swetland@google.com> *What are sparse fixes ? * *It's a tool to run in the kernel code ? * Thanks -- Lucas Tanure +55 (19) 988176559
On Fri, Aug 15, 2014 at 01:55:26PM -0300, Lucas Tanure wrote:
Hi, If I do :
$ cat drivers/staging/android/TODO TODO: - checkpatch.pl cleanups - *sparse fixes* - rename files to be not so "generic" - make sure things build as modules properly - add proper arch dependencies as needed - audit userspace interfaces to make sure they are sane
Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Brian Swetland <swetland@google.com>
*What are sparse fixes ? * *It's a tool to run in the kernel code ? *
Yes, it is a code analysis tool that tries to detect logical errors the compiler won't complain about. See http://kernelnewbies.org/Sparse for more info. -- Robin Schroer
Hi Lucas, Not certain if this what your referring to but hope it helps: http://kernelnewbies.org/Sparse and this: http://en.wikipedia.org/wiki/Sparse Good luck - Aruna On Fri, Aug 15, 2014 at 12:55 PM, Lucas Tanure <tanure@linux.com> wrote:
Hi, If I do :
$ cat drivers/staging/android/TODO TODO: - checkpatch.pl cleanups - *sparse fixes* - rename files to be not so "generic" - make sure things build as modules properly - add proper arch dependencies as needed - audit userspace interfaces to make sure they are sane
Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Brian Swetland <swetland@google.com>
*What are sparse fixes ? * *It's a tool to run in the kernel code ? *
Thanks
-- Lucas Tanure +55 (19) 988176559
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (3)
-
Aruna Hewapathirane -
Lucas Tanure -
Robin Schroer