--- wikisrc/releng/netbsd9.mdwn 2018/11/15 07:25:39 1.18 +++ wikisrc/releng/netbsd9.mdwn 2018/11/16 03:06:00 1.21 @@ -2,7 +2,7 @@ ## PRs worth fixing -(carried over from netbsd8) +(carried over unclosed PRs from [[netbsd8]]) * ~~[[!template id=pr number=53053]]: non-MULTIPROCESSOR hangs building Go~~ (still reproducable with newer go?) [[!template id=pr number=53173]]: "go test net/http" locks up the machine (both PRs tied /!\ ) @@ -19,6 +19,12 @@ * [[!template id=pr number=53291]]: GPT prevents installation +## Bug Bountys + +PRs in the above list marked with /!\ are show stoppers and have a bug bounty of $100 attached. +If you find a solution for one of the marked issues that leads to closing of the PRs, we will get +in touch with you. + ## Features to finish/implement * IPF/PF deprecation in favour of NPF @@ -36,8 +42,6 @@ * ~~~kASan for amd64~~~ (done) * ~~~kASan for aarch64~~~ (done) * compiler-rt in the base with enabled features for Clang/LLVM -* address failing ptrace(2) tests, cover the remaining scenarios (there are planned ~2k ATF tests total for the elementary functionality) -* rework semantics of threading operations in ptrace(2) * LVM mirror target * add NVMM * plug kernel pointer leaks @@ -55,5 +59,7 @@ ## Nice to have, but likely won't be finished on time * merge pgoyette-compat +* address failing ptrace(2) tests, cover the remaining scenarios (there are planned ~2k ATF tests total for the elementary functionality) +* rework semantics of threading operations in ptrace(2) ...