Difference between revisions of "Active Projects"

From Linux Kernel Security Subsystem
Jump to navigation Jump to search
m
Line 8: Line 8:


Run by:
Run by:
* Fengguang Wu - Running against ?
* Fengguang Wu - Running against what trees?
* Artem Bityutskiy - Running against ?
* Artem Bityutskiy - Running against what trees?


== Coverity ==
== Coverity ==
Line 24: Line 24:
Run by:
Run by:
* Dan Carpenter - Running against linux-next x86_64 allmodconfig
* Dan Carpenter - Running against linux-next x86_64 allmodconfig
* Fengguang Wu - Running against ?
* Fengguang Wu - Running against what trees?


= Fuzz Testing =
= Fuzz Testing =

Revision as of 16:22, 8 October 2012

There are a number of active Linux Kernel hardening projects and this page gives details on some of them.

Static Analysis

Coccinelle

Coccinelle is a tool for matching and fixing source code for C, C++, and other languages.

Run by:

  • Fengguang Wu - Running against what trees?
  • Artem Bityutskiy - Running against what trees?

Coverity

Coverity provides static analysis tools for C, C++, and other languages. Red Hat's Coverity license allows results to be shared with upstream projects.

Run by:

  • Who's running Coverity at Red Hat and against what trees?

Smatch

Smatch is a static analysis tool for C.

Run by:

  • Dan Carpenter - Running against linux-next x86_64 allmodconfig
  • Fengguang Wu - Running against what trees?

Fuzz Testing

Trinity

Trinity is a Linux system call fuzzer.

Run by:

  • Dave Jones and Fengguang Wu are running Trinity.