version 1.18, 2018/11/15 07:25:39
|
version 1.44, 2019/01/05 21:07:45
|
Line 2
|
Line 2
|
|
|
## PRs worth fixing |
## 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=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 /!\ ) |
[[!template id=pr number=53173]]: "go test net/http" locks up the machine (both PRs tied /!\ ) |
Line 19
|
Line 19
|
|
|
* [[!template id=pr number=53291]]: GPT prevents installation |
* [[!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 |
## Features to finish/implement |
|
|
* IPF/PF deprecation in favour of NPF |
* IPF/PF deprecation in favour of NPF |
- TODO: docs, what features to add to NPF ... |
- TODO: docs, what features to add to NPF ... |
* ATA/NCQ |
* ATA/NCQ |
- variants of [[!template id=pr number=48214]] "clearing WDCTL_RST failed" during boot |
- 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=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=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 |
- [[!template id=pr number=53183]] System stops servicing I/O requests and eventually deadlocks |
* UBC using direct map working on amd64 and alpha |
* 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) |
- [[!template id=pr number=53124]] (FFS is slow because pmap_update doesn't scale) |
|
- 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 |
* XEN AVX working |
* XEN AVX working |
- [[!template id=pr number=50332]] AVX instructions don't work but OSXSAVE flag is set |
- ~~[[!template id=pr number=50332]] AVX instructions don't work but OSXSAVE flag is set~~ (done) |
* ZFS |
* ZFS |
* ~~~kASan for amd64~~~ (done) |
* ~~~kASan for amd64~~~ (done) |
* ~~~kASan for aarch64~~~ (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 |
* 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 |
* LVM mirror target |
* add NVMM |
* ~~~add NVMM~~~ (done) |
* plug kernel pointer leaks |
* ~~~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 |
## Nice to have |
|
|
* gcc 8+ from a sanitizers point of view |
* gcc 8+ from a sanitizers point of view |
* arm: GENERIC kernel config for armv7 boards. |
* ~~~arm: GENERIC kernel config for armv7 boards.~~~ (done) |
* arm64: Support for servers following SBSA/SBBR standards |
* ~~~arm64: Support for servers following SBSA/SBBR standards~~~ (done) |
* ~~~updated graphics drivers~~~ (done) |
* ~~~updated graphics drivers~~~ (done) |
* PVHVM and PVH |
* PVHVM and PVH |
* ARM64 ACPI |
* ~~~ARM64 ACPI~~~ (done) |
|
* WireGuard |
|
* 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 |
## Nice to have, but likely won't be finished on time |
|
|
* merge pgoyette-compat |
* 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) |
|
|
... |
... |
|
|