--- wikisrc/releng/netbsd9.mdwn 2018/12/07 22:44:15 1.28 +++ wikisrc/releng/netbsd9.mdwn 2019/01/07 22:48:28 1.46 @@ -30,15 +30,14 @@ in touch with you. * IPF/PF deprecation in favour of NPF - TODO: docs, what features to add to NPF ... * ATA/NCQ - - ~~variants of [[!template id=pr number=48214]] "clearing WDCTL_RST failed" during boot~~ (done, waiting for confirmation) + - variants of [[!template id=pr number=48214]] "clearing WDCTL_RST failed" during boot - problem still present on some configurations - ~~[[!template id=pr number=52783]] parallel fsck hangs during boot of 8.99.[5678]~~ (done) - ~~[[!template id=pr number=52614]] qemu virtual CD-ROM reports read errors since recent wdc changes~~ (done) - - [[!template id=pr number=53183]] System stops servicing I/O requests and eventually deadlocks -* UBC using direct map working on amd64 and possibly alpha, aarch64 + - ~~[[!template id=pr number=53183]] System stops servicing I/O requests and eventually deadlocks~~ (done) +* UBC using direct map - removal of pmap_enter()/pmap_remove()/pmap_update() for read()/write()-based I/O - [[!template id=pr number=53124]] (FFS is slow because pmap_update doesn't scale) - - on alpha triggers machine check - verify on other machine? - [[https://mail-index.netbsd.org/source-changes-d/2018/05/22/msg010188.html]] - - aarch64 completely untested + - all known issues fixed - confirmed working on amd64, alpha, aarch64 + - ~~need sysctl to more easily turn on, will be left off by default for 9.0~~ (done) * XEN AVX working - ~~[[!template id=pr number=50332]] AVX instructions don't work but OSXSAVE flag is set~~ (done) * ZFS @@ -46,21 +45,23 @@ in touch with you. * ~~~kASan for aarch64~~~ (done) * compiler-rt in the base with enabled features for Clang/LLVM * LVM mirror target -* add NVMM +* ~~~add NVMM~~~ (done) * ~~~plug kernel pointer leaks~~~ (done) -* fix Nouveau, some GPUs stopped working after the update +* ~~~fix Nouveau, some GPUs stopped working after the update~~~ (done) +* umb(4) confirmed working with network traffic +* [Revert pmax switch to common MIPS bus_space and bus_dma](https://releng.netbsd.org/cgi-bin/req-8.cgi?show=154) ## Nice to have * gcc 8+ from a sanitizers point of view -* ~~~arm: GENERIC kernel config for armv7 boards.~~~ -* ~~~arm64: Support for servers following SBSA/SBBR standards~~~ +* ~~~arm: GENERIC kernel config for armv7 boards.~~~ (done) +* ~~~arm64: Support for servers following SBSA/SBBR standards~~~ (done) * ~~~updated graphics drivers~~~ (done) * PVHVM and PVH -* ~~~ARM64 ACPI~~~ +* ~~~ARM64 ACPI~~~ (done) * WireGuard -* expand x86 intr masks to allow up to 64 interrupts per CPU and hence 48 MSI/MSI-X on cpu0 - [[http://mail-index.netbsd.org/current-users/2018/12/01/msg034728.html]] +* expand x86 intr masks to allow up to 56 interrupts per CPU and hence 40 MSI/MSI-X on cpu0 + [[http://mail-index.netbsd.org/current-users/2018/12/01/msg034728.html]] ## Nice to have, but likely won't be finished on time