aboutsummaryrefslogtreecommitdiff
path: root/utils/stress-ng
Commit message (Collapse)AuthorAge
* stress-ng: update to 0.17.07krant2024-04-13
| | | | | | - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* stress-ng: bump to version 0.17.05Alexandru Ardelean2024-02-10
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.17.04Alexandru Ardelean2024-01-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.17.03Alexandru Ardelean2023-12-19
| | | | | | | | | | | Dropped patch '002-core-stress-Add-musl-gcc-detection-and-HAVE_COMPILER.patch' It's included in the release. Links: https://github.com/ColinIanKing/stress-ng/commit/cd84c46ce780242879e8aaa7d698b9cd87996dbd https://github.com/ColinIanKing/stress-ng/issues/325 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: backport immintrin.h header detection for GCC 13Alexandru Ardelean2023-10-22
| | | | | | | | | | | Backport patch from: https://github.com/ColinIanKing/stress-ng/commit/cd84c46ce780242879e8aaa7d698b9cd87996dbd With GCC 12 there is no issue. With GCC 13, there is a compilation issue on x86_64. Fixes https://github.com/openwrt/packages/issues/22373 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.17.00Alexandru Ardelean2023-10-10
| | | | | | | | Refreshed 001-disable-extra-stressors.patch Dropped 002-disable-compiler-test.patch - no longer needed since commit https://github.com/ColinIanKing/stress-ng/commit/a24c7f2048548e6e9ded652b0d16a7da37e4edf0 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.15.10Alexandru Ardelean2023-07-10
| | | | | | | | | | Merged patches into a single one. Disabling libmpfr (which got added recently). To avoid potentially new build failures. And disabling test-compiler check. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.15.06Alexandru Ardelean2023-04-03
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.15.03Alexandru Ardelean2023-02-06
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.15.01Alexandru Ardelean2023-01-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.15.00Alexandru Ardelean2022-12-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.14.06Alexandru Ardelean2022-10-07
| | | | | | | no longer needed: 010-dont_define_fortify.patch upstreamed: 020-stress-sysinval-fix-fstat-fstat64-compat-check.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: add libjpeg depAlexandru Ardelean2022-08-24
| | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: update to 0.14.03Guilherme Janczak2022-08-12
| | | | | Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com> Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: fix build on macosSergey V. Lobanov2022-01-25
| | | | | | | | This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection. If Makefile detects Darwin, it removes -lbsd from build flags, but this flag is required due to target is always Linux, not bsd-like. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* stress-ng: bump to version 0.13.05Alexandru Ardelean2021-10-27
| | | | | | | And switch to Github URLs. The old one isn't working anymore. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to 0.13.03Alexandru Ardelean2021-09-30
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.13.01Alexandru Ardelean2021-09-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: add missing libkmod dependencyAlexander Egorenkov2021-08-11
| | | | | | | | | This fixes build problem introduced in commit 9a1bb4baf55f ("stress-ng: bump to version 0.13.00"): Package stress-ng is missing dependencies for the following libraries: libkmod.so.2 Fixes: 9a1bb4baf55f ("stress-ng: bump to version 0.13.00") Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* stress-ng: bump to version 0.13.00Alexandru Ardelean2021-08-09
| | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.12.10Alexandru Ardelean2021-06-14
| | | | | | | Patch `010-soft-float.patch` can be dropped. It was upstreamed via https://github.com/ColinIanKing/stress-ng/pull/126 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.12.07Alexandru Ardelean2021-05-04
| | | | | | Refreshed patch. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.12.06Alexandru Ardelean2021-03-29
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.12.04Alexandru Ardelean2021-03-08
| | | | | | Refreshed patch. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.12.02Alexandru Ardelean2021-02-02
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: add other dependenciesRosen Penev2021-01-10
| | | | | | Size is not really an issue for stress-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* stress-ng: update to 0.12.01Rosen Penev2021-01-09
| | | | | | | Simplified bsd patch to be compatible with glibc. It's easier to just use libbsd with glibc. Size shouldn't be an issue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* stress-ng: bump to version 0.12.00Alexandru Ardelean2020-12-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* utils: stress-ng: bump to version 0.11.23Alexandru Ardelean2020-11-02
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.11.20Alexandru Ardelean2020-09-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: remove libaio and libbsd supportRosen Penev2020-09-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* stress-ng: addRosen Penev2020-08-31
This is a replacement for the old stress utility. Signed-off-by: Rosen Penev <rosenp@gmail.com>