Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99863fd659e2df89fecdf4ac50829cc323ad718b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99863fd659e2df89fecdf4ac50829cc323ad718b)
  • Date: Mon, 23 Jul 2018 23:16:58 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/sysdig/DETAILS | 4 ++--
utils/sysdig/HISTORY | 4 ++++
utils/sysdig/gcc46.patch | 19 ++++++++++++++++---
3 files changed, 22 insertions(+), 5 deletions(-)

New commits:
commit 99863fd659e2df89fecdf4ac50829cc323ad718b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sysdig: => 0.22.0

diff --git a/utils/sysdig/DETAILS b/utils/sysdig/DETAILS
index 2139602..14f87aa 100755
--- a/utils/sysdig/DETAILS
+++ b/utils/sysdig/DETAILS
@@ -1,8 +1,8 @@
SPELL=sysdig
- VERSION=0.21.0
+ VERSION=0.22.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/draios/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:73c516c9fccb504d4ccd37384aee37ece542d29f82d696acf7c90df18b3a1538faf8d2b29065eae1f3dca7c04c6c2dbe93ed9369bc1340216482c4af2f61d23a
+
SOURCE_HASH=sha512:599195bce77f4c2d3f62b11c00361420ab15da5fda4553486a7f812a1a464927cfa4ead36bf046fb1cecd3cf03e5d80a261d4571405d6bc309383bd2b4ad0204
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://www.sysdig.org/
LICENSE[0]=GPL
diff --git a/utils/sysdig/HISTORY b/utils/sysdig/HISTORY
index 1e2e932..2e0b7ff 100644
--- a/utils/sysdig/HISTORY
+++ b/utils/sysdig/HISTORY
@@ -1,3 +1,7 @@
+2018-07-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.22.0
+ * gcc46.patch: updated for new version
+
2018-03-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.21.0

diff --git a/utils/sysdig/gcc46.patch b/utils/sysdig/gcc46.patch
index 0740f20..a6250e2 100644
--- a/utils/sysdig/gcc46.patch
+++ b/utils/sysdig/gcc46.patch
@@ -51,14 +51,27 @@

//
// True if the command line argument is set to show container
information
+@@ -1052,8 +1052,8 @@
+ #endif
+ int32_t m_n_proc_lookups;
+ uint64_t m_n_proc_lookups_duration_ns;
+- int32_t m_max_n_proc_lookups = -1;
+- int32_t m_max_n_proc_socket_lookups = -1;
++ int32_t m_max_n_proc_lookups;
++ int32_t m_max_n_proc_socket_lookups;
+ #ifdef HAS_ANALYZER
+ vector<uint64_t> m_tid_collisions;
+ #endif
--- userspace/libsinsp/sinsp.cpp.orig 2016-06-17 11:55:07.000000000 -0400
+++ userspace/libsinsp/sinsp.cpp 2016-06-25 18:53:28.084183609 -0400
-@@ -112,11 +112,14 @@
- m_is_tracers_capture_enabled = false;
+@@ -124,11 +124,16 @@
m_file_start_offset = 0;
m_flush_memory_dump = false;
+ m_next_stats_print_time_ns = 0;
+ m_verbose_json = false;
-
++ m_max_n_proc_lookups = -1;
++ m_max_n_proc_socket_lookups = -1;
+
// Unless the cmd line arg "-pc" or "-pcontainer" is supplied this is
false
m_print_container_data = false;




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99863fd659e2df89fecdf4ac50829cc323ad718b), Vlad Glagolev, 07/23/2018

Archive powered by MHonArc 2.6.24.

Top of Page