pcp
[Top] [All Lists]

pcp updates: kenj qa, fche memory corruption, brolley fedora.spec

To: PCP Mailing List <pcp@xxxxxxxxxxx>
Subject: pcp updates: kenj qa, fche memory corruption, brolley fedora.spec
From: Dave Brolley <brolley@xxxxxxxxxx>
Date: Thu, 05 Mar 2015 11:16:42 -0500
Delivered-to: pcp@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
Changes committed to git://git.pcp.io/pcp.git dev

Ken McDonell (21):
      libpcp/access.c: remove extra PM_UNLOCK
      libpcp/loop.c: long dead code ... remove it
      qa/.gitignore: 926.out is not checked in
qa/518: generalize previous fix to deal with line breaks in pcp(1) output
      qa/832: better handling for warnings from SASL code
      qa/admin/check-vm: yet another package providing the RRDs perl module
      qa/832: rescind one of the last filter changes
      qa/720: some more fiddling about with the filtering
      qa/660: strip more non-deterministic output
      qa/947: accept 3, 4 or 5 lines of output
      qa/common.check: for valgrind add --gen-suppressions=all
      qa/valgrind-suppress-3.5.0: add suppressions for qa/720 on vm24
qa/admin/pcp-daily: be more anal about flushing the page cache before shutdown libpcp/AF.c: add comment to capture current state of signal safeness (or not)
      qa/145: deal with some more optional pmcd feature bits
      qa/179: increase sampling interval to improve reliability
      qa/578: add a bit more diagnostics
      qa/753: reduce precision of output
      qa/115 & 769: chkconfig does not work on Gentoo
      scripts/pcp-push: cosmetic changes
      qa/874: check for memory corruption in libpcp/p_instance.c

Dave Brolley (1):
      Keep fedora.spec in sync with fedora's pcp.spec.

Frank Ch. Eigler (1):
libpcp memory corruption bug: __pmSendInstanceReq doing __pmFindPDU too small

 build/rpm/fedora.spec                      |    3
 qa/.gitignore                              |    1
 qa/115                                     |    9
 qa/145                                     |   12
 qa/179                                     |    8
 qa/179.out                                 |    4
 qa/518                                     |    2
 qa/578                                     |    3
 qa/660                                     |    4
 qa/660.out.4                               |    3
 qa/660.out.46                              |    3
 qa/720                                     |    4
 qa/753                                     |    4
 qa/753.out                                 |    8
 qa/769                                     |    4
 qa/832                                     |   22
 qa/874                                     |   30 +
 qa/874.out                                 |   12
 qa/947                                     |    7
 qa/947.out                                 |    3
 qa/956                                     |   55 +
 qa/956.out                                 |   25
 qa/admin/check-vm                          |    6
 qa/admin/pcp-daily                         |    2
 qa/common.check                            |    4
 qa/group                                   |    2
 qa/pmdas/dynamic/.gitignore                |    2
 qa/pmdas/dynamic/GNUmakefile               |    2
 qa/pmdas/dynamic/GNUmakefile.install       |    2
 qa/pmdas/dynamic/dynamic.c                 |    1
 qa/valgrind-suppress-3.5.0                 |   41 +
 scripts/pcp-push                           |    3
 src/libpcp/src/AF.c                        |   20
 src/libpcp/src/access.c                    |    1
src/libpcp/src/loop.c | 866 -----------------------------
 src/libpcp/src/p_instance.c                |    2
 src/pmcd/src/config.c                      |    9
 src/pmdas/activemq/Cache.pm                |    1
 src/pmdas/activemq/JVMGarbageCollection.pm |    1
 src/pmdas/activemq/JVMMemory.pm            |    1
 src/pmdas/activemq/JVMMemoryPool.pm        |    1
 src/pmdas/activemq/Queue.pm                |    1
 src/pmdas/activemq/RESTClient.pm           |    1
 src/pmdas/activemq/TimeSource.pm           |    1


<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: kenj qa, fche memory corruption, brolley fedora.spec, Dave Brolley <=