From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=Sony.onmicrosoft.com; s=selector1-Sony-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=yCUR2Mw0twUCl+AFvr9sl2fqhtMEcgHpE/hPq0YrXcs=; b=inLXv89lhBh6o2a3TlzCX+XL98njzoZXgsoIvzZXjjIra3XV9JqCsWv6/OahXqhjyT0dayQwPBFbu7LNtdqmCTPJf5pirATlmBGw5Y3CHC18gWtABVYu+hx9l1ATIeG/ufXicezNZAIIlX5MYV2oZQXy/FHHTxMx2KrAxXh5BTI= From: "Bird, Timothy" Date: Tue, 31 Oct 2017 17:30:02 +0000 Message-ID: References: <1509438715-14039-1-git-send-email-daniel.sangorrin@toshiba.co.jp> <1509438715-14039-2-git-send-email-daniel.sangorrin@toshiba.co.jp> In-Reply-To: <1509438715-14039-2-git-send-email-daniel.sangorrin@toshiba.co.jp> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Fuego] [PATCH 1/3] cyclictest: update build function List-Id: Mailing list for the Fuego test framework List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel Sangorrin , "fuego@lists.linuxfoundation.org" > -----Original Message----- > From: fuego-bounces@lists.linuxfoundation.org [mailto:fuego- > bounces@lists.linuxfoundation.org] On Behalf Of Daniel Sangorrin > Sent: Tuesday, October 31, 2017 9:32 AM > To: fuego@lists.linuxfoundation.org > Subject: [Fuego] [PATCH 1/3] cyclictest: update build function >=20 > Signed-off-by: Daniel Sangorrin > --- > engine/tests/Benchmark.cyclictest/fuego_test.sh | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/engine/tests/Benchmark.cyclictest/fuego_test.sh > b/engine/tests/Benchmark.cyclictest/fuego_test.sh > index 2631a82..efa892c 100755 > --- a/engine/tests/Benchmark.cyclictest/fuego_test.sh > +++ b/engine/tests/Benchmark.cyclictest/fuego_test.sh > @@ -1,7 +1,8 @@ > -tarball=3Dcyclictest.tar.gz > +tarball=3Drt-tests-1.0.tar.gz >=20 > function test_build { > - make CC=3D"$CC" AR=3D"$AR" RANLIB=3D"$RANLIB" CXX=3D"$CXX" CPP=3D"$C= PP" > CXXCPP=3D"$CXXCPP" CFLAGS=3D"$CFLAGS" LDFLAGS=3D"$LDFLAGS" > + patch -p1 -N -s < $TEST_HOME/0001-Add-scheduling-policies-for-old- > kernels.patch Where is this patch? I suspect (I haven't looked yet), that it's inside the tarball. But these types of things should be kept outside the tarball to make it easier to keep track of them separate from upstream source (and, to make it easier to mainline them, of course). > + make NUMA=3D0 cyclictest > } >=20 > function test_deploy { > -- > 2.7.4