From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Shuah Khan <shuah@kernel.org>
Cc: priyalee.kushwaha@intel.com, josh@joshtriplett.org,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
Kushwaha@ezm04-pco.easydns.vpn, ldr709@gmail.com
Subject: Re: [PATCH v1 1/1] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
Date: Mon, 24 Apr 2017 10:02:05 -0700 [thread overview]
Message-ID: <20170424170205.GL3956@linux.vnet.ibm.com> (raw)
In-Reply-To: <dfbc644a-ffbf-b5b3-ebe2-05fbe7d9d9dd@kernel.org>
On Mon, Apr 24, 2017 at 08:02:10AM -0600, Shuah Khan wrote:
> On 04/22/2017 11:17 AM, priyalee.kushwaha@intel.com wrote:
> > From: Priyalee Kushwaha <priyalee.kushwaha@intel.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.
> >
> > Signed-off-by: Kushwaha, Priyalee <priyalee.kushwaha@intel.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
> >
>
> Hi Paul,
>
> If this change looks good, please Ack it so I can take it through kselftest
> tree. If you would like to take this through rcu, that is fine as well.
Hello, Shuah,
I have queued it with Lance's ack and Josh's review.
Just for full disclosure, my recent SRCU work has broken srcu-cbmc,
and a bit more breakage is on its way. :-(
That said, I would welcome patches to fix it -- mostly adjustments in
pathnames, structure names, and which fields get removed. Adjusting it
to work correctly with Classic SRCU would probably be a bit easier than
adapting it to either Tree SRCU or Tiny SRCU.
Thanx, Paul
prev parent reply other threads:[~2017-04-24 17:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-22 17:17 [PATCH v1 1/1] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk priyalee.kushwaha
2017-04-21 17:50 ` Paul E. McKenney
2017-04-24 3:24 ` Lance Roy
2017-04-24 3:33 ` Paul E. McKenney
2017-04-21 18:47 ` Josh Triplett
2017-04-21 21:52 ` Kushwaha, Priyalee
2017-04-21 22:05 ` Josh Triplett
2017-04-24 2:44 ` Paul E. McKenney
2017-04-24 9:04 ` Josh Triplett
2017-04-24 5:52 ` Lance Roy
2017-04-24 14:02 ` Shuah Khan
2017-04-24 17:02 ` Paul E. McKenney [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170424170205.GL3956@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=Kushwaha@ezm04-pco.easydns.vpn \
--cc=josh@joshtriplett.org \
--cc=ldr709@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=priyalee.kushwaha@intel.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.