In computer science, Sparse is a tool designed to find possible coding faults in the Linux kernel. This static analysis tool differed from other such tools in that it was initially designed to flag constructs that were only likely to be of interest to kernel developers, e.g. mixing pointers to user address space and pointers to kernel address space.

PropertyValue
dbpedia-owl:abstract
  • In computer science, Sparse is a tool designed to find possible coding faults in the Linux kernel. This static analysis tool differed from other such tools in that it was initially designed to flag constructs that were only likely to be of interest to kernel developers, e.g. mixing pointers to user address space and pointers to kernel address space. Sparse contains built-in checks for known problematic and a set of annotations designed to convey semantic information about types, such as what address space pointers point to, or what locks a function acquires or releases. Linus Torvalds started writing Sparse in 2003. Josh Triplett was the maintainer of Sparse from 2006, a role taken over by Christopher Li in 2009. Li is the current maintainer. Sparse is released under the Open Software License, version 1.1.
dbpedia-owl:author
dbpedia-owl:genre
dbpedia-owl:latestReleaseVersion
  • 0.4.3
dbpedia-owl:license
dbpedia-owl:operatingSystem
dbpedia-owl:wikiPageExternalLink
dbpprop:author
dbpprop:developer
  • Josh Triplett, Christopher Li
dbpprop:genre
dbpprop:latestReleaseVersion
  • 0 (xsd:integer)
dbpprop:license
dbpprop:name
  • Sparse
dbpprop:operatingSystem
dbpprop:released
  • 2003 (xsd:integer)
dbpprop:website
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dcterms:subject
rdf:type
rdfs:comment
  • In computer science, Sparse is a tool designed to find possible coding faults in the Linux kernel. This static analysis tool differed from other such tools in that it was initially designed to flag constructs that were only likely to be of interest to kernel developers, e.g. mixing pointers to user address space and pointers to kernel address space.
rdfs:label
  • Sparse
owl:sameAs
foaf:homepage
foaf:name
  • Sparse
foaf:page
is dbpedia-owl:wikiPageDisambiguates of
is owl:sameAs of
is foaf:primaryTopic of