-
-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Colin Ian King <[email protected]>
- Loading branch information
1 parent
c585db9
commit 95777d7
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
stress-ng (0.16.04-1) unstable; urgency=medium | ||
|
||
* Makefile: bump version | ||
* core-asm-ret: move STRESS_ARCH_{LE|BE} macros from stress-far-branch | ||
to core-asm-ret | ||
* core-asm-ret: convert _ in name to - | ||
* stress-icache: fix missing assignment to ret | ||
* core-cpu-cache: #ifdef out more functions not required for non-linux | ||
builds | ||
* core-cpu-cache: #ifdef out functions not required for non-linux builds | ||
* core-cpu-cache: stress_cpu_cache_get_index: voidify args for | ||
non-linux build | ||
* core-cpu-cache: stress_cpu_cache_get_index: return 0 for non-linux | ||
systems | ||
* core-asm-ret: Add asm return function and re-use it in 3 stressors | ||
* stress-icache: don't exercise i-cache if not page aligned | ||
* stress-flushcache: don't exercise i-cache if not page aligned | ||
* stress-lockbus: add more compiler support checks | ||
* stress-icache: remove gcc constraint, there are no compiler | ||
constraints now | ||
* stress-flushcache: enable for more compilers (clang, icx, icc) | ||
|
||
-- Colin Ian King <[email protected]> Sun, 13 Aug 2023 23:10:14 +0100 | ||
|
||
stress-ng (0.16.03-1) unstable; urgency=medium | ||
|
||
[ mingkwind ] | ||
|