Accepted stress-ng 0.17.04-1 (source) into unstable
- To: debian-devel-changes@lists.debian.org
- Subject: Accepted stress-ng 0.17.04-1 (source) into unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 05 Jan 2024 10:09:56 +0000
- Debian: DAK
- Debian-architecture: source
- Debian-archive-action: accept
- Debian-changes: stress-ng_0.17.04-1_source.changes
- Debian-source: stress-ng
- Debian-suite: unstable
- Debian-version: 0.17.04-1
- 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: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:To:Reply-To:From: Cc:Content-ID:Content-Description:In-Reply-To:References; bh=UnSCKrYD0JpFCl5wgQRLuL5o+1nRS1isxqiKDbwsUlo=; b=eBKM2x1Qb3ZdYLijxD3zRvKlnD QcRrMQDeblEiPbPJapSRyWDu9zKpBTJ2+72C0be/OFzjOeonD0CtQAKxsMPtoatkJDPGHXjpxrYMn Avk3ioP1NAy+cX3lqEjy8f6uou8apTvrk8fhoAhA2tKvsbiMPz/MboxV4l7NkEPsiFVaSIz9YA7x4 mDd7sjzrtYlqpy0XzgAUAEKNBMo6adyvm+s4EWQwl4R1Wyd+D4efD2pzsZhdooVziZ0uM5wvI+RpU tTDR0OXHPfznQ7bqRwjmtotz4Nnz5dClNxd/16Ue0B7PYoZTp+eGkcxDShO2WtHTpTIHHRSC1pXEJ s6eKaWKw==;
- Mail-followup-to: debian-devel@lists.debian.org
- Message-id: <E1rLh9I-003Ivw-47@fasolo.debian.org>
- Reply-to: debian-devel@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 5 Jan 2024 09:12:11 +0000
Source: stress-ng
Architecture: source
Version: 0.17.04-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.17.04-1) unstable; urgency=medium
.
[Munehisa Kamata]
* README.md: fix a typo in the contributor name
* stress-acl: Fix stress_acl_info definition
.
[Colin Ian King]
* Makefile: bump version, change code name
* README.md: add Cygwin to supported systems
* kernel-coverage: add longer duration sysbadaddr test
* stress-pthread: disable pthread_sigqueue call for CYGWIN
* stress-tree: disable RB trees for CYGWIN
* stress-sparsematrix: disable RB trees for CYGWIN
* core-helper: add _start workaround for CYGWIN
* core-shim: fix setdomainname check on HAVE_SETDOMAINNAME
* stress-dir: don't reference non-POSIX d_reclen for CYGWIN
* stress-mmapfork: use stress_mmap_populate for MAP_POPULATE
* stress-xattr: workaround ENODATA not being defined for NetBSD
* stress-metamix: voidify parameter temp_dir if O_DIRECTORY is not defined
* core-time: voidify parameter dnow, cleans up Dilos build warning
* stress-sysbadaddr: fix another valid fd check, should be >= 0
* stress-sysbadaddr: fix valid fd check, should be >= 0
* stress-sysbadaddr: close fdin rather than fdout on fdout open failure
* stress-sysfs: use SCNu16 formate specifier for sscanf uint16_t
* stress-sock: remove shadowed declaration of variable i
* stress-vdso: add clock_getres
* stress-sysinval: set dirfd mode, gid and uid back to original setting
* stress-sigxfsz: retry setrlimit with smaller size if limit is too large
* stress-copy-file: replace sizeof(char) with 8
* stress-copy-file: fix the max off_t, it's signed to cater for this
* stress-sysbadaddr: use shim_cacheflush instead of direct system call
* stress-sysbadaddr: pass different addresses to ppoll
* stress-af-alg-defconfigs: re-order and remove blank lines
* stress-mmap: add mprotect EACCESS error check for NetBSD
* stress-metamix: add EBADF on fdatasync on read-only fd
* stress-metamix: fix incorrect EBADF check
* stress-metamix: ignore EBADF on fdatasync on read-only file
* stress-ng: don't call mprotect if it does not exist
* stress-syscall: add comment explaining why shell sort is used instead
of qsort
* stress-sysbadaddr: use VOID_RET for typed voidification of system call
returns
* Update copyright year to 2024
* Manual: remove . in Eigen description
* stress-sock: exercise SO_SOCKET SO_* opts that return int type values
* stress-sysbadaddr: only increment counter if a syscall is to be made
* stress-sysbadaddr: avoid exercising system calls that will not fail
* stress-sysbadaddr: add some more xattr system calls
* stress-sysbadaddr: bad_fstat: exercise fstat on temp dir
* stress-sysbadaddr: add copy_file_range
* stress-sysbadaddr: add missing MIPS cacheflush system call
* stress-syscall: add missing MIPS cacheflush system call
* stress-sysbadaddr: exercise shim'd and non-shim'd syscalls
* stress-sysbadaddr: exericse system call parameters with range of
parameters
* stress-sysbadaddr: only respawn child when bad addr breaks system call
* core-version: define EQUAL_GNUC for all compiler times
* stress-radixsort: remove array size specifiers to fix tcc build failures
* core-builtin: add shim wrapper for __builtin_assume_aligned()
* core-cache: add missing tab to clean up \ alignments
* stress-vecshuf: remove redundant variables total_ops and total_bytes
* stress-numa: Fix spelling mistake in comment
* stress-memthrash: remove trailing space at end of line
* README.md: update contributors list
* stress-syscall: add the --syscall-top N option to report top N fastest
syscalls
* Manual: fix typo "fasted" -> "fastest"
* stress-radixsort: reduce memory bandwidth by making length 2 bytes
* stress-radixsort: clean up casting in IDX and IDX_T macros
* stress-radixsort: remove signed conversions in radix_strlen
* stress-radixsort: offset digit counter by 1
* stress-radixsort: optimize radixsort
* stress-radixsort: add nonlibc implementation of radixsort
* stress-heapsort: add new --heapsort-method option to help
* stress-mergesort: add new --mergesort-method option to help
* stress-mergesort: add some more memory copying optimizations
* stress-mergesort: optimize for 4 byte data
* stress-mergesort: remove base_ptr, replace with base
* stress-mergesort: optimize copying of lhs and rhs to base
* stress-mergesort: add missing base_ptr increment
* stress-mergesort: optimize lhs and rhs copying
* stress-mergesort: add nonlibc implementation of mergesort
* stress-heapsort: optimize copy and swap for common size cases
* stress-heapsort: add nonlibc implementation of heapsort
* Makefile: add cc_supports_flag to simplify CFLAGS checking
* Makefile: add gcc optimization flag -fipa-pta
* stress-sysfs: exercise test resume command for /sys/power/disk
* stress-pty: exercise cfgetispeed and cfgetospeed on leader and follower
* stress-vecshuf: report shuffle rates as Harmonic Mean
* stress-sysinval: add map_shadow_stack system call
* stress-syscall: add map_shadow_stack call
* core-*: add more comments
* core-helper: assign val2 to avoid any static analysis warnings
* stress-acl: add randomized acl attribute order shuffling with --acl-rand
* Makefile.config: Fix incorrect addition of -DSTRFUNC to LDFLAGS
* stress-ng: initialize values to 0.0 rather -1.0
* stress-acl: exercise all ACL types, ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT
* core-shim: shim_kill: don't allow SIGKILL on pid -1
* stress-ng: don't kill entire group or pid 1 (init)
* stress-acl: uppercase ACL in help text
* stress-acl: add ACL set vs get verification
* stress_acl: rename acl functions, prefix with stress_
* stress-acl: exercise acl_get_file and add metrics for this
* kernel-coverage: enable acl for reiserfs
* README.md: add another link to a research paper
* stress-open: add open using all the possible file modes
* stress-acl: compute and cache all valid ACLs to improve performance
* stress-vma: voidify returns using VOID_RET macro
* Update documentation and debian/control for libacl dev libs
* stress-acl: exercise POSIX ACLs using libacl
* README.md: add another link to a research paper
* stress-inotify: exercise ioctl command INOTIFY_IOC_SETNEXTWD
* stress-sock: retry send on ENOBUFS
* stress-sock: fix zerocopy - enable it via setsockopt and use flag
appropriately
* core-asm-x86.h: remove duplicated cpuid legacy implementation
* kernel-coverage: add extra bcachefs format options for more test
coverage
* core-helper: stress_get_null: cast zero to uintptr_t before void * cast
* stress-sem-sysv: reduce the rate at which proc info is being read
* stress-vecwide: don't use target clones for gcc 9.4.0
* core-asm-x86.h: remove STRESS_ARCH_X86_32 variant of rdtsc
* stress-vma: fix non-termination of vma pthreads and child processes
* kernel-coverage: reduce tmp file system image size to 4000MB for bfs
* stress-raw[pkg|udp]: only include linux/udp.h if netinet/udp.h does not
exist
* core-helper: add null function to obfuscate (void *)0 values
* stress-workload: include sched.h required for
aarch64-linux-android33-clang
* stress-rawudp: fix type comparison warning, cast to in_addr_t
* Fix missing headers and rindex/index for clang android static builds
* stress-malloc: only declare trim_counter when it's required
* Fix open calls that have extraneous mode flags on non-create opens
* kernel-coverage: add collapse --stream-madvise option
* stress-stream: add collapse --stream-madvise option
* kernel-coverage: add in some extra stressing options
Checksums-Sha1:
243b8f9e941aa06870202a22287fb66e3e4f6869 2189 stress-ng_0.17.04-1.dsc
1b66220d52df689adf22cd973cb45f95a61eefcc 5506452 stress-ng_0.17.04.orig.tar.xz
1c499770779c3d216695204335e6ce236eb8c681 187696 stress-ng_0.17.04-1.debian.tar.xz
0ac65b57cf28b92a5d86e5fb50c9dfde788942b0 10606 stress-ng_0.17.04-1_source.buildinfo
Checksums-Sha256:
f4752540ffb1f9171e91b79e85d49a80722531d880d0da2ba50b55a236a9fbcc 2189 stress-ng_0.17.04-1.dsc
fc1b35cddf0fe7b5afb16875dc76838624aa11e67226bdc8f64045394e126b3e 5506452 stress-ng_0.17.04.orig.tar.xz
b718a7d35636223d1b09147f8ecd1930331b58f247903e5198ed4d35926be6ba 187696 stress-ng_0.17.04-1.debian.tar.xz
207f14acdb1a51360263c0dfd8679935d514639aab25290b8bda930a70be3b75 10606 stress-ng_0.17.04-1_source.buildinfo
Files:
b4d88711703def931d63c82d8a2189a6 2189 devel optional stress-ng_0.17.04-1.dsc
9cc913086a2c02adf1f2e355cfccf3d6 5506452 devel optional stress-ng_0.17.04.orig.tar.xz
5e1f62fc75102e5b785057646200db13 187696 devel optional stress-ng_0.17.04-1.debian.tar.xz
664ba9bbed1427a01d0212361aff85da 10606 devel optional stress-ng_0.17.04-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAmWX0F4ACgkQaMKH38ao
AiZrRA//dgOQ2WgZ5Iewe/PV9LWMAujslJIcAb6xENbN6kzRuYzMXE7LFjB+FmA/
S21ps7wbFpFTDSYp39NJUO2ha8IXoUcQScL9q20k+9WSXogp0OeAuIp84jfv7J0D
ZVwkFBZFotDRYTjsulhvivkwxfiaBrxhwPBdcW6bOpyJJxlmT3/lari6gQR14if9
USxUFLc8aOpvW3KY0FPRGAY8W41DNnBgbfyx3mHC5Rr5UV7MjjnukrOv9EkqnoMJ
8IFUw8POCE3TIUw7Re/QaQ7hvlUQCiHnqT7o17IRmUXbqAQc5dCTwpv0UemRZbW5
u+XpEa2x5kVDPx5lmf+J/Q1ay7O3Q1xA/yebsu3dRrJsDvM5NwQxCKGF40mGW52w
BBrN6FTNDdofmebO+tqrj+irmwYFPN3n7geVq+GyPsE/KYQhOu2KV3LF7qjStfVz
5vKFXDvXD03GPvVMda3t9Agb8N/ql5yesc7p2lf/K8rFErb8AqSSmspB3ZV5uqwa
TK0ICViIotB2Pj8rxLB5pueEIXtwNhCeq/BGzEQQunzQ8ppUTZQnY55cH7APbRwE
OsUPQCztjyTYxxqZSInrmnFNP0qvfxr2nBop3xQi/lJLn5OwguPC9cEiterHmDBO
JsXE+LJCx5GuSdHukG0e9yYoD+bJp6ofXVZ9gWHKavLGwOLGLrI=
=WrfX
-----END PGP SIGNATURE-----