<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/stress-ng, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-07-13T11:24:42Z</updated>
<entry>
<title>stress-ng: add config menu to select external libraries</title>
<updated>2026-07-13T11:24:42Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-07-10T06:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=15af025b7f793fe0b40e2dcbb020d4c12c485e23'/>
<id>urn:sha1:15af025b7f793fe0b40e2dcbb020d4c12c485e23</id>
<content type='text'>
Backport upstream e0c4d324a, which lets a LIB_* variable be emptied to skip
that library's check. Drop 001-disable-extra-stressors.patch, which hardcoded
the same choice, and drive it from a Config.in menu instead. Defaults keep the
previously built set of stressors: only crypt, aio, bsd, jpeg, kmod, sctp and
zlib are probed. apparmor, EGL, GBM, GLES2, IPSec_MB and Judy have no OpenWrt
package, so they are never probed. Drop the backport once it is in a release.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: link libatomic instead of disabling atomics</title>
<updated>2026-07-13T11:24:42Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-07-10T06:24:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=199435708a6908d1bd4c464b309b5cbb3a3148e3'/>
<id>urn:sha1:199435708a6908d1bd4c464b309b5cbb3a3148e3</id>
<content type='text'>
Drop 002-disable-atomics-mips-and-ppc.patch. It papered over link errors for
64-bit atomics on MIPS and PPC, which happen because stress-ng strips -latomic
whenever $(CC) matches "musl-gcc" -- as our cross toolchains do. Pass
LIB_ATOMIC=-latomic instead; libatomic is already in DEPENDS. Its stress-fractal
hunk was in any case dead since upstream 24c30b7fa narrowed the row counter back
to int32_t, which MIPS32 and PPC32 increment atomically inline.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: update to 0.21.03</title>
<updated>2026-07-10T06:13:56Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-06-02T23:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=248e91d878121929369c5639fd51f1cdb3a18f28'/>
<id>urn:sha1:248e91d878121929369c5639fd51f1cdb3a18f28</id>
<content type='text'>
Both patches still apply unchanged and remain necessary: upstream's library
list is unchanged, and stress-misaligned.c still only disables atomics on PPC
for gcc &lt; 5.0 while stress-fractal.c has no arch guard at all.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: update to 0.21.00</title>
<updated>2026-05-10T08:32:19Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2bedf9550930d6047b3ddfd226c847b9b198314a'/>
<id>urn:sha1:2bedf9550930d6047b3ddfd226c847b9b198314a</id>
<content type='text'>
Spans two minor release cycles (0.19.04 to 0.21.00), adding new stressors,
improved architecture support, and various bug fixes.

Changelog: https://github.com/ColinIanKing/stress-ng/blob/V0.21.00/CHANGES

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.19.04</title>
<updated>2025-09-23T14:50:46Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-09-22T09:48:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ab19754f27aad60f248f1970a76f33caac2fce7'/>
<id>urn:sha1:9ab19754f27aad60f248f1970a76f33caac2fce7</id>
<content type='text'>
This change bumps the version of stress-ng to 0.19.04

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: update to 0.19.02</title>
<updated>2025-07-14T20:27:09Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-13T16:50:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6d4685af46c6b6719a70fbab6bfe9bfcc1b44600'/>
<id>urn:sha1:6d4685af46c6b6719a70fbab6bfe9bfcc1b44600</id>
<content type='text'>
Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.19.02

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>stress-ng: adjust against glibc 2.41</title>
<updated>2025-07-14T20:27:09Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-13T16:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=74794b0ef08ebd23b7551469d42a3b2f39a07032'/>
<id>urn:sha1:74794b0ef08ebd23b7551469d42a3b2f39a07032</id>
<content type='text'>
Add optional depends for users of glibc.
Related: https://github.com/openwrt/packages/pull/26889

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>stress: drop old unmaintained project</title>
<updated>2025-06-15T15:52:44Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-06-15T07:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=74aaf9c1317addec09c586e710c94caafed40b23'/>
<id>urn:sha1:74aaf9c1317addec09c586e710c94caafed40b23</id>
<content type='text'>
As a replacement for this project despite it was resurrected,
it is not maintained.

We added stress-ng [1], which is regularly updated and
gets new features and there is no reason to have two packages
in this repository.

[1] fba6bb94895e443830cfa28a1937cb7caf8dab8d ("stress-ng: add")

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.19.00</title>
<updated>2025-05-12T13:01:11Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-05-10T19:34:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=929c515c1dc210f17aab89b017a5b85913daef98'/>
<id>urn:sha1:929c515c1dc210f17aab89b017a5b85913daef98</id>
<content type='text'>
For MIPS and PowerPC, we need to disable atomics.
Otherwise we get linker errors with them.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.18.11</title>
<updated>2025-03-19T15:11:21Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-03-17T07:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9aeff5f5e43f768f9d5029f502381a523c36057f'/>
<id>urn:sha1:9aeff5f5e43f768f9d5029f502381a523c36057f</id>
<content type='text'>
Also fixes MIPS builds.
Seems there is some inline assembly that won't work with MIPS16
instructions.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
</feed>
