[PATCH 0/3] speed up and made kernel scan more thorough

Colin King colin.king at canonical.com
Wed Apr 27 09:53:35 UTC 2016


From: Colin Ian King <colin.king at canonical.com>

The following 3 patches add more functions to scan and also improve the
speed of kernel scan using an O(1) hash function and removes the need to
pre-process the sources with CPP.

Colin Ian King (3):
  kernelscan: speed up parser using hash lookup, add more print funcs
  kernelscan: remove need to pre-process with a CPP phase
  kernelscan.sh: remove -E and -P phases to parsing

 src/utilities/kernelscan.c  | 264 ++++++++++++++++++++++----------------------
 src/utilities/kernelscan.sh |   2 +-
 2 files changed, 132 insertions(+), 134 deletions(-)

-- 
2.7.4




More information about the fwts-devel mailing list