[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170327054601.22415-1-bamvor.zhangjian@linaro.org>
Date: Mon, 27 Mar 2017 05:45:59 +0000
From: Bamvor Jian Zhang <bamvor.zhangjian@...aro.org>
To: luto@...capital.net, shuahkh@....samsung.com
Cc: mpe@...erman.id.au, linux-api@...r.kernel.org,
linux-kernel@...r.kernel.org, khilman@...nel.org,
broonie@...nel.org, bamvor.zhangjian@...wei.com,
bamvor.zhangjian@...aro.org
Subject: [PATCH 0/2] selftests: fix for KBUILD_OUTPUT
These patches fix the two compile failures in x86 and net subnet
repectively. Test the folowing build method successful:
make -C tools/testing/selftests TARGETS=xxx
make -C tools/testing/selftests TARGETS=xxx clean
make -C tools/testing/selftests/xxx
make -C tools/testing/selftests/xxx clean
make ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE -C tools/testing/selftests TARGETS=xxx
make ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE -C tools/testing/selftests TARGETS=xxx clean
Bamvor Jian Zhang (2):
selftests: fix the broken individual test for x86
selftests: net: support KBUILD_OUTPUT for reuseport_bpf_numa
Documentation/kselftest.txt | 6 ++++++
tools/testing/selftests/net/Makefile | 2 +-
tools/testing/selftests/x86/Makefile | 23 ++++++++++++++---------
3 files changed, 21 insertions(+), 10 deletions(-)
--
1.9.1
Powered by blists - more mailing lists