From 7d73359038197622bf8b619f57a2a82cee1469bd Mon Sep 17 00:00:00 2001 From: Marco Pagani Date: Fri, 14 Jun 2024 16:14:17 +0200 Subject: mbuto: add modinfo to the kselftests profile Some kernel selftests use the modinfo command to determine whether the test kernel module is present. If modinfo is not present in the image, these selftests will fail, so add it to the kselftests profile. Signed-off-by: Marco Pagani Signed-off-by: Stefano Brivio --- mbuto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mbuto b/mbuto index d138b8d..a2a8147 100755 --- a/mbuto +++ b/mbuto @@ -194,10 +194,10 @@ profile_kselftests() { cpupower cut date dd diff dirname dmesg du env ethtool find gcc grep head id ifconfig insmod ip ip6tables iperf3 iptables ipvsadm jq killall ln logger ls lsmod make mausezahn md5sum mkdir mknod - mktemp modprobe mount mv nc nft nproc nstat pidof ping python3 - realpath rm rmdir sed seq sipcalc sleep socat sort ss strace - sysctl tail taskset tc tee timeout tput tr traceroute traceroute6 - true umount uname uniq uuidgen wc which}" + mktemp modinfo modprobe mount mv nc nft nproc nstat pidof ping + python3 realpath rm rmdir sed seq sipcalc sleep socat sort ss + strace sysctl tail taskset tc tee timeout tput tr traceroute + traceroute6 true umount uname uniq uuidgen wc which}" if [ ! -f "include/config/kernel.release" ]; then err "This profile needs to run from a kernel tree, exiting" -- cgit v1.2.3