1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 16:47:34 +00:00

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
This commit is contained in:
Brian Gianforcaro 2022-03-18 01:51:12 -07:00 committed by Linus Groh
parent 011b6df63a
commit 83abc83d3c
18 changed files with 221 additions and 140 deletions

View file

@ -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