1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 247a18c42SPintu AgarwalTARGETS = android 347a18c42SPintu AgarwalTARGETS += bpf 45aa5bd14SDaniel BorkmannTARGETS += breakpoints 5f4ecb322SBamvor Jian ZhangTARGETS += capabilities 684092dbcSRoman GushchinTARGETS += cgroup 7e66d5b67SViresh KumarTARGETS += cpufreq 866a01b96SAndrew MortonTARGETS += cpu-hotplug 96edf2e37STom MurphyTARGETS += drivers/dma-buf 1066a01b96SAndrew MortonTARGETS += efivarfs 1196e869d8SAndrew MortonTARGETS += exec 12ce290a19SChristian BraunerTARGETS += filesystems 1375abec73SChristian BraunerTARGETS += filesystems/binderfs 1496e869d8SAndrew MortonTARGETS += firmware 1596e869d8SAndrew MortonTARGETS += ftrace 16ecac1a75SDarren HartTARGETS += futex 1722f6592bSBamvor Jian ZhangTARGETS += gpio 186320303fSStafford HorneTARGETS += intel_pstate 197e722473SBamvor Jian ZhangTARGETS += ipc 20e55c884eSSean YoungTARGETS += ir 2158c7be84SPavel EmelyanovTARGETS += kcmp 22c3c0e811SMimi ZoharTARGETS += kexec 23783e9e51SPaolo BonziniTARGETS += kvm 24317dc34aSKees CookTARGETS += lib 25a2818ee4SJoe LawrenceTARGETS += livepatch 26b6d97344SPranith KumarTARGETS += membarrier 274f5ce5e8SDavid HerrmannTARGETS += memfd 2858c7be84SPavel EmelyanovTARGETS += memory-hotplug 29db181ce0SEric W. BiedermanTARGETS += mount 3096e869d8SAndrew MortonTARGETS += mqueue 31a6f68034SDavid S. MillerTARGETS += net 3225d8bcedSFlorian WestphalTARGETS += netfilter 33cda261f4SWillem de BruijnTARGETS += networking/timestamping 346ad92bf6SAndrey VaginTARGETS += nsfs 35575a0ae9SChristian BraunerTARGETS += pidfd 360e56dacdSMichael EllermanTARGETS += powerpc 379cd65655SAlexey DobriyanTARGETS += proc 38cc04a46fSHiraku ToyookaTARGETS += pstore 3996e869d8SAndrew MortonTARGETS += ptrace 40ccba8b64SMathieu DesnoyersTARGETS += rseq 41a12ab9e1SAlexandre BelloniTARGETS += rtc 42c99ee51aSKees CookTARGETS += seccomp 4319fd2868SStas SergeevTARGETS += sigaltstack 443ce51050STim BirdTARGETS += size 453c545084STom HromatkaTARGETS += sparc64 46b8826e50SAl ViroTARGETS += splice 471087d019SBamvor Jian ZhangTARGETS += static_keys 4882208160SEmilio LópezTARGETS += sync 4996e869d8SAndrew MortonTARGETS += sysctl 502278e5edSShuah Khanifneq (1, $(quicktest)) 5196e869d8SAndrew MortonTARGETS += timers 522278e5edSShuah Khanendif 53a3322868SAlexey DobriyanTARGETS += tmpfs 546ea3dfe1SJarkko SakkinenTARGETS += tpm2 5596e869d8SAndrew MortonTARGETS += user 5696e869d8SAndrew MortonTARGETS += vm 573f705dfdSAndy LutomirskiTARGETS += x86 58f21fb798SNaresh KambojuTARGETS += zram 5996e869d8SAndrew Morton#Please keep the TARGETS list alphabetically sorted 602278e5edSShuah Khan# Run "make quicktest=1 run_tests" or 61c6a13fafSSeongJae Park# "make quicktest=1 kselftest" from top level Makefile 62274343adSFrederic Weisbecker 63ddddda9bSShuah KhanTARGETS_HOTPLUG = cpu-hotplug 64ddddda9bSShuah KhanTARGETS_HOTPLUG += memory-hotplug 65ddddda9bSShuah Khan 6667d8712dSShuah Khan# Clear LDFLAGS and MAKEFLAGS if called from main 6767d8712dSShuah Khan# Makefile to avoid test build failures when test 6867d8712dSShuah Khan# Makefile doesn't have explicit build rules. 6967d8712dSShuah Khanifeq (1,$(MAKELEVEL)) 7060df4642SArnaldo Carvalho de Melooverride LDFLAGS = 7167d8712dSShuah Khanoverride MAKEFLAGS = 7267d8712dSShuah Khanendif 7367d8712dSShuah Khan 7461c2018cSShuah Khan# Append kselftest to KBUILD_OUTPUT to avoid cluttering 7561c2018cSShuah Khan# KBUILD_OUTPUT with selftest objects and headers installed 7661c2018cSShuah Khan# by selftests Makefile or lib.mk. 77051f278eSMasahiro Yamadaifdef building_out_of_srctree 7852fd1d08SShuah Khanoverride LDFLAGS = 7952fd1d08SShuah Khanendif 8052fd1d08SShuah Khan 818ce72dc3SShuah Khanifneq ($(O),) 82a8ba798bSbamvor.zhangjian@huawei.com BUILD := $(O) 838ce72dc3SShuah Khanelse 848ce72dc3SShuah Khan ifneq ($(KBUILD_OUTPUT),) 8561c2018cSShuah Khan BUILD := $(KBUILD_OUTPUT)/kselftest 868ce72dc3SShuah Khan else 87a8ba798bSbamvor.zhangjian@huawei.com BUILD := $(shell pwd) 888ce72dc3SShuah Khan DEFAULT_INSTALL_HDR_PATH := 1 898ce72dc3SShuah Khan endif 90a8ba798bSbamvor.zhangjian@huawei.comendif 91a8ba798bSbamvor.zhangjian@huawei.com 928ce72dc3SShuah Khan# Prepare for headers install 938ce72dc3SShuah Khantop_srcdir ?= ../../.. 948ce72dc3SShuah Khaninclude $(top_srcdir)/scripts/subarch.include 958ce72dc3SShuah KhanARCH ?= $(SUBARCH) 968ce72dc3SShuah Khanexport KSFT_KHDR_INSTALL_DONE := 1 97a8ba798bSbamvor.zhangjian@huawei.comexport BUILD 988ce72dc3SShuah Khan 99d917fb87SShuah Khan# build and run gpio when output directory is the src dir. 100d917fb87SShuah Khan# gpio has dependency on tools/gpio and builds tools/gpio 101d917fb87SShuah Khan# objects in the src directory in all cases making the src 102d917fb87SShuah Khan# repo dirty even when objects are relocated. 103d917fb87SShuah Khanifneq (1,$(DEFAULT_INSTALL_HDR_PATH)) 104d917fb87SShuah Khan TMP := $(filter-out gpio, $(TARGETS)) 105d917fb87SShuah Khan TARGETS := $(TMP) 106d917fb87SShuah Khanendif 107d917fb87SShuah Khan 1088ce72dc3SShuah Khan# set default goal to all, so make without a target runs all, even when 1098ce72dc3SShuah Khan# all isn't the first target in the file. 1108ce72dc3SShuah Khan.DEFAULT_GOAL := all 1118ce72dc3SShuah Khan 1128ce72dc3SShuah Khan# Install headers here once for all tests. KSFT_KHDR_INSTALL_DONE 1138ce72dc3SShuah Khan# is used to avoid running headers_install from lib.mk. 1148ce72dc3SShuah Khan# Invoke headers install with --no-builtin-rules to avoid circular 1158ce72dc3SShuah Khan# dependency in "make kselftest" case. In this case, second level 1168ce72dc3SShuah Khan# make inherits builtin-rules which will use the rule generate 1178ce72dc3SShuah Khan# Makefile.o and runs into 1188ce72dc3SShuah Khan# "Circular Makefile.o <- prepare dependency dropped." 1198ce72dc3SShuah Khan# and headers_install fails and test compile fails. 1208ce72dc3SShuah Khan# 1218ce72dc3SShuah Khan# O= KBUILD_OUTPUT cases don't run into this error, since main Makefile 1228ce72dc3SShuah Khan# invokes them as sub-makes and --no-builtin-rules is not necessary, 1238ce72dc3SShuah Khan# but doesn't cause any failures. Keep it simple and use the same 1248ce72dc3SShuah Khan# flags in both cases. 1258ce72dc3SShuah Khan# Local build cases: "make kselftest", "make -C" - headers are installed 1268ce72dc3SShuah Khan# in the default INSTALL_HDR_PATH usr/include. 1278ce72dc3SShuah Khankhdr: 1288ce72dc3SShuah Khanifeq (1,$(DEFAULT_INSTALL_HDR_PATH)) 1290ac33e4eSIlya Leoshkevich $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install 1308ce72dc3SShuah Khanelse 1310ac33e4eSIlya Leoshkevich $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$BUILD/usr \ 1328ce72dc3SShuah Khan ARCH=$(ARCH) -C $(top_srcdir) headers_install 1338ce72dc3SShuah Khanendif 1348ce72dc3SShuah Khan 1358ce72dc3SShuah Khanall: khdr 1361ede0536SShuah Khan @for TARGET in $(TARGETS); do \ 137a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 138a8ba798bSbamvor.zhangjian@huawei.com mkdir $$BUILD_TARGET -p; \ 1390ac33e4eSIlya Leoshkevich $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET;\ 140274343adSFrederic Weisbecker done; 141274343adSFrederic Weisbecker 142cab6b056SAndrew Mortonrun_tests: all 1431ede0536SShuah Khan @for TARGET in $(TARGETS); do \ 144a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 1450ac33e4eSIlya Leoshkevich $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\ 146f467f714SFrederic Weisbecker done; 147f467f714SFrederic Weisbecker 148ddddda9bSShuah Khanhotplug: 1491ede0536SShuah Khan @for TARGET in $(TARGETS_HOTPLUG); do \ 150a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 1510ac33e4eSIlya Leoshkevich $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET;\ 152ddddda9bSShuah Khan done; 153ddddda9bSShuah Khan 154ddddda9bSShuah Khanrun_hotplug: hotplug 1551ede0536SShuah Khan @for TARGET in $(TARGETS_HOTPLUG); do \ 156a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 1570ac33e4eSIlya Leoshkevich $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_full_test;\ 158ddddda9bSShuah Khan done; 159ddddda9bSShuah Khan 160ddddda9bSShuah Khanclean_hotplug: 1611ede0536SShuah Khan @for TARGET in $(TARGETS_HOTPLUG); do \ 162a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 1630ac33e4eSIlya Leoshkevich $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\ 164ddddda9bSShuah Khan done; 165ddddda9bSShuah Khan 166f615e2bbSHiraku Toyookarun_pstore_crash: 1670ac33e4eSIlya Leoshkevich $(MAKE) -C pstore run_crash 168f615e2bbSHiraku Toyooka 169c3c59928SShuah Khan# Use $BUILD as the default install root. $BUILD points to the 170c3c59928SShuah Khan# right output location for the following cases: 171c3c59928SShuah Khan# 1. output_dir=kernel_src 172c3c59928SShuah Khan# 2. a separate output directory is specified using O= KBUILD_OUTPUT 173c3c59928SShuah Khan# 3. a separate output directory is specified using KBUILD_OUTPUT 174*17eac6c2SShuah Khan# Avoid conflict with INSTALL_PATH set by the main Makefile 175c3c59928SShuah Khan# 176*17eac6c2SShuah KhanKSFT_INSTALL_PATH ?= $(BUILD)/kselftest_install 177*17eac6c2SShuah KhanKSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) 178*17eac6c2SShuah Khan# Avoid changing the rest of the logic here and lib.mk. 179*17eac6c2SShuah KhanINSTALL_PATH := $(KSFT_INSTALL_PATH) 18032dcfba6SMichael EllermanALL_SCRIPT := $(INSTALL_PATH)/run_kselftest.sh 18132dcfba6SMichael Ellerman 182c3c59928SShuah Khaninstall: all 18332dcfba6SMichael Ellermanifdef INSTALL_PATH 18432dcfba6SMichael Ellerman @# Ask all targets to install their files 185d4e59a53SKees Cook mkdir -p $(INSTALL_PATH)/kselftest 186d4e59a53SKees Cook install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/ 1875c069b6dSKees Cook install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/ 1881ede0536SShuah Khan @for TARGET in $(TARGETS); do \ 189a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 1900ac33e4eSIlya Leoshkevich $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \ 19132dcfba6SMichael Ellerman done; 19232dcfba6SMichael Ellerman 19332dcfba6SMichael Ellerman @# Ask all targets to emit their test scripts 194a2b1e8a2SRolf Eike Beer echo "#!/bin/sh" > $(ALL_SCRIPT) 19514f1889fSMichael Ellerman echo "BASE_DIR=\$$(realpath \$$(dirname \$$0))" >> $(ALL_SCRIPT) 19614f1889fSMichael Ellerman echo "cd \$$BASE_DIR" >> $(ALL_SCRIPT) 197d4e59a53SKees Cook echo ". ./kselftest/runner.sh" >> $(ALL_SCRIPT) 19832dcfba6SMichael Ellerman echo "ROOT=\$$PWD" >> $(ALL_SCRIPT) 19914f1889fSMichael Ellerman echo "if [ \"\$$1\" = \"--summary\" ]; then" >> $(ALL_SCRIPT) 200d4e59a53SKees Cook echo " logfile=\$$BASE_DIR/output.log" >> $(ALL_SCRIPT) 201d4e59a53SKees Cook echo " cat /dev/null > \$$logfile" >> $(ALL_SCRIPT) 20214f1889fSMichael Ellerman echo "fi" >> $(ALL_SCRIPT) 20332dcfba6SMichael Ellerman 20432dcfba6SMichael Ellerman for TARGET in $(TARGETS); do \ 205a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 20688893cf7SMichael Ellerman echo "[ -w /dev/kmsg ] && echo \"kselftest: Running tests in $$TARGET\" >> /dev/kmsg" >> $(ALL_SCRIPT); \ 20732dcfba6SMichael Ellerman echo "cd $$TARGET" >> $(ALL_SCRIPT); \ 208bf660782SKees Cook echo -n "run_many" >> $(ALL_SCRIPT); \ 209*17eac6c2SShuah Khan echo -n "Emit Tests for $$TARGET\n"; \ 2100ac33e4eSIlya Leoshkevich $(MAKE) -s --no-print-directory OUTPUT=$$BUILD_TARGET -C $$TARGET emit_tests >> $(ALL_SCRIPT); \ 211bf660782SKees Cook echo "" >> $(ALL_SCRIPT); \ 21232dcfba6SMichael Ellerman echo "cd \$$ROOT" >> $(ALL_SCRIPT); \ 21332dcfba6SMichael Ellerman done; 21432dcfba6SMichael Ellerman 21532dcfba6SMichael Ellerman chmod u+x $(ALL_SCRIPT) 21632dcfba6SMichael Ellermanelse 21732dcfba6SMichael Ellerman $(error Error: set INSTALL_PATH to use install) 21832dcfba6SMichael Ellermanendif 21932dcfba6SMichael Ellerman 220274343adSFrederic Weisbeckerclean: 2211ede0536SShuah Khan @for TARGET in $(TARGETS); do \ 222a8ba798bSbamvor.zhangjian@huawei.com BUILD_TARGET=$$BUILD/$$TARGET; \ 2230ac33e4eSIlya Leoshkevich $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\ 224274343adSFrederic Weisbecker done; 22532dcfba6SMichael Ellerman 2268ce72dc3SShuah Khan.PHONY: khdr all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean 227