1
0
forked from pool/libtracefs

libtracefs 1.8.1

This commit is contained in:
Jan Engelhardt 2024-07-27 20:09:08 +02:00
parent bc289b3898
commit ea04d2f7ec
5 changed files with 12 additions and 36 deletions

View File

@ -1,31 +0,0 @@
From 7d15d7744d957b1721d8e202bd5095b7c449570f Mon Sep 17 00:00:00 2001
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
Date: Wed, 10 Jan 2024 21:39:25 +0100
Subject: [PATCH] libtracefs meson: build tracefs-mmap by default
Accordingly to Makefile let's add tracefs-mmap.c to build, this is needed
for linking by other object files.
Link: https://lore.kernel.org/linux-trace-devel/20240110203925.266999-1-giulio.benetti@benettiengineering.com
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
src/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/meson.build b/src/meson.build
index 5b7655453f50..f7a98b9ce48e 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -11,6 +11,7 @@ sources= [
'tracefs-instance.c',
'tracefs-kprobes.c',
'tracefs-marker.c',
+ 'tracefs-mmap.c',
'tracefs-record.c',
'tracefs-sqlhist.c',
'tracefs-tools.c',
--
2.45.2

BIN
libtracefs-1.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libtracefs-1.8.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 27 17:57:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.1
* Plug some memory leaks
- Delete 0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
(merged)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon 14:22:13 UTC 2024 - Daniel Wagner <daniel.wagner@suse.com> Mon 14:22:13 UTC 2024 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -18,7 +18,7 @@
Name: libtracefs Name: libtracefs
%define lname libtracefs1 %define lname libtracefs1
Version: 1.8.0 Version: 1.8.1
Release: 0 Release: 0
Summary: Linux kernel trace file system library Summary: Linux kernel trace file system library
License: LGPL-2.1-only License: LGPL-2.1-only
@ -35,7 +35,6 @@ BuildRequires: source-highlight
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(libtraceevent) >= 1.3 BuildRequires: pkgconfig(libtraceevent) >= 1.3
Patch: 0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
%description %description
This library provides C APIs to access the kernel trace file system. This library provides C APIs to access the kernel trace file system.