HUST OS Kernel Contribution Team
git clone --recurse-submodules [email protected]:hust-open-atom-club/HUST-OS-Kernel-Contribution.git
Run smatch over linux kernel mainline, linux-next, and openeuler kernel repositories.
./update_kernel_repo mainline
./update_kernel_repo linux-next
./update_kernel_repo openeuler
If you would like to update smatch, directly cd
to the smatch folder and do git pull
.
[1] https://mudongliang.github.io/2022/03/16/run-smatch-over-mainline-kernel.html