Changes committed to git://git.pcp.io/kenj/pcp master
Ken McDonell (4):
qa/845: don't run if an acceptable python version not installed
qa/src/.gitignore: add statvfs
qa/722: make sure 722.full is appended to in the qa directory
linux PMDA: provide GNUmakefile hook to change gcc optimization
qa/722 | 5 ++---
qa/845 | 2 ++
qa/src/.gitignore | 1 +
src/pmdas/linux/GNUmakefile | 1 +
4 files changed, 6 insertions(+), 3 deletions(-)
Details ...
commit 506c442696148d9823765b9e288ddb3038c1189b
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Oct 23 06:58:18 2015 +1100
linux PMDA: provide GNUmakefile hook to change gcc optimization
Conditionally include GNUlocaldefs but do not add GNUlocaldefs
to the source tree.
So when needed we can create GNUlocaldefs with, e.g.
CFLAGS_OPT = -O0 -g
to over-ride the setting from the common builddefs.
Needed on
vm04 3.10.8 i586 CentOS 5.11 (Final)
where gcc apparently generates bad code for proc_net_softnet.c with
-O1 or -O2 and the PMDA suffers a fatal run time "buffer overflow
detected" error from libc. When compiled -O0 there is no error and
valgrind reports no errors from traversing the code in question.
commit 6100f77c5f12715d283abc55a9749899bc74733c
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Oct 23 06:56:59 2015 +1100
qa/722: make sure 722.full is appended to in the qa directory
commit edf38556e33543a5171edec050d0f393acbbddea
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Oct 23 06:54:27 2015 +1100
qa/src/.gitignore: add statvfs
commit 7c5a5864e0122eb59ba92ec7ffb3b49500f887fb
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Oct 23 06:51:57 2015 +1100
qa/845: don't run if an acceptable python version not installed
This test uses src/fsstats.python which won't work with older
versions if Python ... leverage the "at least Python 2.6"
requirement from the build.
|