diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2022-03-18 01:51:12 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-18 11:59:35 +0000 |
commit | 83abc83d3c906a0005702dcc495df40ad219883e (patch) | |
tree | 177bff0636e6076eef002e2557a27308ca17a8bd /Ports/stress-ng/patches/ReadMe.md | |
parent | 011b6df63a9aa0f553817b42466c6133a28acd4b (diff) | |
download | serenity-83abc83d3c906a0005702dcc495df40ad219883e.zip |
Ports/stress-ng: Update stress-ng to 0.13.12
This required updating a bunch of patches which had conflicts
in the latest version.
New Patches:
- serenity: Add bogus O_NDELAY just to allow the port to compile
- serenity: Disable nice() stress workload as we do not implement it
- serenity: Disable prctl stressor on serenity
Diffstat (limited to 'Ports/stress-ng/patches/ReadMe.md')
-rw-r--r-- | Ports/stress-ng/patches/ReadMe.md | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/Ports/stress-ng/patches/ReadMe.md b/Ports/stress-ng/patches/ReadMe.md index 617afc11fb..89cbe05edb 100644 --- a/Ports/stress-ng/patches/ReadMe.md +++ b/Ports/stress-ng/patches/ReadMe.md @@ -57,13 +57,22 @@ Serenity doesn't yet support O_SYNC, so just make it compile. serenity: Disable lrand48 zlib stress, it is not implemented for Serenity -## `0011-serenity-Fix-stress_get_prime64-variable-type-uint-u.patch` +## `0011-serenity-Add-bogus-O_NDELAY-just-to-allow-the-port-t.patch` -serenity: Fix stress_get_prime64 variable type, uint -> uint64_t +serenity: Add bogus O_NDELAY just to allow the port to compile -Serenity doesn't have a definition for unit. -## `0012-Makefile-Install-to-usr-local.patch` +## `0012-serenity-Disable-nice-stress-workload-as-we-do-not-i.patch` + +serenity: Disable nice() stress workload as we do not implement it + + +## `0013-serenity-Disable-prctl-stressor-on-serenity.patch` + +serenity: Disable prctl stressor on serenity + + +## `0014-Makefile-Install-to-usr-local.patch` Makefile: Install to /usr/local |