lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 23 Apr 2017 20:24:11 -0700
From:   Lance Roy <ldr709@...il.com>
To:     "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Cc:     priyalee.kushwaha@...el.com, shuah@...nel.org,
        josh@...htriplett.org, linux-kernel@...r.kernel.org,
        linux-kselftest@...r.kernel.org,
        Kushwaha@...a-001b2d01.pphosted.com
Subject: Re: [PATCH v1 1/1] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk

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.

Thanks,
Lance

On Fri, 21 Apr 2017 10:50:42 -0700
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com> wrote:

> On Sat, Apr 22, 2017 at 10:17:11AM -0700, priyalee.kushwaha@...el.com wrote:
> > From: Priyalee Kushwaha <priyalee.kushwaha@...el.com>
> >
> > 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 <priyalee.kushwaha@...el.com>
> > ---
> >  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
> >
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ