[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Wed Mar 28 23:52:17 CEST 2018


 README                 |    6 ++++++
 src/mysql.c            |   14 +++++++++-----
 src/netlink.c          |   19 ++++++-------------
 src/utils_dpdk.c       |    2 +-
 src/write_prometheus.c |    3 +--
 5 files changed, 23 insertions(+), 21 deletions(-)

New commits:
commit 849f5394cce97a76da080f6cd9e5194b7f4ee0f0
Merge: 687e10a bcc9c00
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date:   Wed Mar 28 22:28:12 2018 +0700

    Merge pull request #2722 from elfiesmelfie/increase_buffer
    
    dpdk: increase buffer size for parsing lcores

commit 687e10aea101bf6338d31e69dd6537202bc5acc1
Merge: b755def e69ff4e
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date:   Wed Mar 28 22:27:31 2018 +0700

    Merge pull request #2721 from elfiesmelfie/update_README
    
    README: Include compiler defenses suggestion

commit b755def9cec867d955ad91a3864e2dbca9a16bf1
Merge: cd09443 614c252
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date:   Wed Mar 28 21:39:24 2018 +0700

    Merge pull request #2704 from dhrupadb/patch-1
    
    Properly cleanup dropped MySQL connections.

commit cd0944324d82e09cfb1a72b3fce11ed3cddfa021
Merge: 79a8e6d 5934734
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date:   Wed Mar 28 21:17:48 2018 +0700

    Merge pull request #2735 from rpv-tomsk/collectd-master
    
    Tree wide: Replace sstrerror() with STRERRNO.

commit 5934734ea3b30652a5f1fe06a7759c777ca7baea
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat Feb 10 18:40:06 2018 +0700

    Tree wide: Replace sstrerror() with STRERRNO.
    
    References: #2519

commit bcc9c0048b13c48cf5b063e69ef18845d87d450d
Author: Kevin Laatz <kevin.laatz at intel.com>
Date:   Thu Mar 22 17:23:06 2018 +0000

    dpdk: fix utils_dpdk.c clang issue
    
    This commit resolves the clang issue in src/utils_dpdk.c
    
    Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>

commit e69ff4e500534969f9171c9f363f03ecd4e92963
Author: Kevin Laatz <kevin.laatz at intel.com>
Date:   Tue Feb 27 13:21:44 2018 +0000

    README: Include compiler defenses suggestion
    
    This commit adds text in the README to advise users of the DPDK plugins to
    use compiler defenses such as -fstack-protector.
    
    Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>

commit 1fa33c8280426163249b149843b2dbcdb0471ec3
Author: Harry van Haaren <harry.van.haaren at intel.com>
Date:   Wed Mar 21 15:33:00 2018 +0000

    dpdk: increase buffer size for parsing lcores
    
    This commit increases the size of the "high_str" buffer,
    which is later used by the strncpy() function. Static analysis
    showed that there was a potential issue in accessing this string
    if the buffer is smaller.
    
    Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>

commit 614c252733846a3a334b342a40e8a2234e20fb00
Author: Dhrupad Bhardwaj <dhrupad at google.com>
Date:   Thu Mar 1 18:45:14 2018 -0500

    Properly cleanup dropped MySQL connections.




More information about the collectd-changes mailing list