Accepted stress-ng 0.14.01-1 (source) into unstable
- To: debian-devel-changes@lists.debian.org
- Subject: Accepted stress-ng 0.14.01-1 (source) into unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 05 May 2022 23:18:55 +0000
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Subject: Content-Transfer-Encoding:Content-Type:MIME-Version:To:Reply-To:From:Cc: Content-ID:Content-Description:In-Reply-To:References; bh=HDF+oncIcRU9ng7OGhOGcOpzAgGaZOUm7ZMR15Grqu8=; b=oUa2QJraKinGtUPoZcQm99PR9/ X9Zbk41ct+XvInqiBYKMKd0Q1I6Nws1zgYjNR7T/UNrw4dduaEnau2WMcsb7TnS4VE1RKUWnM5BIC 5spzpy/evxVZIqmwHCcjmq9KmtJqhSECc3LdUy/lloEUTkcn1y5DVDtIPddFSVLlXbxXDIEYVvabt V3JY3P3QU4gStDalrjk0vCAEmNtQYyBS1oqAXmlS5XKKumMAfA3D3GeVD1ar7E14s8LgkeyeTBOGU MFlITMS7l4nAe4u0CzzW6jJGW/iRMmTWMlbQo/WclHiHgtBPxcdKdD++cMnLUflGPIxgP54v76L96 Zl2BlxLg==;
- Mail-followup-to: debian-devel@lists.debian.org
- Message-id: <E1nmkkJ-000867-QA@fasolo.debian.org>
- Reply-to: debian-devel@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 5 May 2022 23:45:24 +0100
Source: stress-ng
Architecture: source
Version: 0.14.01-1
Distribution: unstable
Urgency: medium
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Changed-By: Colin Ian King <colin.i.king@gmail.com>
Changes:
stress-ng (0.14.01-1) unstable; urgency=medium
.
[Alexander Kanavin]
* Makefile: quote CC
.
[Thinh Tran]
* stress-rawsock: close recv socket once sender is closed
.
[Colin Ian King]
* Makefile: bump version
* stress-jpeg: don't allocate row_pointer array on stack, use heap
instead
* stress-msyncmany: sanity check for null ptr
* stress-sctp: remove shadowed variable ret
* stress-zlib: fall back to stress_mwc64 if rdrand is not supported
* stress-msync: cast address to void * to clean up build warning on
OpenHipster
* Add check for pthread_np.h as required for DragonFlyBSD
* test-setmntent: clean up cppcheck style warning
* test/test-endmntent: remove unused variable mount
* stress-utime: use correct defines to check for verify
* stress-utime: only declare variable verify when it is required
* README.md: update Linux distro flavours
* stress-mmapfixed: clean up build warning on unused variable page_mask
* stress-madavise: voidify addr and size args
* Makefile: add in Makefile.comfig build dependency
* Makefile.config: disable FAST_MATH as this causes fp-error to regress
* README.md: Add some more references to papers that use stress-ng
* README.md: reference another academic paper
* README.md: reference https://dl.acm.org/doi/10.1145/3519601
* README.md: remove extranous ]
* README.md: add another kernel bug found with stress-ng
* stress-sockmany: fix double "" build failure
* stress-sockmany: add in missing --sockmany-if short help
* stress-udp-flood: add in missing --udp-flood-if help
* stress-rawudp: add --rawudp-if interface option to specify desired
network interface
* stress-udp-flood: add --udp-flood-if interface option to specify
desired network interface
* stress-udp: fix missing interface on socket setup
* stress-sockmany: add --sockmany-if interface option to specify
desired network interface
* stress-sockabuse: fix help information, replace cut-n-paste help
* stress-sctp: add --sctp-if interface option to specify desired
network interface
* stress-sock: return setting error status for --sock-if
* stress-udp: return setting error status for --udp-if
* stress-dccp: add --dccp-if interface option to specify desired
network interface
* core-net: remove deprecated helper stress_set_sockif
* stress-sock: add --sock-if interface option to specify desired
network interface
* stress-udp: add --udp-if interface option to specify desired network
interface
* stress-rawsock: start recv only once all senders are up and running
* stress-vm: add forward and reverse memory exercising, fwdrev method
* stress-resources: add mutex create/destroy resource usage
* stress-ng.h, stress-version.h: Add ICC support for alignment hinting
* stress-jpeg: fix bitwise & on bits of RGB brown noise
* Add clang builtin bit reversal build time checks
* core-bitops.h: Add reverse64/32/16/8 integer reversal functions
* Manual: update mmapfixed manual to reflect the new range mremappings
* stress-mmapfixed: walk through a large address range based on random
start
* Makefile: remove trailing space
* stress-jpeg: add brown noise source image type
* stress-utime: add check for struct utimbuf and utime()
* Add build-time checks for endmntent and setmntent
* Makefile.config: re-format dependencies
* stress-jpeg: use builtin shim wrappers for math functions
* stress-cpu: use builtin roundl where possible
* stress-cpu: use shim_exp and shim_log in stress_cpu_explog()
* stress-cpu: use builtin cexp if it exists
* Add FAST_MATH check for -ffast-math compiler option
* stress-jpeg: clean up some spacing/table formatting
* stress-zero: remove some empty lines
* core-vmstat: run vmstats with real time deadline scheduling where
possible
* stress-rawsock: check keep stressing state before each send/recv
* stress-rawsock: stagger start time of instances to reduce lockup
races
* stress-rawsock: make client wait for server to start
* Makefile: rename verbose V and quiet Q prefix variables to PRE_V
and PRE_Q
* Update copyright on various source files
* stress-zlib: add fast Lehmer random number generator
* stress-mutex: swap order of options help around
* stress-mutex: add --mutex-affinity option to enable random CPU
affinity setting
* stress-cpu: add div8 and div128 division cpu stressor methods
* stress-signest: only dump out signal stats on instance 0
* stress-zlib: remove duplicated table of random data generators
* stress-zlib: add a rdrand random data generator method
* stress-madvise: don't poison zero pages that are in-core
* stress-ng: log how stress-ng was invoked with -v verbose mode
* stress-loop: constify loop_attr
* stress-jpeg: make quality parameter const
* stress-jpeg: make constants double, make row_stride const
* stress-jpeg: rename 2 * pi as tau, use M_PI for pi constant
* stress-usersyscall: make libc_path larger to avoid potiential
overflows
* stress-pthread: use && instead of & bit-wise operator
* stress-klog: use || instead of bitwise operator
* stress-loadavg: use && instead of bitwise & operator
* core-thrash: make prot array larger to avoid sscanf overflow
* stress-af-alg: ignore deprecated skciper ecb(arc4)
* Add the msyncmany stressor
* stress-cache: add --cache-clwb (cache line writeback) option
* core-vmstat: call _exit() on vmstat termination
* stress-mutex: add priority inheritence on mutex
* Add a pthread mutex stressor --mutex, --mutex-ops and --mutex-procs
options
Checksums-Sha1:
812fb9b30297bef10976cc18dd49ccd2a66e6d9a 2463 stress-ng_0.14.01-1.dsc
1e3e5c5cbf774f5593984838e2a785877be202b6 643384 stress-ng_0.14.01.orig.tar.xz
38a8eda27728ceedeb418e35a6200ce74e58dfa3 133816 stress-ng_0.14.01-1.debian.tar.xz
3084550066c58b8f6797ab9d5ff30da27feb61d4 7935 stress-ng_0.14.01-1_source.buildinfo
Checksums-Sha256:
1a039311f92f73ce8811cca5f70868c9e0e411386636e0c651c8a653657e65d0 2463 stress-ng_0.14.01-1.dsc
24ebfd31af685d2f9ae251d850bef8f2acc5c2e5e989dea413947fd2f94c6216 643384 stress-ng_0.14.01.orig.tar.xz
26153d2caa9f648ab935127541e6bb01e7596abe19a9d59b19e3fb6eef7df202 133816 stress-ng_0.14.01-1.debian.tar.xz
4931b8c287158c0799f5af3ae92e288ab6524e0ad1267616734e091623563018 7935 stress-ng_0.14.01-1_source.buildinfo
Files:
daef8eec0f39a52f390f6649cec86263 2463 devel optional stress-ng_0.14.01-1.dsc
de3c7aaffbd98df4992f13ebd53ba6db 643384 devel optional stress-ng_0.14.01.orig.tar.xz
fea26bba2b6fecbebaba0c29223638d9 133816 devel optional stress-ng_0.14.01-1.debian.tar.xz
ec331d364d0e6265d109e291b79ea495 7935 devel optional stress-ng_0.14.01-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAmJ0VowACgkQaMKH38ao
AiaM/A/+OC4QftYlhz9NHYhXhAhGt+BgMcOk3d+ncNzm76kT60MY0qwhk25lQyH2
3fV8jNmax72KS7yhBkbEBLPzxNmb56WY4ZzYwUPyCmw8gHFkMYVZvuDXKRsDefue
PPn30imZ4o3wDKmcHDDezRGUVbZNq0qOl7NynjBPEYLS2od8g8GQiWtyKnSAwHd1
Ij1wvD2+27l4yF3WNkOGd/8n4UIJHHSOjLLXdLIUQhLuFH0aQTfOULWYlWYMVQfw
TgNoAIr4xgRFIIObmOR9+XDzHapOW/xmaiUyqVKG1qHA025Iep2o6iQXolPWszZC
U9xAUIW/Xa4bmRIgqJR8fnP4r8Ikup6GqmqWO0wU1HsREPl5tBik2kLsDP5O1QR9
wUtDivJ4uz6Nc0q7KWnUrWehzPzmzJsJTkNG/yy6cqm3r7kNFL8C6LrBGSnM/4lr
Yy+/46AkjQ2Nt8rmOioU0z47CL1qUUyg7YV0UxY19Pg+Ofk68k2GBaUcJqDZmao1
fsc/4WfbOa4q9v7xDsvJevpr7kvSff5uCvExVxPXj/1f1kCcK0wodghCQUR6DYMu
xJhVDBzvGsqgYAK8S7u+DpLexMtel6Hw4pJM4m/LkYNnR9om9xkOL88+Rrdk4dFj
IegALAJYSDcjYWgc610AIi28s6LS8vVCM6NHlcTqyn/3p+swTMc=
=hwUY
-----END PGP SIGNATURE-----