On Thu, Nov 23, 2017 at 12:17:57PM +0900, Akira Yokosawa wrote: > >From 62491d966a645d08ffc6bb0c5bae9f725458cbec Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Thu, 23 Nov 2017 12:07:18 +0900 > Subject: [PATCH] CodeSamples/formal/herd: Remove dependency to memory model in cross-klitmus > > Target "cross-klitmus" does not depend on memory model. > Remove the implicit dependency of "cd $(LKMM_DIR)" from the recipe. > > Fixes: ef76630632df ("CodeSamples/formal/herd: Add Makefile and utility script") > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> I applied and pushed both, the first just before the release and the one below as the first commit after the release. I also attached the (very crude) scripts that I use to collect herd performance data, just in case they are useful. Thanx, Paul > --- > CodeSamples/formal/herd/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CodeSamples/formal/herd/Makefile b/CodeSamples/formal/herd/Makefile > index 1abe5c7..b99699b 100644 > --- a/CodeSamples/formal/herd/Makefile > +++ b/CodeSamples/formal/herd/Makefile > @@ -73,7 +73,7 @@ cross-klitmus: klitmus.tar > > klitmus.tar: litmus2herd > mkdir -p klitmus > - cd $(LKMM_DIR); klitmus7 -o $(HERD_DIR)/klitmus $(addprefix $(HERD_DIR)/,$(LITMUS7_HERD_TEST)) > + klitmus7 -o klitmus $(LITMUS7_HERD_TEST) > tar cf klitmus.tar ./klitmus > > clean: > -- > 2.7.4 > >
Attachment:
absperf.sh
Description: absperf.sh
Attachment:
absperf-reduce.sh
Description: absperf-reduce.sh