--- wikisrc/releng/netbsd9.mdwn 2019/08/26 12:59:36 1.50 +++ wikisrc/releng/netbsd9.mdwn 2019/09/08 09:06:43 1.54 @@ -9,8 +9,8 @@ * [[!template id=pr number=53016]]: Clock not stable /!\ * [[!template id=pr number=53017]]: Kernel panics every now and then with "fpusave_lwp: did not" message * [[!template id=pr number=53155]]: Wedge after <12h uptime when >2 bnx network interfaces in use /!\ -* [[!template id=pr number=53161]]: ATF test runs leave a rump_server process around -* [[!template id=pr number=53286]]: hdaudio(4), iwm(4) and rtsx(4) detections fail in UEFI case /!\ +* ~~[[!template id=pr number=53161]]: ATF test runs leave a rump_server process around +* ~~[[!template id=pr number=53286]]: hdaudio(4), iwm(4) and rtsx(4) detections fail in UEFI case /!\ * [[!template id=pr number=53291]]: GPT prevents installation Regression since [[netbsd8]]: @@ -21,7 +21,7 @@ Regression since [[netbsd8]]: * [[!template id=pr number=54093]]: Recent test regressions on sparc * [[!template id=pr number=54300]]: lib/libutil/t_snprintb test regression on sparc * [[!template id=pr number=54345]]: kernel diagnostic assertion "xfer != NULL" in wdc.c - +* [[!template id=pr number=54503]]: Panic during attaching nvme(4) when # of logical CPUs >= 32 ? /!\ ## Bug Bountys @@ -47,7 +47,7 @@ in touch with you. * ZFS * ~~~kASan for amd64~~~ (done) * ~~~kASan for aarch64~~~ (done) -* compiler-rt in the base with enabled features for Clang/LLVM +* ~~~compiler-rt in the base with enabled features for Clang/LLVM~~~ (done) * LVM mirror target * ~~~add NVMM~~~ (done) * ~~~plug kernel pointer leaks~~~ (done) @@ -56,7 +56,6 @@ in touch with you. ## Nice to have -* gcc 8+ from a sanitizers point of view * ~~~arm: GENERIC kernel config for armv7 boards.~~~ (done) * ~~~arm64: Support for servers following SBSA/SBBR standards~~~ (done) * ~~~updated graphics drivers~~~ (done) @@ -72,4 +71,8 @@ in touch with you. * 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) +## Abandoned for 9.0 + +* ~~~gcc 8+ from a sanitizers point of view~~~ (abandoned) + ...