Skip to content

Commit d58f3fd

Browse files
committed
debian: update changelog
Signed-off-by: Colin Ian King <[email protected]>
1 parent c880b93 commit d58f3fd

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

debian/changelog

+73
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
stress-ng (0.18.04-1) unstable; urgency=medium
2+
3+
* Makefile: bump version
4+
* Makfile: add Makefile.machine to make dist rule
5+
* stress-dev: clean up build warning on non-x86 builds
6+
* stress-numa: rename ptr with str to fix name shadowing warning
7+
* stress-vm: remove debugging setting if in statement
8+
* Makefile.machine: add check for existence of readelf
9+
* core-ftrace: remove PURE attribute on void return functions
10+
* stress-*: fix vm memory % size parameter handling
11+
* stress-vm: provide more information when mmap fails
12+
* stress-numa: make all of buf map to the current numa node
13+
* stress-numa: parse /proc/self/numa_maps to see if buf is on the
14+
expected node
15+
* core-shim: remove a space
16+
* core-*: add PURE attribute to pure functions
17+
* core-killpid: constify variable saved_errno
18+
* core-cpu: re-order CPUID strings, add some missing examples
19+
* stress-umount: remove extraneous empty line
20+
* stress-udp: add missing empty line
21+
* stress-tmpfs: make variable i const
22+
* stress-sparsematrix: move pointer next to inner scope
23+
* stress-sockpair: convert nested if statement into switch statement
24+
* stress-sigurg: inline helper function stress_send_error
25+
* stress-sigsegv: remove empty line
26+
* stress-sigrt: remove empty line
27+
* stress-set: put rlimit resource ids into a const rlimit_resources array
28+
* stress-session: make function argument err const
29+
* stress-rotate: make variables lo and hi const
30+
* stress-rmap: clean up switch statement, make i a register
31+
* stress-resched: make variables percent and scale const
32+
* stress-pci: reduce scope of pointer next
33+
* stress-opcode: make variable tmp const
34+
* stress-nice: make variable which const
35+
* stress-mutex: make variable max const
36+
* stress-mmap: make variable offset const
37+
* stress-mlock: make variable mlocked const
38+
* stress-*: add power10 builtin check support
39+
* stress-mknod: constify variable j
40+
* stress-memcpy: use the o1 and o2 variants in the "all" method
41+
* stress-membarrier: remove empty line
42+
* stress-led: reduce scope of pointer 'next'
43+
* stress-klog: make buflen const
44+
* stress-insertionsort: constify variable tmp
45+
* stress-hdd: constify variable v
46+
* stress-hash: explicitly use float values in chi computation
47+
* stress-dev: add naive simple /dev/autofs exerciser
48+
* stress-chattr: add mmap'd page modification to file, add metrics
49+
* stress-dev: exercise /dev/cpu/0/msr ioctl reading of TSC
50+
* stress-dev: add /dev/cpu/0/cpuid device stressor
51+
* core-*: don't include <sys/sysctl.h> on Linux targets
52+
* stress-cpu: constify some variables and add register to some variables
53+
* stress-clock: constify variable clkid
54+
* stress-chattr: constify variable bitmask
55+
* stress-cgroup: constify variable offset
56+
* stress-cacheline: constify variable 'now'
57+
* stress-mlockmany: remove stray const in start of source
58+
* stress-bitops: constify some variables
59+
* stress-apparmor: constify variables, fix p wrap overflow using the
60+
ternary operator
61+
* Manual: add in recursive hints to CPU stressor manual
62+
* Makefile: improve machine detection and disable -fmodulo-sched for
63+
S390x builds
64+
* stress-*: constify stressor_info_t structs
65+
* stress-aiol: constify offset
66+
* stress-af-alg: remove JMP debug message
67+
* stress-acl: constify variables, clean up some code alignment
68+
* stress-*: voidify returns from sig*() calls
69+
* stress-sem: add --sem-shared option to share 1 semaphore with all sem
70+
instances
71+
72+
-- Colin Ian King <[email protected]> Fri, 6 Sep 2024 22:37:12 +0100
73+
174
stress-ng (0.18.03-1) unstable; urgency=medium
275

376
[Aboorva Devarajan]

0 commit comments

Comments
 (0)