Kernel Configs and Its Dependencies
While playing Armbian with Phicomm N1 box, I found kernel thread irq/42-0.200908 have very high cpu usage thus cause the load average to around 2, this is a ...
breakpoint
[ 81.890105] CPU: 3 PID: 890 Comm: insmod Tainted: G O 4.19.108-v8+ #1
Install required packages ```bash $ sudo apt install docker.io -y $ sudo apt install docker-compose -y $ sudo apt install lighttpd -y
Preserve white spaces In macOS, you need to press⌥ Opt+Space
Occasionally, you may want to remove a commit from github/gitlab, for example, I pushed a commit to switched the jekyll theme from minima to minimal mistakes...
All-zero address shown when do cat /proc/modules echo 0 > /proc/sys/kernel/kptr_restrict # or with sysctl sysctl kernel.kptr_restrict=0
Basic Setup
Syzkaller is a coverage-guided fuzzer for Linux kernel, it was mainly developed by Dmitry Vyukov, and with many other developers, it’s under active developme...