From 96692fa6c181db11bc4b72e073c52b025cbd4c98 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 28 Apr 2021 10:39:11 +0300 Subject: [PATCH] stress-ng: bump to version 0.12.07 Refreshed patch. Signed-off-by: Alexandru Ardelean --- utils/stress-ng/Makefile | 4 ++-- utils/stress-ng/patches/010-soft-float.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 134cd5b90..fff45a7f1 100644 --- a/utils/stress-ng/Makefile +++ b/utils/stress-ng/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stress-ng -PKG_VERSION:=0.12.06 +PKG_VERSION:=0.12.07 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://kernel.ubuntu.com/~cking/tarballs/stress-ng -PKG_HASH:=75eb340266b1bbae944d8f9281af978bd5bc2c8085df97a098d5500d6f177296 +PKG_HASH:=cf73e3a4c7d95afa46aa27fb9283a8a988f3971de4ce6ffe9f651ca341731ead PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=GPL-2.0-only diff --git a/utils/stress-ng/patches/010-soft-float.patch b/utils/stress-ng/patches/010-soft-float.patch index b9c1b77a0..dd2dbec2c 100644 --- a/utils/stress-ng/patches/010-soft-float.patch +++ b/utils/stress-ng/patches/010-soft-float.patch @@ -1,6 +1,6 @@ --- a/stress-fp-error.c +++ b/stress-fp-error.c -@@ -117,42 +117,43 @@ static int stress_fp_error(const stress_ +@@ -119,42 +119,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 -@@ -173,14 +174,15 @@ static int stress_fp_error(const stress_ +@@ -175,14 +176,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);