Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨文 陈
aports
Commits
fb0a7b80
Commit
fb0a7b80
authored
Oct 17, 2020
by
杨文 陈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/stress-ng: upgrade to 0.11.21
parent
5013a7ef
Pipeline
#53733
canceled with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
20 deletions
+4
-20
community/stress-ng/APKBUILD
community/stress-ng/APKBUILD
+4
-6
community/stress-ng/fix-kernel-header-detection.patch
community/stress-ng/fix-kernel-header-detection.patch
+0
-14
No files found.
community/stress-ng/APKBUILD
View file @
fb0a7b80
# Contributor: Olliver Schinagl <oliver@schinagl.nl>
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname
=
stress-ng
pkgver
=
0.11.
00
pkgrel
=
1
pkgver
=
0.11.
21
pkgrel
=
0
pkgdesc
=
"stress-ng will stress test a computer system in various selectable ways"
url
=
"https://kernel.ubuntu.com/~cking/stress-ng/"
arch
=
"all !mips !mips64"
...
...
@@ -16,8 +16,7 @@ makedepends="
zlib-dev
"
subpackages
=
"
$pkgname
-doc
$pkgname
-bash-completion:bashcomp:noarch"
source
=
"https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-
$pkgver
.tar.xz
fix-kernel-header-detection.patch"
source
=
"https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-
$pkgver
.tar.xz"
build
()
{
make
...
...
@@ -36,5 +35,4 @@ bashcomp() {
amove usr/share/bash-completion/completions
}
sha512sums
=
"d10ad50c2acb6ab53926155fd382c409bbf832a944ec1c3f3ba1c0266cc685dae2bb2c3e24f59e039eea438ad79d5efaafe02745e0e08b9d919894461e2bc49a stress-ng-0.11.00.tar.xz
d444d2f0bc1969b133f8a915592079efdb049f08a4e13e4cfa078dc856015bbeb499abb47817b088a935096fe28c748d328f6907138eea6ec47f51efcd0d6889 fix-kernel-header-detection.patch"
sha512sums
=
"ec41d57f1d58150efc5db5cf96d8b2d8f6f2453cce2f5b2275b8cacb68fad6acfe7fe3004326413ab4ee02098a340938a3cf04404141f1310a05e07abaf7b500 stress-ng-0.11.21.tar.xz"
community/stress-ng/fix-kernel-header-detection.patch
deleted
100644 → 0
View file @
5013a7ef
diff --git a/stress-ramfs.c b/stress-ramfs.c
index 09d89a9..f02ce28 100644
--- a/stress-ramfs.c
+++ b/stress-ramfs.c
@@ -191,7 +191,8 @@
static int stress_ramfs_child(const args_t *args)
#if defined(__NR_fsopen) && \
defined(__NR_fsmount) && \
defined(__NR_fsconfig) && \
- defined(__NR_move_mount)
+ defined(__NR_move_mount) && \
+ defined(FSCONFIG_SET_STRING)
/*
* Use the new Linux 5.2 mount system calls
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment