Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1164251AbdDXCpA (ORCPT ); Sun, 23 Apr 2017 22:45:00 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:33988 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1164219AbdDXCou (ORCPT ); Sun, 23 Apr 2017 22:44:50 -0400 Date: Sun, 23 Apr 2017 19:44:48 -0700 From: "Paul E. McKenney" To: Josh Triplett Cc: "Kushwaha, Priyalee" , "shuah@kernel.org" , "linux-kernel@vger.kernel.org" , "linux-kselftest@vger.kernel.org" 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> <20170421184721.GA28159@cloud> <20170421220549.GA29494@cloud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170421220549.GA29494@cloud> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17042402-2213-0000-0000-0000019D7824 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.00851609; UDB=6.00420834; IPR=6.00630402; 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.00015149; XFM=3.00000013; UTC=2017-04-24 02:44:48 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17042402-2214-0000-0000-000055B952CD Message-Id: <20170424024448.GV3956@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-1704240036 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1715 Lines: 37 On Fri, Apr 21, 2017 at 03:05:49PM -0700, Josh Triplett wrote: > On Fri, Apr 21, 2017 at 09:52:10PM +0000, Kushwaha, Priyalee wrote: > > Tested 9 distros centos, Debian, Fedora, Gentoo, Opensuse, slackware, Ubuntu, poky showed awk at /usr/bin/awk. > > > > Here is another similar patch which has been approved https://patchwork.kernel.org/patch/9650581/ > > > > centos-7: > > lrwxrwxrwx 1 root root 4 Mar 15 19:58 /bin/awk -> gawk lrwxrwxrwx 1 root root 4 Mar 15 19:58 /usr/bin/awk -> gawk > > > > Debian-8: > > ls: cannot access /bin/awk: No such file or directory lrwxrwxrwx 1 root root 21 Mar 20 23:26 /usr/bin/awk -> /etc/alternatives/awk > > > > Fedora: > > lrwxrwxrwx. 1 root root 4 Sep 12 2016 /bin/awk -> gawk lrwxrwxrwx. 1 root root 4 Sep 12 2016 /usr/bin/awk -> gawk > > > > Gentoo: > > lrwxrwxrwx 1 root root 15 Jan 1 13:57 /bin/awk -> ../usr/bin/gawk lrwxrwxrwx 1 root root 4 Jan 1 13:57 /usr/bin/awk -> gawk > > > > Opensuse: > > lrwxrwxrwx 1 root root 21 Mar 20 11:19 /bin/awk -> /etc/alternatives/awk lrwxrwxrwx 1 root root 29 Mar 20 11:19 /usr/bin/awk -> /etc/alternatives/usr-bin-awk > > > > Slackware: > > lrwxrwxrwx 1 root root 4 Mar 10 15:37 /bin/awk -> gawk lrwxrwxrwx 1 root root 13 Mar 10 15:37 /usr/bin/awk -> ../../bin/awk > > > > Ubuntu: > > ls: cannot access '/bin/awk': No such file or directory lrwxrwxrwx 1 root root 21 Dec 6 2015 /usr/bin/awk -> /etc/alternatives/awk > > > > Poky: > > ls: /bin/awk: No such file or directory > > lrwxrwxrwx 1 root root 19 Apr 20 22:59 /usr/bin/awk > > This seems fairly conclusive. Based on this, switching over to > /usr/bin/awk seems fine. Thank you both! Josh, may I have your Acked-by? Thanx, Paul