diff mbox series

[4/7] stress-ng: upgrade 0.21.04 -> 0.22.00

Message ID 20260821090959.3859632-4-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/7] libcap-ng: upgrade 0.9.3 -> 0.9.5 | expand

Commit Message

Richard Purdie Aug. 21, 2026, 9:09 a.m. UTC
New stressors

    dentrycache - negative dentries dentry cache stressor
    epollmany - many nested epoll file descriptors stressor
    fp-subnormal - float/double/long double subnormal stressor
    hugepage - huge page merging and splitting stressor
    spec-rollback - speculation branch prediction rollback stressor

New options

    --bad-ioctl-alldev - force exercising all devices (bad-ioctl stressor)
    --branch-jumps - specify number of branches to perform (branch stressor)
    --cache-badpage - cache flush on an unmapped page (cache stressor)
    --copy-file-io-bytes - specify copy-file-range I/O copy size (copy-file stressor)
    --dentrystat - periodically shows the directory entry cache (global option)
    --dentry-negative - create negative dentries (dentry stressor)
    --daemon-bloat option to simulte memory usage (daemon stressor)
    --dev-alldev - option to force exercising all devices (dev stressor)
    --no-madvise-opts - disable madvise advise on mmap/munmaps (global option)
    --ovpn-tunnel - two-endpoint DCO data path (ovpn stressor)
    --pagescatter-numa - mbind pages to NUMA nodes (pagescatter stressor)
    --vm-nt - non-temporal store/load option (vm stressor)

Notable bug fixes

    stress-sem-sysv: --verify "corrupted bogo-ops counter" from concurrent counter updates in forked children - #657
    Makefile: misleading 'readelf' message and removed OBJDUMP variable - #656
    --fp-misc: bogus values in 'fail:' messages and typo in help text - #645
    --far-branch: memory mapped file needs x-permission (at least) on Cygwin - #644
    Possible missed MSG_NOSIGNAL in stress-fd-race - #643
    --exec: fails if 'program_invocation_name' is used and the program has been found in - #642

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../stress-ng/{stress-ng_0.21.04.bb => stress-ng_0.22.00.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.21.04.bb => stress-ng_0.22.00.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.21.04.bb b/meta/recipes-extended/stress-ng/stress-ng_0.22.00.bb
similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.21.04.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.22.00.bb
index 79717d3018a..5c68f813110 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.21.04.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.22.00.bb
@@ -6,7 +6,7 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=V${PV}"
-SRCREV = "62993352975ec4efbd27ee3627ae6ff776f5cf6c"
+SRCREV = "6c2ab8831bca51f17d97538d106996ca411c4c79"
 
 DEPENDS = "coreutils-native libbsd"