Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751131AbeABUZa (ORCPT + 1 other); Tue, 2 Jan 2018 15:25:30 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:46748 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751098AbeABUZ0 (ORCPT ); Tue, 2 Jan 2018 15:25:26 -0500 Date: Tue, 2 Jan 2018 12:25:52 -0800 From: "Paul E. McKenney" To: afzal mohammed Cc: Alan Stern , Peter Zijlstra , parri.andrea@gmail.com, will.deacon@arm.com, boqun.feng@gmail.com, npiggin@gmail.com, dhowells@redhat.com, j.alglave@ucl.ac.uk, luc.maranget@inria.fr, linux-kernel@vger.kernel.org, elena.reshetova@intel.com Subject: Re: Prototype patch for Linux-kernel memory model Reply-To: paulmck@linux.vnet.ibm.com References: <20171114075925.apzztfksn4f4y5ue@hirez.programming.kicks-ass.net> <20171114171505.GS3624@linux.vnet.ibm.com> <20171115163749.GA8555@linux.vnet.ibm.com> <20171220113145.GA5082@afzalpc> <20171220164538.GL7829@linux.vnet.ibm.com> <20171221033055.GA3944@afzalpc> <20171221161502.GX7829@linux.vnet.ibm.com> <20171222041132.GA5354@afzalpc> <20171223061418.GA20628@afzalpc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171223061418.GA20628@afzalpc> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 18010220-0052-0000-0000-00000299E2B0 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008306; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000244; SDB=6.00969306; UDB=6.00490817; IPR=6.00749280; BA=6.00005764; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00018835; XFM=3.00000015; UTC=2018-01-02 20:25:23 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18010220-0053-0000-0000-00005314B750 Message-Id: <20180102202552.GR7829@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-02_16:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801020285 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Sat, Dec 23, 2017 at 11:44:18AM +0530, afzal mohammed wrote: > Hi, > > On Fri, Dec 22, 2017 at 09:41:32AM +0530, afzal mohammed wrote: > > On Thu, Dec 21, 2017 at 08:15:02AM -0800, Paul E. McKenney wrote: > > > > Have you installed and run the herd tool? Doing so would allow you > > > to experiment with changes to the litmus tests. > > > > Yes, i installed herd tool and then i was at a loss :(, so started > > re-reading the documentation, yet to run any of the tests. > > Above was referring to "opam install herdtools7" & the pre-requisites, > with the current HEAD of herd, build fails as below, but builds fine > with the latest tag - 7.47. > > Could run a couple of tests as well now, thanks. Very good! Thanx, Paul > afzal > > > herdtools7(master)$ make all > sh ./build.sh $HOME > + /usr/bin/ocamldep.opt -modules gen/RISCVCompile_gen.ml > gen/RISCVCompile_gen.ml.depends > File "gen/RISCVCompile_gen.ml", line 94, characters 8-9: > Error: Syntax error > Command exited with code 2. > Compilation unsuccessful after building 1439 targets (0 cached) in 00:00:59. > Makefile:4: recipe for target 'all' failed > make: *** [all] Error 10 >