-
I'd like to request command line options to reduce output to OK/FAIL items only, e.g.
```
-o, --ok only list items checked as OK
-f, --fail only list items checked as FAIL
```
This woul…
fonic updated
4 years ago
-
**Describe the bug**
I'm using a laptop, connected to a Thunderbolt 3 enclosure, with an AMD navi10 GPU. Laptop contains an Intel IGP (Kaby Lake), but as I use it in clamshell while connected to TB…
-
@aganea has enabled snmalloc, mimalloc, and rpmalloc to be the allocator for lld-link. He has benchmarked this with performing ThinLTO on a clang build. The results taken from https://reviews.llvm.o…
mjp41 updated
4 years ago
-
The current `malloc()` implementation uses a naive algorithm and it easily creates heap fragmentation. Obviously we need to fix this.
https://github.com/nuta/resea/blob/93d3f4dafb423a87b8b740f1e246…
-
Getting weird errors when building the docker image. Getting this error
`the `wasm32-unknown-unknown` target may not be installed`
I think it might have to do with the fact that the nightly bu…
-
In the paging code as well as other places, we need to allocate memory.
In the script it's says we can use malloc/free, but need to be aware that we have a static heap size of 16Mb. Once it is full w…
-
logs:
```
[250047.755839] EXT4-fs (sdb1): unable to read superblock
[250047.762206] EXT4-fs (sdb1): unable to read superblock
[250047.769003] EXT4-fs (sdb1): unable to read superblock
[250047.843…
-
From 5.12.1 to 5.12.9 zen kernel I see system freezes when my system is idle. This is on EndeavourOS. When I log out from XFCE and let the PC sit for a few minutes, the system freezes with the follow…
mabod updated
3 years ago
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
* [ ] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
所有组件都顺利编译完成,但在安装阶段出现了问题,换用其它的编译环境也出现相同的错误
### (2) 路由器型号和固件版本
编译环境 Ubuntu 20.04 …
-
I think this warning is causing some unnecessary grief:
```
30723:M 22 Mar 15:17:24.191 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and…