Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1164567AbdDXDd5 (ORCPT ); Sun, 23 Apr 2017 23:33:57 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:38383 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1164515AbdDXDdu (ORCPT ); Sun, 23 Apr 2017 23:33:50 -0400 Date: Sun, 23 Apr 2017 20:33:42 -0700 From: "Paul E. McKenney" To: Lance Roy Cc: priyalee.kushwaha@intel.com, shuah@kernel.org, josh@joshtriplett.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Kushwaha@mx0a-001b2d01.pphosted.com Subject: Re: [PATCH v1 1/1] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk Reply-To: paulmck@linux.vnet.ibm.com References: <1ad554b0025913fedf4ec3c7953d1a42fe1f0dde.1492879165.git.priyalee.kushwaha@intel.com> <20170421175042.GB3956@linux.vnet.ibm.com> <20170423202411.3fca5340@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170423202411.3fca5340@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17042403-0036-0000-0000-000001EB424E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006963; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00851625; UDB=6.00420844; IPR=6.00630418; BA=6.00005307; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015150; XFM=3.00000013; UTC=2017-04-24 03:33:43 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17042403-0037-0000-0000-00003FF259D7 Message-Id: <20170424033342.GY3956@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-24_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1704240052 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1619 Lines: 46 On Sun, Apr 23, 2017 at 08:24:11PM -0700, Lance Roy wrote: > This is fine with me. I didn't notice that /bin/awk was just a symlink on the > distro I was using when I wrote the script. Very good! May I please have your Acked-by? Thanx, Paul > Thanks, > Lance > > On Fri, 21 Apr 2017 10:50:42 -0700 > "Paul E. McKenney" wrote: > > > On Sat, Apr 22, 2017 at 10:17:11AM -0700, priyalee.kushwaha@intel.com wrote: > > > From: Priyalee Kushwaha > > > > > > Most OS distribution have awk in /usr/bin not in /bin > > > Without this patch, kernel-devsrc fails to build as > > > runtime dependency for srcu-cbmc script /bin/awk is > > > not found. > > > > Adding Lance on CC. > > > > Thanx, Paul > > > > > Signed-off-by: Kushwaha, Priyalee > > > --- > > > tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git > > > a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk > > > b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk index > > > 8ff8904..c9e8bc5 100755 --- > > > a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk +++ > > > b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk @@ > > > -1,4 +1,4 @@ -#!/bin/awk -f +#!/usr/bin/awk -f > > > > > > # Modify SRCU for formal verification. The first argument should be srcu.h > > > and # the second should be srcu.c. Outputs modified srcu.h and srcu.c into > > > the -- > > > 2.10.0 > > > > > >