[ubuntu/eoan-proposed] stress-ng 0.09.58-0ubuntu1 (Accepted)

Colin King colin.king at canonical.com
Thu May 2 08:10:11 UTC 2019


stress-ng (0.09.58-0ubuntu1) eoan; urgency=medium

  * Makefile: bump version once more
  * core-cache: cater for C libraries that don't support GLOB_ONLYDIR
  * stress-bad-altstack: move help info to start of function to fix build error
  * stress-icache: fix build error, add missing comma
  * stress-stackmmap: move help info to start of function to fix build error
  * stress-vm: include options that are no-ops for some arches
  * stress-vm: fix missing return 0
  * stress-full: move help info to start of function to fix build error
  * stress-af-alg: fix build error, add missing comma
  * Add copyright boilerplate to some text files
  * Move per stressor help info into each stressor
  * stress-udp: only declare udp_lite variable if UDP lite is supported
  * stress-cache: move cache_flags declaration; fixes build error
  * stress-ng: free proc info when a proc is being removed from the list
  * Allow multiple definition of symbols when building a static image
  * stress-softlockup: fix spelling mistake "reslults" -> "results"
  * stress-cpu: fix spelling mistake "maxiumum" -> "maximum"
  * stress-sigsegv: fix spelling mistake "instread" -> "instead"
  * stress-ng: fix spelling mistake "functon" -> "function"
  * Fix spelling mistake "exercsing" -> "exercising"
  * stress-ng: fix spelling mistake "compressession" -> "compression"
  * stress-cpu: fix spelling mistake "Rapshon" -> "Raphson"
  * Add missing colon in error message text
  * stress-zlib: clarify precedence of & and ? operators
  * stress-stack: reduce scope of variable i
  * core-log: reduce scope of empty_ts
  * stress-aio-linux: fix build issue, missing ,
  * stress-*: pass args using opt rather than optarg
  * stress-socket: make function stress_set_socket_domain static
  * stress-ng.h: compact up option flags
  * stress-*: remove the use of global opt flags for non-global stressor settings
  * stress-*: make various variables static
  * stress-*: make some more functions static
  * stress-funccall: make a few more functions static
  * stress-funccall: make functions static
  * Remove the declaration of stressor options in opt_set_funcs, move them to each stressor
  * Move STRESSORS macro to stress-ng.h and declare stress_id_t with it
  * stress-ng: remove STRESS macro and declare stress info objs using STRESSORS macro
  * core-shim: remove FUTEX_WAIT from shim_enosys call
  * core-shim: replace ENOSYS code with an inlined helper
  * Add build time check for pidfd-send-signal system call
  * Add new pidfd stressor that exercises pidfd_send_signal
  * Remove stress-pidfd.c from Makefile
  * stress-enosys: don't SIGKILL child when it is waiting to reap (LP: #1825089)
  * Add shim_waitpid to silently handle EINTR by retrying
  * stress-numa: fix undefined behaviour with left shift
  * stress-numa: fix calculation of max nodes (LP: #1803468)
  * stress-fanotify: add FAN_OPEN_EXEC_PERM and try all allowed masks one by one
  * stress-seal: exercise F_SEAL_FUTURE_WRITE
  * stress-cpu: don't use large fft arrays on the stack
  * stress-cpu: don't use large correlation arrays on the stack
  * stress-cpu: don't use large matrixprod arrays on the stack
  * stress-kcmp: rework capfail message to unconfuse static analysis tools
  * stress-af-alg: make several functions static
  * stress-sysfs: rename stat buf to stafbuf to fix name shadowing warnings

Date: Thu, 2 May 2019 08:48:11 +0100
Changed-By: Colin King <colin.king at canonical.com>
https://launchpad.net/ubuntu/+source/stress-ng/0.09.58-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 2 May 2019 08:48:11 +0100
Source: stress-ng
Architecture: source
Version: 0.09.58-0ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Colin King <colin.king at canonical.com>
Changed-By: Colin King <colin.king at canonical.com>
Launchpad-Bugs-Fixed: 1803468 1825089
Changes:
 stress-ng (0.09.58-0ubuntu1) eoan; urgency=medium
 .
   * Makefile: bump version once more
   * core-cache: cater for C libraries that don't support GLOB_ONLYDIR
   * stress-bad-altstack: move help info to start of function to fix build error
   * stress-icache: fix build error, add missing comma
   * stress-stackmmap: move help info to start of function to fix build error
   * stress-vm: include options that are no-ops for some arches
   * stress-vm: fix missing return 0
   * stress-full: move help info to start of function to fix build error
   * stress-af-alg: fix build error, add missing comma
   * Add copyright boilerplate to some text files
   * Move per stressor help info into each stressor
   * stress-udp: only declare udp_lite variable if UDP lite is supported
   * stress-cache: move cache_flags declaration; fixes build error
   * stress-ng: free proc info when a proc is being removed from the list
   * Allow multiple definition of symbols when building a static image
   * stress-softlockup: fix spelling mistake "reslults" -> "results"
   * stress-cpu: fix spelling mistake "maxiumum" -> "maximum"
   * stress-sigsegv: fix spelling mistake "instread" -> "instead"
   * stress-ng: fix spelling mistake "functon" -> "function"
   * Fix spelling mistake "exercsing" -> "exercising"
   * stress-ng: fix spelling mistake "compressession" -> "compression"
   * stress-cpu: fix spelling mistake "Rapshon" -> "Raphson"
   * Add missing colon in error message text
   * stress-zlib: clarify precedence of & and ? operators
   * stress-stack: reduce scope of variable i
   * core-log: reduce scope of empty_ts
   * stress-aio-linux: fix build issue, missing ,
   * stress-*: pass args using opt rather than optarg
   * stress-socket: make function stress_set_socket_domain static
   * stress-ng.h: compact up option flags
   * stress-*: remove the use of global opt flags for non-global stressor settings
   * stress-*: make various variables static
   * stress-*: make some more functions static
   * stress-funccall: make a few more functions static
   * stress-funccall: make functions static
   * Remove the declaration of stressor options in opt_set_funcs, move them to each stressor
   * Move STRESSORS macro to stress-ng.h and declare stress_id_t with it
   * stress-ng: remove STRESS macro and declare stress info objs using STRESSORS macro
   * core-shim: remove FUTEX_WAIT from shim_enosys call
   * core-shim: replace ENOSYS code with an inlined helper
   * Add build time check for pidfd-send-signal system call
   * Add new pidfd stressor that exercises pidfd_send_signal
   * Remove stress-pidfd.c from Makefile
   * stress-enosys: don't SIGKILL child when it is waiting to reap (LP: #1825089)
   * Add shim_waitpid to silently handle EINTR by retrying
   * stress-numa: fix undefined behaviour with left shift
   * stress-numa: fix calculation of max nodes (LP: #1803468)
   * stress-fanotify: add FAN_OPEN_EXEC_PERM and try all allowed masks one by one
   * stress-seal: exercise F_SEAL_FUTURE_WRITE
   * stress-cpu: don't use large fft arrays on the stack
   * stress-cpu: don't use large correlation arrays on the stack
   * stress-cpu: don't use large matrixprod arrays on the stack
   * stress-kcmp: rework capfail message to unconfuse static analysis tools
   * stress-af-alg: make several functions static
   * stress-sysfs: rename stat buf to stafbuf to fix name shadowing warnings
Checksums-Sha1:
 51d84624ea40c9dcebf531bf7f634c0a36c2c784 2233 stress-ng_0.09.58-0ubuntu1.dsc
 b586fe1c52fda63c1b8e8ed8ab388a160cb31bf9 388568 stress-ng_0.09.58.orig.tar.xz
 4adb2360cace8b4e7e4c3bea07eadc35e8754af3 72920 stress-ng_0.09.58-0ubuntu1.debian.tar.xz
 bbf93d6d8662b97213f51e576dfe21aa9e190061 8462 stress-ng_0.09.58-0ubuntu1_source.buildinfo
Checksums-Sha256:
 0a3b515d2ccbf60b53cc4caa4009dcd0dbed5f9e911802f88b51aa40230d5092 2233 stress-ng_0.09.58-0ubuntu1.dsc
 ea1ba0e96637d7ecc0d2b08c981c4fcb3e7753ca7d64d76210154440b9a194e6 388568 stress-ng_0.09.58.orig.tar.xz
 ed306ed2c370eb8818d991e033ad4c4eb7796d7bd7396b3ca6a5794416da35d0 72920 stress-ng_0.09.58-0ubuntu1.debian.tar.xz
 4ddfee5a1b7340d932269c683a983b5b0066fd82c7ffcf3c3d3d80357e583097 8462 stress-ng_0.09.58-0ubuntu1_source.buildinfo
Files:
 6b7f462dfc90a2bb4790b989b6099c4c 2233 devel optional stress-ng_0.09.58-0ubuntu1.dsc
 d482a72654c7029a6a890d680efa174c 388568 devel optional stress-ng_0.09.58.orig.tar.xz
 22fbb6908360aae847e57cc319e47e4b 72920 devel optional stress-ng_0.09.58-0ubuntu1.debian.tar.xz
 3824e2af8acedd8fdcd4afeae1949624 8462 devel optional stress-ng_0.09.58-0ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAlzKo+IACgkQaMKH38ao
AibS2Q//ajT5cXitj1isaxYDwUOhIxDFs1Ldi1uiQoYyrHHSUqZC0HsRMilPkb4K
TBdCkk1AEx6pfIAR3xIBnOdo0WSvfu5QWEiByTOdCv3SVo/J0GS95XqSzxKMxhx6
csJp0L0SI28yQDkKdXio5xyHbr2GQYj4bqhB/jK6ckkmyxI5mRBj7sv0NwVSR05r
d548o+YxHpPoZgIyupfQBcv9yri1PD0ggvKr9y9BU5AskS47NY9/0nnhM+mJgcdS
PZcERMi+/J/pQe8+HMkmYdABhNPSCfMacDWh+UXFXWPQnENMF7EGZTDg/onhvgEs
Lei0VZQNRM+3BM7edLIxn1plcw3hF8OC4agYL6B2h+Jnnp7SUP0S7HDRd28B37jg
J6egf/hfH59p3tPmQBbdUwIDrpqem+SEFioGuSkMXsanDZZjSsYJuzYuB6mG6OLe
gPFnbpuqjAXytJAedf4I2EN1SqnAoj2xls1JKtmc9g5YnqAs+uTfZbvaBLWoaoIu
D2GtcJTiWoenz/dwsAADS3l5sRF3LYYzk59Xl8f1bvYWZnBb33p3umodFQNQP2CZ
pA7gt8pcT0dVQHlSdj0nWe5a7Mvt+nnoqjJWM36SLoKLJ1gZbuD8gCKLBHX2ceqX
xkqTdzXcEzwUwU1D9VX3yS877+gJ3zEdab8AftGKjh+ICQEzVoo=
=mWgL
-----END PGP SIGNATURE-----


More information about the Eoan-changes mailing list