From a4c381323fcea6a3201d23065211851ff126f598 Mon Sep 17 00:00:00 2001 From: Kaiwan N Billimoria Date: Tue, 10 Oct 2023 09:04:39 +0530 Subject: [PATCH] Add coccinelle static analyzer --- ch1/pkg_install4ubuntu_lkp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch1/pkg_install4ubuntu_lkp.sh b/ch1/pkg_install4ubuntu_lkp.sh index 099a329..9ad532c 100755 --- a/ch1/pkg_install4ubuntu_lkp.sh +++ b/ch1/pkg_install4ubuntu_lkp.sh @@ -53,7 +53,7 @@ echo "-----------------------------------------------------------------------" runcmd sudo apt install -y \ bc bpfcc-tools bsdextrautils \ - clang coreutils cppcheck cscope curl exuberant-ctags \ + clang coccinelle coreutils cppcheck cscope curl exuberant-ctags \ fakeroot flawfinder \ git gnome-system-monitor gnuplot hwloc indent kmod \ libnuma-dev linux-headers-$(uname -r) linux-tools-$(uname -r) \