stress-ng: bump to version 0.12.04
authorAlexandru Ardelean <redacted>
Mon, 8 Mar 2021 10:04:53 +0000 (12:04 +0200)
committerAlexandru Ardelean <redacted>
Mon, 8 Mar 2021 10:32:25 +0000 (12:32 +0200)
Refreshed patch.

Signed-off-by: Alexandru Ardelean <redacted>
utils/stress-ng/Makefile
utils/stress-ng/patches/010-soft-float.patch

index 573dd14820c628ca4cfa44a108a424ba6fe3781e..744c277622b08e2c3bba86555b1d2a8ce9899851 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=stress-ng
-PKG_VERSION:=0.12.02
+PKG_VERSION:=0.12.04
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://kernel.ubuntu.com/~cking/tarballs/stress-ng
-PKG_HASH:=f847be115f60d3ad7d37c806fd1bfb1412aa3c631fca581d6dc233322f50d6a5
+PKG_HASH:=b4e34bda8db4ed37e33b7a861bc06ad77cbbd234d63236da2cb58f02e3f3218e
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=GPL-2.0-only
index 5aea2e26f77814b676f8806de798f9865ad933d5..b9c1b77a0fe31cbc2034306dbd211b7cfcbb8afd 100644 (file)
@@ -1,6 +1,6 @@
 --- a/stress-fp-error.c
 +++ b/stress-fp-error.c
-@@ -115,42 +115,43 @@ static int stress_fp_error(const stress_
+@@ -117,42 +117,43 @@ static int stress_fp_error(const stress_
        do {
                volatile double d1, d2;
  
@@ -50,7 +50,7 @@
                /*
                 * Use volatiles to force compiler to generate code
                 * to perform run time computation of 1.0 / M_PI
-@@ -171,14 +172,15 @@ static int stress_fp_error(const stress_
+@@ -173,14 +174,15 @@ static int stress_fp_error(const stress_
                stress_fp_check(args, "DBL_MAX + DBL_MAX / 2.0",
                        DBL_MAX + DBL_MAX / 2.0, INFINITY,
                        false, true, 0, FE_OVERFLOW | FE_INEXACT);
git clone https://git.99rst.org/PROJECT