From: Steven Rostedt <rostedt@goodmis.org>
To: Linux Trace Devel <linux-trace-devel@vger.kernel.org>
Subject: [PATCH] trace-cmd: Set min version of libtracefs to 1.1
Date: Wed, 7 Apr 2021 14:53:09 -0400 [thread overview]
Message-ID: <20210407145309.240cbcbd@gandalf.local.home> (raw)
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>
I noticed that the current development of trace-cmd has already started
using new APIs of libtracefs that are not part of libtracefs 1.0. Having
set the latest development of libtracefs to 1.1.dev, we can now start
utilizing all the 1.1 APIs, and up the minimum value the build checks for
to 1.1.
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7971f01c..6e330e47 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ export LIBTC_EXTRAVERSION
export LIBTRACECMD_VERSION
LIBTRACEEVENT_MIN_VERSION = 1.1
-LIBTRACEFS_MIN_VERSION = 1.0
+LIBTRACEFS_MIN_VERSION = 1.1
MAKEFLAGS += --no-print-directory
--
2.29.2
reply other threads:[~2021-04-07 18:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20210407145309.240cbcbd@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=linux-trace-devel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).