Accepted stress-ng 0.09.49-1 (source amd64) into unstable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 13 Dec 2018 16:08:11 +0000
Source: stress-ng
Binary: stress-ng
Architecture: source amd64
Version: 0.09.49-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King <colin.king@canonical.com>
Changed-By: Colin King <colin.king@canonical.com>
Description:
stress-ng - tool to load and stress a computer
Changes:
stress-ng (0.09.49-1) unstable; urgency=medium
.
* Makefile: bump version
* stress-udp-flood: remove check for struct iphdr and icmphdr
* stress-icmp-flood: add check for struct iphdr and icmphdr
* Add checks for struct iphdr and icmphdr
* helper: remove libgen.h - it is not needed
* Add check for fenv.h
* Add check for float.h
* stress-icmp-flood: fix typo in macro name check
* Add checks for netinet/ip.h and netinet/ip_icmp.h
* Move getopt.h to stress-ng.h
* Add check for netinet/sctp.h
* Add check for locale.h
* stress-epoll: remove need for netdb.h, clean up define checks
* Add checkfor libgen.h
* stress-spawn: only test on linux
* Add detection for posix_spawn
* stress-socket: add check for SOL_TCP for BSD systems
* Add check for net/if.h
* Add check for netinet/tcp.h and clean up stress-socket a little
* Move include of arpa/inet.h to stress-ng.h
* Move include netinet/in.h to stress-ng.h
* stress-dirdeep: remove include of dirent.h, it is already included
in stress-ng.h
* Add check for cpuid.h
* Move include of keyutils.h to stress-ng.h
* Move include of crypt.h to stress-ng.h
* Add check for strings.h
* Fix check on sys/msg.h, use correct macro for check
* Use check for mqueue.h
* Move pwd.h to stress-ng.h
* Add check for mqueue.h
* Move ucontext.h and search.h to stress-ng.h
* Add check for semaphore.h
* Add checks for aio.h and spawn.h
* Move math,h and complex.h to stress-ng.h
* Disable swap for SunOs/Solaris as the interface is different to Linux
* stress-chown: don't count retries for NetBSD sched_yield retries
* stress-raw-dev: replace __linux__ check with some more specific checks
* test/test-sysinfo.c: force failure for sunos, this clashes with a
different sysinfo
* stress-ng.c: Add check for sysinfo system call
* Add check for sysinfo system call
* Add check for syslog.h
* Add check for sys/epoll.h
* Add check for poll.h
* helper: remove include of sys/statvfs.h as it is include from
stress-ng.h
* Add check for sys/shm.h
* Add check for sys/msg.h
* Add check for sys/ipc.h
* helper: use HAVE_SYS_STATVFS_H check for statvfs calls
* stress-filename.c: use statvfs check
* Add check for sys/statvfs.h
* Add check for sys/statfs.h
* Use check for sys/fanotify.h
* Add check for sys/sysmacros.h
* stress-rawdev: remove include of dirent.h, it is in stress-ng.h
* Add check for sys/io.h
* Add check for sys/inotify.h and various inotify types
* Add check for termio.h and termios.h
* Add check for sys/quota.h
* Add check for deprecated include ustat.h
* Add check for utime.h
* Add check for sys/sysinfo.h
* Move include of sys/timex.h from stress-get.c to stress-ng.h
* Add check for sys/ucred.h
* Add check for sys/mount.h
* Add check for sys/param.h
* Move include of mntent.h to stress-ng.h
* Add check for sys/personality.h
* perf-event: no need to check for __linux__, remove check
* Add better checking for HAVE_LINUX_PERF_EVENT_H
* stress-nop: undefined NOP macros to avoid name space clash
* Move libaio.h from stress-aio-linux.c to stress-ng.h
* Move several includes from stress-dev.c to stress-ng.h
* Add check for linux/cn_proc.h
* Add check for linux/unix_diag.h
* Add check for linux/sock_diag.h
* Add check for linux/rtnetlink.h
* Add check for linux/netlink.h
* Add check for linux/connector.h
* stress-sock-diag: remove includes that are in stress-ng.h
* stress-ng.h: remove check for HAVE_SWAP to include swap.h
* Add check for linux/posix_types.h
* stress-ng.h: more clean ups
* stress-ng.h: more include cleanups
* alphabetically re-order sys/includes
* Move include of linux/if_alg.h to stress-ng.h
* Move include of linux/socket.h to stress-ng.h
* stress-dev: remove need for linux/random.h, it's included in
stress-ng.h
* stress-timerfd: clean up build warning on pid_t on sunos
* Only include sys/swap.h if swapon/swapoff exist
* stress-sendfile: return EXIT_NOT_IMPLEMENTED if sendfile returns ENOSYS
* Add check for statfs system call
* Add swapon/swapoff system call autodetection
* stress-swap: don't use SWAP_FLAG_PREFER if it's not defined
* stress-sysbadaddr.c: remove include of sys/vfs.h
* Add build config check for sys/uio.h
* Add build config check for sys/vfs.h
* Add build config check for sys/swap.h
* Add build config check for sys/timerfd.h
* Move include of sys/apparmor.h to stress-ng.h
* Add build config check for sys/sendfile.h
* Add build config check for sys/signalfd.h
* stress-netdev.c: remove include of sys/ioctl.h, it is included in
stress-ng.h
* Move include of sys/auxv.h to stress-ng.h
* stress-socket-diag: remove include for sys/socket.h, it is include
in stress-ng.h
* Add build config check for netinet/in.h
* Add build config check for sys/un.h
* Add in version info computer unicode character
* Add unicode 32 symbol for fire in the version info
* Re-order pthread and libc library linker order (LP: #1807176)
* Move <sys/utsname.h> include to stress-ng.h
* stress-rawdev: remove sys/types.h as it is included in stress-ng.h
* Rename HAVE_SYS_CAP_H to HAVE_SYS_CAPABILITY_H, move include to
stress-ng.h
* stress-urandom: move the include of linux/random.h to stress-ng.h
* stress-loop: move the include of linux/loop.h to stress-ng.h
* stress-futex: remove include/futex.h
* shim: remove linux/futex.h include
* Move the include of linux/rtc.h to stress-ng.h
* Move the include of linux/watchdog.h to stress-ng.h
* Move the include of linux/userfaultfd.h to stress-ng.h
* Move the include of linux/futex.h to stress-ng.h
* stress-seccomp: no need for __linux__ check, remove it
* stress-opcode: fix build issue because if #if/#endif mismatch
* Move linux/seccomp.h include to stress-ng.h
* Add build config check for linux/filter.h
* Add build config check for linux/audit.h
* stress-seccomp: improve EACCES failure skip message information
* Add build config check for sys/prctl.h
* stress-udp-flood: check for EPROTONOSUPPORT socket failures
* stress-stackmmap: handle ENXIO mmap failures on minix
* stress-loop: remove redundant check for __linux__ being defined
* Add build config check for linux/rtc.h
* Add build config check for linux/version.h
* stress-urandom: use HAVE_LINUX_URANDOM_H check
* Add build config check for linux/watchdog.h, re-order some checks too
* Add build config check for sys/timex.h
* Add build config check for sys/utsname.h
* stress-get: fix typo in comment
* Use check for HAVE_LINUX_FUTEX_H for linux/futex.h
* Move sys/select.h include into stress-ng.h
* Add build config check for linux/fs.h
* Add build config check for sys/fanotify.h
* Add build config check for mntent.h
* Add build config check for crypt.h
* Add build config check for ucontext.h
* Add build config check for sys/apparmor.h
* Add build config check for sys/select.h
* Add build config check for libaio.h
* Add build config check for aio.h
* Rename HAVE_SOCK_DIAG_H to HAVE_LINUX_SOCK_DIAG_H
* stress-af-alg: add checks for <linux/if_alg.h> and <linux/socket.h>
* stress-stackmmap: needs swapcontext
* stress-ng: minor reordering of includes, minor changes
* Remove include of semaphore.h as this is already included in
stress-ng.h
* stress-ng.h: fix include on semaphore.h
* stress-resources: use posix semaphores if HAVE_SEM_POSIX is defined
Checksums-Sha1:
569c20f0eb26e9f64c51e16f816f4f6228ae1976 2217 stress-ng_0.09.49-1.dsc
1020747a77bede39090980cffdcfc15966429f26 369304 stress-ng_0.09.49.orig.tar.xz
01975353f614996daa93897d2bda488eabc9f046 67416 stress-ng_0.09.49-1.debian.tar.xz
f046c0eb48a2f6ac4bfedcf875d19a1f8be1e058 1951760 stress-ng-dbgsym_0.09.49-1_amd64.deb
5664718bd2fc0c5dc84a61512971e681b08b5716 6622 stress-ng_0.09.49-1_amd64.buildinfo
e8f408b5b9e71401db236e05e94d9d539a769ada 1702832 stress-ng_0.09.49-1_amd64.deb
Checksums-Sha256:
d9cb16a0b1f9b8f347f51dd75dd3b52a8884d43602a063ecfbd654017daccd5a 2217 stress-ng_0.09.49-1.dsc
5de04a055200b68591e5f5326ddf93354fe73856a20e93f086ee72fbf68982d2 369304 stress-ng_0.09.49.orig.tar.xz
bff2bdc18e806f3829098d0763ab45a665c48c35367eba144daa8972b6cab2ca 67416 stress-ng_0.09.49-1.debian.tar.xz
34cdb612f3db30a2fa7e2b597dd678831c3dc9f690394c166e966b4c4ca2c67c 1951760 stress-ng-dbgsym_0.09.49-1_amd64.deb
f994f236d02c91a14271aabed75a4b89e16fb8855c5fb52be7970249a6af73d0 6622 stress-ng_0.09.49-1_amd64.buildinfo
04ceb649faea1a32288106fdd9ad37a0ff00978bff05d37d1e728d5704e89e28 1702832 stress-ng_0.09.49-1_amd64.deb
Files:
fa46e5bb9d24eabe4bb7392cdf1c1a23 2217 devel optional stress-ng_0.09.49-1.dsc
39a7f73c42234609247fd57d0812260a 369304 devel optional stress-ng_0.09.49.orig.tar.xz
cf4a1ce27be12d59ccc98146c091ec71 67416 devel optional stress-ng_0.09.49-1.debian.tar.xz
07a616fc0bb5de068f4c554e6cb34ae0 1951760 debug optional stress-ng-dbgsym_0.09.49-1_amd64.deb
399dfda43376e9f3795db8392c0614d7 6622 devel optional stress-ng_0.09.49-1_amd64.buildinfo
3eec3ddb631b530e5288342d2201163c 1702832 devel optional stress-ng_0.09.49-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJNBAEBCAA3FiEEcGLapPABucZhZwDPaMKH38aoAiYFAlwSiIwZHGNvbGluLmtp
bmdAY2Fub25pY2FsLmNvbQAKCRBowoffxqgCJrgHD/99iohtJmu4NSneQfKPV2Xs
KL3GdRW7cBhPnhiu6f+t1BK0wf70XayxAz3xoLFMXFH3R23r/EA/h+n1oUvMStuP
M93DGcG7gCivgmAF3tSEO844BBsoD9Y/h009ZLZFl9avHUDfebjy/pN5mFgNjBqV
admBzLnFvVxawgj0bwwfwwq1TzjhpruGDuX4dK1bvEm1slMhdAZwV5ax/VZMvwZy
ZiBUkdI/6CIKQLVsBOecFenUtUuUtTdwoTZa811jN2koEcn6lcc5XOPpzdTkE2bP
xfZ8EtOFSYqdDcBuckszy0JjksnDOKLZBlHYR3xZ/BT/V9ue4c90h5gMuAodGxK8
Aq0clMf0bL8ZX9ZNpc2oAKqqvGVYa8DghC6gJApAb13ptEwL5oIQMaxZqTr669qb
C1o8+siVTbQSHWOHJ/0vrh8F8WFamzmpLZuYM4pog4cPo8M8Ys4xz/lR6YdlgUTH
kpzCELCcBAmUAKIe0y5pqCFBaJ8lm91wOX+LSAej/fiZsRPHIUZGdrDarLV7myaY
WstQe3xVI7lvpYarXXWWkLZ2VC+c17f08fOqhzbbyIW6+OrPX968El/pJxFROTHa
q34Er+UNtcYBMd/sm7FAMpS652R6PhxAEUwT/mBipADZx4muS2L4pc1LT20O35Qi
WokM7NmWqDljE9VBIAR7fg==
=emIk
-----END PGP SIGNATURE-----