|
| 1 | +stress-ng (0.18.07-1) unstable; urgency=medium |
| 2 | + |
| 3 | + [Eder Zulian] |
| 4 | + * Manual: stress-prio-inv default scheduling policy is fifo |
| 5 | + * core-affinity: rename str to arg to avoid name shadowing on token |
| 6 | + string str |
| 7 | + |
| 8 | + [Ivan Shapovalov] |
| 9 | + * Makefile: expand `$(*FLAGS)` and `$(MACHINE)` non-recursively |
| 10 | + |
| 11 | + [Julee] |
| 12 | + * stress-gpu: fix the gpu-upload option is not effective |
| 13 | + |
| 14 | + [Po-Hsu Lin] |
| 15 | + * Makefile: fix machine detection for Ubuntu Bionic s390x VM |
| 16 | + |
| 17 | + [Colin Ian King] |
| 18 | + * Makefile: bump version |
| 19 | + * stress-file-ioctl: replace long int with long for ioctl macros |
| 20 | + * Makefile.machine: remove need for which command |
| 21 | + * README.md: add another research paper reference |
| 22 | + * core-affinity: add die, core, cluster parsing options for affinity |
| 23 | + lists |
| 24 | + * core-helper: refactor, add helper function to check for zero'd buffer |
| 25 | + * stress-flipflop: use PRIu64 format specifiers for uint64_t values |
| 26 | + * stress-vma: don't use void * pointer arithmetic |
| 27 | + * stress-flipflop: add sanity check to avoid static analysis warnings |
| 28 | + * core-shim: fix order of int declaration for vlen in |
| 29 | + shim_process_madvise |
| 30 | + * core-affinity: swap args in calloc call |
| 31 | + * stress-softlock: re-work drop_niceness to cater for POSIX conformant |
| 32 | + nice() returns |
| 33 | + * stress-opcode: add missing const cast |
| 34 | + * stress-flipflop: constify casts in stress_flipflop_uint64_cmp |
| 35 | + * core-affinity: make stress_package_set static |
| 36 | + * core-*, stress-*: replace local static nowt pointer with global g_nowt |
| 37 | + * core-affinity: fix off-by 1 when printing max packages available |
| 38 | + * core-affinity: parse package list, e.g 0-3,7-11 |
| 39 | + * core-affinity: parse affinity list, allow packageN to be specified |
| 40 | + * core-affinity: parse affinity list with mix of ranges and odd,even, |
| 41 | + random,all |
| 42 | + * Makefile.config: add built time check for cpu_set_t |
| 43 | + * core-setting: add missing \n in string type output |
| 44 | + * stress-flip-flop: add new single cacheline coherency scalability |
| 45 | + stressor |
| 46 | + * stress-l1cache: unroll loops to improve throughput |
| 47 | + * stress-*: handle nice returns in a portable way |
| 48 | + * README.md: add another paper citation |
| 49 | + * core-shim: add new Linux 6.13 xattrat system calls |
| 50 | + * stress-shm-sysv: requires sys/ipc.h and sys_shm.h so check for these |
| 51 | + * stress-llc-affinity: add cache line flushing option |
| 52 | + --llc-affinity-clflush |
| 53 | + * stress-gpu: rename option OPT_gpu_uploads to OPT_gpu_uploads (2) |
| 54 | + * README.md: update contributors list |
| 55 | + * stress-gpu: rename option OPT_gpu_uploads to OPT_gpu_uploads |
| 56 | + * stress-ng: use generalized signal handler setup |
| 57 | + * kernel-coverage: add --keep-going to workaround gcov errors |
| 58 | + * stress-vma: fix stress_mmapaddr_get_addr to return validated |
| 59 | + non-mapped addresses |
| 60 | + * stress-vma: retry address randomization if address is in text or heap |
| 61 | + sections |
| 62 | + * stress-vma: add missing comments |
| 63 | + * stress-vma: try access test on all pages of mmap |
| 64 | + * stress-vma: ensure test alloc is the correct number of pages in size |
| 65 | + * stress-vma: fix incorrect func name in comment block |
| 66 | + * core-perf: add some more perf events based on recent kernels |
| 67 | + * Revert "stress-pthread: disable pthread_sigqueue call for CYGWIN" |
| 68 | + * README.md: add another Cygwin fix to an issue found with stress-ng |
| 69 | + * stress-workload: add a few more permutations of fma computation |
| 70 | + * README.md: update bug report, replace link with git commit SHA link |
| 71 | + * core-nt-store: improve double nt stores on x86 |
| 72 | + * stress-opcode: x86: generate random length of opcode prefix ops |
| 73 | + * stress-rawdev: use %jd format specifiers for intmax_t |
| 74 | + * Makefile: use a smaller set of -W settings for PEDANTIC icc builds |
| 75 | + * core-klog: add another const in err_exceptions[] |
| 76 | + * core-helper: add some missing comment blocks |
| 77 | + * core-shim: remove comment about use of pragma |
| 78 | + * core-shim: remove extraneous ( in comment |
| 79 | + * core-shim: use arch specific cacheflush system calls |
| 80 | + * core-rapl: only emit "perhaps run as root" messgage if not running as |
| 81 | + root |
| 82 | + * README.md: Update contributors list |
| 83 | + * stress-cacheline: unroll loops, improve performance by 33% |
| 84 | + * stress-bitonic: unroll test and verify loops for improved speed |
| 85 | + * stress-bubblesort: unroll loops to improve performance |
| 86 | + * core-*, stress-*: replace short with short int, long with long int |
| 87 | + * stress-ng: add --taskset-random option to randomize stressor CPU |
| 88 | + affinity |
| 89 | + * core-job: rename stress_chop to stress_str_chop |
| 90 | + * stress-vm: fix early termination of prime-incdec stressor |
| 91 | + * README.md: add reiserfs bug report |
| 92 | + * Manual: fix spelling mistake "optiob" -> "option" |
| 93 | + * stress-prefetch: use K instead of KB for cache size |
| 94 | + * stress-vma: use read rather than write on 8 bit pointer |
| 95 | + * core-helper: add backtrace dumping, call when SIGABRT occurs |
| 96 | + * core-affinity: --taskset: add "all" and "random" keywords |
| 97 | + * stress-l1cache: fix reverse method, fix incorrect setting of data loop |
| 98 | + * stress-brk: ensure the failure sbrk errno is being checked |
| 99 | + * core-target-clones: add more power9,10,11 target clone build time |
| 100 | + constraints |
| 101 | + * core-shim: limit _FORTIFY_SOURCE to 2 for ALT linux gcc for ppoll |
| 102 | + workaround |
| 103 | + * core-shim: use shim'd types for shim_poll args |
| 104 | + * core-shim: add shim to ppoll() and workaround fortification issues |
| 105 | + * README.md: add another kernel commit to the 2024 kernel bug list |
| 106 | + * stress-fp-error: remove duplicated sqrt |
| 107 | + * core-*, stress-*: fflush opened writable files |
| 108 | + |
| 109 | + -- Colin Ian King < [email protected]> Sun, 1 Dec 2024 11:21:23 +0000 |
| 110 | + |
1 | 111 | stress-ng (0.18.06-1) unstable; urgency=medium
|
2 | 112 |
|
3 | 113 | [Daniel Hodges]
|
|
0 commit comments