Commit Graph

12 Commits

Author SHA1 Message Date
kamil 13f0b392d5 Sync TODO.sanitizers with reality
Done:
 - compiler-rt sanitizers integration with base
 - merge TSan, MSan and libFuzzer ATF tests
 - LSan
 - finish the research of a new syscall for StopTheWorld() operation
   ptrace(2) style for self-introspection and debugging (LSan)
 - attach a NetBSD buildbot testing build of compiler-rt and executing tests
 - kernel-msan https://github.com/google/kmsan
2019-12-28 04:23:26 +00:00
kamil f0a7538d78 Sync TODO.sanitizers with reality
Mark compiler-rt sanitizers as imported into src/, but still not
integrated (waiting for Clang/LLVM upgrade to 8.0 or newer).

ESan has been discontinued upstream, drop from plans.

lld ported to NetBSD by <mgorny>, but we need to keep local patches.

Mark kernel-msan as finished for Linux

Mark syzkaller and KCOV as finished projects.
2019-03-10 12:59:03 +00:00
kamil 988e2611ad Update TODO.sanitizers
Mark as done:
- upstream local patches, mostly to compiler-rt
  <- all patches submitted to review
- investigate and address the libcxx failing tests on NetBSD
  <- done by Michal Gorny
- FILE and DIR sanitization (needed by at least: ESan, MSan)
  <- done by Michal Gorny
- add missing interceptors (mostly MSan-centric)
  <- all local patches merged upstream, it's too opaque to keep it around
- port or finish the port of: XRay, profile
  <- done
- detect and fix more bugs in basesystem
  <- too opaque to keep it here
- uvm_map.c E2BIG workaround or limit raise (1MB -> 10MB?), needed by libFuzzer
  <- done
2018-12-27 21:20:40 +00:00
kamil d249bd0470 Add new entry in TODO.sanitizers for NetBSD tar(1) enhancement request
Added:
 - NetBSD tar: handle character escaping in file names (\\ \), needed in
   check-lld (lld::reproduce-backslash.s)
2018-12-07 17:57:22 +00:00
kamil 5e901b7cba Update TODO.sanitizers
Reflect with reality the fts(3) entry as handling compar callback is the
only feature still missing.

Add a new entry for utime(3), we expect to allow changing actime regardless
of noatime mount property.
2018-12-04 18:39:03 +00:00
kamil bddc143f5b Move two entries in TODO.sanitizers to be done later (post -9 branch)
- develop fts(3) interceptors (MSan, for ls(1), find(1), mtree(8)
 - investigate and address the libcxx failing tests on NetBSD
2018-11-17 01:08:55 +00:00
kamil 4370350d19 TODO.sanitizers: Mark switch of syscall(2)/__syscall(2) to libc done
Implemented in pkgsrc-wip, patches will land upstream review.
2018-08-28 20:11:58 +00:00
kamil 93433c2a83 Mark kernel-asan as done (by maxv) 2018-08-21 23:34:56 +00:00
kamil 81ce8e88cf Update TODO.sanitizers
Remove the following entries:
 - kernel-ubsan is done and merged with src/.
 - the no-ASRL boot.cfg option has been rejected.
2018-08-05 13:10:04 +00:00
kamil 91b5cea292 TODO.sanitizers: Remove a finished item
New Clang/LLVM landed the sources (by Joerg).
A compiler-rt import is still pending.
2018-07-24 02:52:15 +00:00
kamil 76513d74e2 Remove the expr(1) entry from TODO.sanitizer (finished)
While there, fix a typo in text.
2018-06-27 18:43:16 +00:00
kamil c74b070987 Add TODO.sanitizer
Note short term, long term and unspecified tasks with sanitizers.

The long term goals are planned to be started after emptying TODO.ptrace.
2018-06-26 17:13:41 +00:00