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

Ports: Update stress-ng to version 0.14.03

The stress-ng project appears to have addressed all the issues
we had been patching, and thus we no longer need almost all of
these patches.
This commit is contained in:
Brian Gianforcaro 2022-06-24 01:51:22 -07:00 committed by Brian Gianforcaro
parent 56c1e71a37
commit 77a725b6f4
17 changed files with 7 additions and 591 deletions

View file

@ -1,78 +1,6 @@
# Patches for stress-ng on SerenityOS
## `0001-serenity-Disable-linux-scheduler-integration-on-Sere.patch`
serenity: Disable linux scheduler integration on Serenity
Follow the path of other platforms, and make this code nop
when compiling for serenity.
## `0002-serenity-Disable-itimer-testing-when-compiling-for-S.patch`
serenity: Disable itimer testing when compiling for Serenity
The itimer APIs are not implemented in serenity, so just disable
these tests.
## `0003-serenity-Fix-duplicate-definition-of-ALWAYS_INLINE-o.patch`
serenity: Fix duplicate definition of ALWAYS_INLINE on serenity
## `0004-serenity-ifdef-out-key_t-type-usage-which-serenity-d.patch`
serenity: ifdef out key_t type usage, which serenity does not have
## `0005-serenity-Mark-hsearch-stressor-as-not-implemented-on.patch`
serenity: Mark hsearch stressor as not implemented on Serenity
## `0006-serenity-Disable-signal-code-validation-for-Serenity.patch`
serenity: Disable signal code validation for Serenity
We don't currently have a definition for SEGV_ACCERR, so
this validation is meaningless for SerenityOS.
## `0007-serenity-Disable-rand48-cpu-stressor-it-s-not-implem.patch`
serenity: Disable rand48 cpu stressor, it's not implemented for Serenity
## `0008-serenity-Make-lsearch-stressor-a-nop-on-Serenity.patch`
serenity: Make lsearch stressor a nop on Serenity
## `0009-serenity-Fake-O_SYNC-for-serenity-so-iomix-stressor-.patch`
serenity: Fake O_SYNC for serenity so iomix stressor compiles
Serenity doesn't yet support O_SYNC, so just make it compile.
## `0010-serenity-Disable-lrand48-zlib-stress-it-is-not-imple.patch`
serenity: Disable lrand48 zlib stress, it is not implemented for Serenity
## `0011-serenity-Add-bogus-O_NDELAY-just-to-allow-the-port-t.patch`
serenity: Add bogus O_NDELAY just to allow the port to compile
## `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`
## `0001-Makefile-Install-to-usr-local.patch`
Makefile: Install to /usr/local