# HUST-OS-Kernel-Contribution **Repository Path**: hust-open-atom-club/hust-os-kernel-contribution ## Basic Information - **Project Name**: HUST-OS-Kernel-Contribution - **Description**: HUST OS Kernel Contribution Team - **Primary Language**: C - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-26 - **Last Updated**: 2024-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HUST-OS-Kernel-Contribution ## Introduction HUST OS Kernel Contribution Team ### Testing Kernel with Smatch 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`. ## References [1]