From 9b619a9d358c48447407b0174c4c7330c2add1f0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 17 Mar 2020 11:10:22 +0100 Subject: [PATCH] stress-ng: update to 0.11.03. --- srcpkgs/stress-ng/patches/disable-linux52-syscalls.patch | 8 ++++---- srcpkgs/stress-ng/template | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/stress-ng/patches/disable-linux52-syscalls.patch b/srcpkgs/stress-ng/patches/disable-linux52-syscalls.patch index d6fab5f28d..878dbb19b9 100644 --- a/srcpkgs/stress-ng/patches/disable-linux52-syscalls.patch +++ b/srcpkgs/stress-ng/patches/disable-linux52-syscalls.patch @@ -34,7 +34,7 @@ instead of defining its own. @@ -24,6 +24,19 @@ */ #include "stress-ng.h" - + +#ifdef __NR_fsopen +#undef __NR_fsopen +#endif @@ -48,6 +48,6 @@ instead of defining its own. +#undef __NR_move_mount +#endif + - static const help_t help[] = { - { NULL, "ramfs N", "start N workers exercising ramfs mounts" }, - { NULL, "ramfs-ops N", "stop after N bogo ramfs mount operations" }, + static const stress_help_t help[] = { + { NULL, "ramfs N", "start N workers exercising ramfs mounts" }, + { NULL, "ramfs-ops N", "stop after N bogo ramfs mount operations" }, diff --git a/srcpkgs/stress-ng/template b/srcpkgs/stress-ng/template index 31e3a081c6..521789b6fd 100644 --- a/srcpkgs/stress-ng/template +++ b/srcpkgs/stress-ng/template @@ -1,6 +1,6 @@ # Template file for 'stress-ng' pkgname=stress-ng -version=0.11.02 +version=0.11.03 revision=1 build_style=gnu-makefile make_use_env=1 @@ -9,4 +9,4 @@ maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="http://kernel.ubuntu.com/~cking/stress-ng/" distfiles="http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${pkgname}-${version}.tar.xz" -checksum=ad1a6fca8f90f67a4364aa6ff0c406995960dc4f8689e9d5289fc083e1d8986f +checksum=3c6d0e8077f5d55251e247cc761eaec527413fba4aa89a02856b432dfb5e9443