[ubuntu/eoan-proposed] stress-ng 0.09.59-0ubuntu1 (Accepted)
Colin King
colin.king at canonical.com
Fri Jun 7 17:06:15 UTC 2019
stress-ng (0.09.59-0ubuntu1) eoan; urgency=medium
* Makefile: bump version
* Add bash completion script
* Fix up missing options args on help for various stressors
* stress-fcntl: ignore EINTR as a failed error return
* stress-iomix: add yield point in ioctl exercising
* stress-resources: add missing ifdef guard on fd_memfd
* stress-resources: add more yield points
* stress-ioprio: add more yield points
* stress-inode-flags: add another yield point check per ioctl
* stress-hrtimes: optimize the reaping process of child processes
* stress-vfork: improve vforkmany stressor yielding
* stress-dnotify: make dnotify wait loop yield
* Add more yield points when touching pages with mincore_touch_pages
* stress-bad-altstack: fix inverted logic of yield checks
* stress-bad-altstack: add some more yield points
* stress-yield: clarify yielder task types
* stress-mmap: voidify unused argument mmap_mprotect
* stress-str: fix incorrect size for str2
* stress-wcs: fill string with random characters to the correct length
* stress-shellsort: remove base_index helper function
* stress-shellsort: correctly constify return from base_index()
* remove declaration of ret, it shadows a higher scoped declaration
* stress-prct: remove environ declaration, it is defined int unistd.h
* core-helper: voidify unused capability argument
* Revert "stress-vecmath: align data to cache boundary and copy on
initialization"
* core-helper: fix missing int type in stress_check_capability
declaration
* check for capabilities rather than if euid is zero
* stress-clone: make parent of clone'd processes less oomable
* stress-vecmath: align data to cache boundary and copy on
initialization
* sorting: fix comments of sorting functions
* Add shell sort CPU/memory stressor
* stress-wcstr: cache align start of wide strings
* stress-wcstr: remove a string randomization, exercises wcstr
functions more
* stress-str: use len1, len2 for string lengths
* stress-mremap: remove empty line
* Add in missing white space
* Ignore SIGUSR1, don't let it stop stressing
* core-job: fix optind check, should only check for non --job options
* jobs: parse jobfile name from correct argv[] location
* stress-pidfd: replace goto's with continues
* stress-poll: replace redo goto with a for-loop
* stress-prctl: also exercise PR_SET_PTRACER
* stress-prlimit: add more PR_SET_MM exercising
* stress-prctl: pass correct zero flags on PR_SET_MM_BRK
* stress-str: remove an string randomization, exercises str
functions more
* stress-bad-altstack: install signal handler in child as early as
possible (LP: #1830856)
* stress-netdev: add in missing ioctls to exercise
* stress-seccomp: add maximum seccomp bpf filter stress
* Add --msg-types to manual
* stress-mq: remove an unnecessary assignment
* stress-mq: remove stop flag, just kill child to remove complexity
* stress-msg: remove need for magic stop message, just kill child
instead
* stress-msg: make message 4 bytes, cache align it to get more
throughput
* stress-shm: voidify memset return
* stress-enosys: replace multiple if statements with loop
* stress-cyclic: refactor some code
* stress-cyclic: add less accurate usleep sleep delays
* zlib: add lrand48 data source zlib method
* stress-funccall: rename funcall -> funccall
* stress-clone: make parent of the clones child processes an OOMable
target (LP: #1828788)
* Add pass by value function return funcret stress tests
* stress-fault: make minor page faults more stressy
Date: Fri, 7 Jun 2019 17:01:02 +0100
Changed-By: Colin King <colin.king at canonical.com>
https://launchpad.net/ubuntu/+source/stress-ng/0.09.59-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 7 Jun 2019 17:01:02 +0100
Source: stress-ng
Architecture: source
Version: 0.09.59-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: 1828788 1830856
Changes:
stress-ng (0.09.59-0ubuntu1) eoan; urgency=medium
.
* Makefile: bump version
* Add bash completion script
* Fix up missing options args on help for various stressors
* stress-fcntl: ignore EINTR as a failed error return
* stress-iomix: add yield point in ioctl exercising
* stress-resources: add missing ifdef guard on fd_memfd
* stress-resources: add more yield points
* stress-ioprio: add more yield points
* stress-inode-flags: add another yield point check per ioctl
* stress-hrtimes: optimize the reaping process of child processes
* stress-vfork: improve vforkmany stressor yielding
* stress-dnotify: make dnotify wait loop yield
* Add more yield points when touching pages with mincore_touch_pages
* stress-bad-altstack: fix inverted logic of yield checks
* stress-bad-altstack: add some more yield points
* stress-yield: clarify yielder task types
* stress-mmap: voidify unused argument mmap_mprotect
* stress-str: fix incorrect size for str2
* stress-wcs: fill string with random characters to the correct length
* stress-shellsort: remove base_index helper function
* stress-shellsort: correctly constify return from base_index()
* remove declaration of ret, it shadows a higher scoped declaration
* stress-prct: remove environ declaration, it is defined int unistd.h
* core-helper: voidify unused capability argument
* Revert "stress-vecmath: align data to cache boundary and copy on
initialization"
* core-helper: fix missing int type in stress_check_capability
declaration
* check for capabilities rather than if euid is zero
* stress-clone: make parent of clone'd processes less oomable
* stress-vecmath: align data to cache boundary and copy on
initialization
* sorting: fix comments of sorting functions
* Add shell sort CPU/memory stressor
* stress-wcstr: cache align start of wide strings
* stress-wcstr: remove a string randomization, exercises wcstr
functions more
* stress-str: use len1, len2 for string lengths
* stress-mremap: remove empty line
* Add in missing white space
* Ignore SIGUSR1, don't let it stop stressing
* core-job: fix optind check, should only check for non --job options
* jobs: parse jobfile name from correct argv[] location
* stress-pidfd: replace goto's with continues
* stress-poll: replace redo goto with a for-loop
* stress-prctl: also exercise PR_SET_PTRACER
* stress-prlimit: add more PR_SET_MM exercising
* stress-prctl: pass correct zero flags on PR_SET_MM_BRK
* stress-str: remove an string randomization, exercises str
functions more
* stress-bad-altstack: install signal handler in child as early as
possible (LP: #1830856)
* stress-netdev: add in missing ioctls to exercise
* stress-seccomp: add maximum seccomp bpf filter stress
* Add --msg-types to manual
* stress-mq: remove an unnecessary assignment
* stress-mq: remove stop flag, just kill child to remove complexity
* stress-msg: remove need for magic stop message, just kill child
instead
* stress-msg: make message 4 bytes, cache align it to get more
throughput
* stress-shm: voidify memset return
* stress-enosys: replace multiple if statements with loop
* stress-cyclic: refactor some code
* stress-cyclic: add less accurate usleep sleep delays
* zlib: add lrand48 data source zlib method
* stress-funccall: rename funcall -> funccall
* stress-clone: make parent of the clones child processes an OOMable
target (LP: #1828788)
* Add pass by value function return funcret stress tests
* stress-fault: make minor page faults more stressy
Checksums-Sha1:
05f9394902fba444c8d3b534aa9392e13b626a8c 2233 stress-ng_0.09.59-0ubuntu1.dsc
68d8cda98cb4379d6ae9a181c85aca37441fff53 392732 stress-ng_0.09.59.orig.tar.xz
dc9a75c2a9688ad99360b1a7b35f8ca5bf843750 73888 stress-ng_0.09.59-0ubuntu1.debian.tar.xz
4ab0992c79876bf678cfc415277a1622f6f2ff76 8484 stress-ng_0.09.59-0ubuntu1_source.buildinfo
Checksums-Sha256:
a02667a75d1e2f5288730f0a4fedce70d7f05297efb1b740c6ecf83d455a10a8 2233 stress-ng_0.09.59-0ubuntu1.dsc
c6fc82fa0f16fcdc90d1ea725af62f130d3fa8501b74800afec0432db81fae95 392732 stress-ng_0.09.59.orig.tar.xz
569f014f7ba48ee7e9c6bd85311c70c638aac1d74fba03618846358418198d86 73888 stress-ng_0.09.59-0ubuntu1.debian.tar.xz
98c47743d071113fb87e77489f12830bfd941811978277cb89f37b3551176184 8484 stress-ng_0.09.59-0ubuntu1_source.buildinfo
Files:
13bfa64756f1447100648bc1a9d183dd 2233 devel optional stress-ng_0.09.59-0ubuntu1.dsc
ae2d69cbcc5f8ccb98ce94a8867c8923 392732 devel optional stress-ng_0.09.59.orig.tar.xz
b64ee7340b7887acd74a37ae2da0af9a 73888 devel optional stress-ng_0.09.59-0ubuntu1.debian.tar.xz
f030a6a68838779786aca5b5e3a315a1 8484 devel optional stress-ng_0.09.59-0ubuntu1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAlz6lzwACgkQaMKH38ao
AiYKQg/8DCCofwtXDBjmB0MU4Ip4A32Dv5VJCaWLXzgY2hlxzrtqhj9QZwH/wVk7
PKEVYwninYOL0iM2q5VOCHmxqYp0VVvi5qEYCATH7tdb0Zhll+qfdFBBeSa3NFqX
K2DGDCwVeRsxYszOp32KSQyWcetaDrY69Zboo9U+U3vdBToUew+l2MDcSH1lVSWh
Pfenb3q7KTyyW8DN82WhFAanl63Clhjlq4Hl1usbJkXyofxM4K3mUn7e7VPodVPV
5uDBbX7b1a0cnJzjw6mrJU4YH6oJuuaUeIW2eY/vVuv/1SA7aQSySIzxbRVEwdz/
kqXJVmSdSHFopQpl53fEoewaopxB/KdewDsN+aUT/7I/eh+O9synXhMCUL0gZt5V
Ev35/gi7xqSGpZ/CTeTkrcXuCzIHQ2NhLP1FhfC/6WCl4gH3ckkhpi00agzgQSGp
3Co0j6FqsObaNuEv6JQK+yZp0TQoAQA23+jcpKrLg9hFgA2Dm7jQNIgcT1f6DEjK
UI6EpIB0M/DxUWrhP6RTjwmct9hsGssARe6iY+9hoDDbUNat34KuWpe55Jl7Jys5
5xaIs6SRxNiuTeq++ItaTHeVDJvTlrdL6XS6EqOELit74H7yR9IpMSSzm3hW89U4
7aV9llos7u1Cvda5GNfGXcqToQXNQfuvL0ooF+EAUBRsY2L9R10=
=nsxb
-----END PGP SIGNATURE-----
More information about the Eoan-changes
mailing list