1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:37:35 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,8 +1,7 @@
From bb67e44f840df4b833ea3316cf20dee42d62cdb8 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 20:53:47 -0800
Subject: [PATCH 01/14] serenity: Disable linux scheduler integration on
Serenity
Subject: [PATCH] serenity: Disable linux scheduler integration on Serenity
Follow the path of other platforms, and make this code nop
when compiling for serenity.
@ -39,6 +38,3 @@ index 91d1d02..6f172d3 100644
static const int policies[] = {
#if defined(SCHED_IDLE)
--
2.32.0

View file

@ -1,8 +1,7 @@
From daec883ade0af0b20a4e2f3ef584cde57e22bf3b Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 20:57:05 -0800
Subject: [PATCH 02/14] serenity: Disable itimer testing when compiling for
Serenity
Subject: [PATCH] serenity: Disable itimer testing when compiling for Serenity
The itimer APIs are not implemented in serenity, so just disable
these tests.
@ -113,6 +112,3 @@ index 5d9a10a..cacd01c 100644
ret = bad_syscall(addr);
if (ret < 0)
--
2.32.0

View file

@ -1,7 +1,7 @@
From 26423a861528dd878910c58af5c13b1d3edb29b1 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 20:58:41 -0800
Subject: [PATCH 03/14] serenity: Fix duplicate definition of ALWAYS_INLINE on
Subject: [PATCH] serenity: Fix duplicate definition of ALWAYS_INLINE on
serenity
---
@ -24,6 +24,3 @@ index 84d3bfa..5af02e1 100644
/* force inlining hint */
#if (defined(__GNUC__) && NEED_GNUC(3, 4, 0) \
&& ((!defined(__s390__) && !defined(__s390x__)) || NEED_GNUC(6, 0, 1))) || \
--
2.32.0

View file

@ -1,8 +1,8 @@
From a6387e37e265be01a76d64d2730bcf390a886104 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 20:59:35 -0800
Subject: [PATCH 04/14] serenity: ifdef out key_t type usage, which serenity
does not have
Subject: [PATCH] serenity: ifdef out key_t type usage, which serenity does not
have
---
stress-ng.h | 3 +++
@ -27,6 +27,3 @@ index 5af02e1..dac6113 100644
#if defined(STRESS_PERF_STATS)
struct {
bool no_perf; /* true = Perf not available */
--
2.32.0

View file

@ -1,7 +1,7 @@
From a2e86111bb205405fdd3066864aaf1000704fe26 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 21:01:59 -0800
Subject: [PATCH 05/14] serenity: Mark hsearch stressor as not implemented on
Subject: [PATCH] serenity: Mark hsearch stressor as not implemented on
Serenity
---
@ -32,6 +32,3 @@ index 90bf3f6..9d97418 100644
+ .help = help
+};
+#endif
--
2.32.0

View file

@ -1,7 +1,7 @@
From 955e2e55837b71175a229b0871c57f6b5017f82a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 23:30:03 -0800
Subject: [PATCH 06/14] serenity: Disable signal code validation for Serenity
Subject: [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.
@ -27,6 +27,3 @@ index 9930c0e..d6ce99a 100644
#endif
inc_counter(args);
} else {
--
2.32.0

View file

@ -1,8 +1,8 @@
From 0b17904ec60c45d00a6fca397e86b27b966403b8 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 23:46:44 -0800
Subject: [PATCH 07/14] serenity: Disable rand48 cpu stressor, it's not
implemented for Serenity
Subject: [PATCH] serenity: Disable rand48 cpu stressor, it's not implemented
for Serenity
---
stress-cpu.c | 4 ++++
@ -38,6 +38,3 @@ index 0a08f1d..c1f1fc5 100644
{ "rgb", stress_cpu_rgb },
{ "sieve", stress_cpu_sieve },
{ "stats", stress_cpu_stats },
--
2.32.0

View file

@ -1,7 +1,7 @@
From 317481d355bb08bcda3f91b141dba18a2acb8b57 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 23:47:22 -0800
Subject: [PATCH 08/14] serenity: Make lsearch stressor a nop on Serenity
Subject: [PATCH] serenity: Make lsearch stressor a nop on Serenity
---
stress-lsearch.c | 9 +++++++++
@ -31,6 +31,3 @@ index c712112..1072b86 100644
+ .help = help
+};
+#endif
--
2.32.0

View file

@ -1,8 +1,7 @@
From f332ec78663a2642c5ff93003dc806575cccfb54 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 23:47:45 -0800
Subject: [PATCH 09/14] serenity: Fake O_SYNC for serenity so iomix stressor
compiles
Subject: [PATCH] serenity: Fake O_SYNC for serenity so iomix stressor compiles
Serenity doesn't yet support O_SYNC, so just make it compile.
---
@ -25,6 +24,3 @@ index e99d262..8518e39 100644
typedef void (*stress_iomix_func)(const stress_args_t *args, const int fd, const off_t iomix_bytes);
static const stress_help_t help[] = {
--
2.32.0

View file

@ -1,8 +1,8 @@
From 684f3f13ebc61278fd12de7261a759bf8af450a6 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Mon, 27 Dec 2021 23:48:49 -0800
Subject: [PATCH 10/14] serenity: Disable lrand48 zlib stress, it is not
implemented for Serenity
Subject: [PATCH] serenity: Disable lrand48 zlib stress, it is not implemented
for Serenity
---
stress-zlib.c | 6 ++++++
@ -48,6 +48,3 @@ index 68330bb..90b0c65 100644
{ "morse", stress_rand_data_morse },
{ "nybble", stress_rand_data_nybble },
{ "objcode", stress_rand_data_objcode },
--
2.32.0

View file

@ -1,7 +1,7 @@
From 8b2129617d17617124a0cdffd2e4819086ba3473 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Fri, 18 Mar 2022 02:35:30 -0700
Subject: [PATCH 11/14] serenity: Add bogus O_NDELAY just to allow the port to
Subject: [PATCH] serenity: Add bogus O_NDELAY just to allow the port to
compile
---
@ -24,6 +24,3 @@ index 7772097..aa98b0a 100644
/*
* Device information is held in a linked list of dev_info_t objects. Each
* nth element in the list also points to a unique device state which is
--
2.32.0

View file

@ -1,7 +1,7 @@
From b874c0fbbb785423ed93ada0e1f7e5e1fe246ce8 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Fri, 18 Mar 2022 02:36:17 -0700
Subject: [PATCH 12/14] serenity: Disable nice() stress workload as we do not
Subject: [PATCH] serenity: Disable nice() stress workload as we do not
implement it
---
@ -39,6 +39,3 @@ index ca89124..7dd9e52 100644
stress_syncload_spinwrite,
};
--
2.32.0

View file

@ -1,7 +1,7 @@
From 94ad2d17986ad9c73efdc9f42a773a217af8ad38 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Gianforcaro <b.gianfo@gmail.com>
Date: Fri, 18 Mar 2022 02:36:55 -0700
Subject: [PATCH 13/14] serenity: Disable prctl stressor on serenity
Subject: [PATCH] serenity: Disable prctl stressor on serenity
---
stress-usersyscall.c | 3 ++-
@ -21,6 +21,3 @@ index 26732db..a4eb903 100644
#include <sys/prctl.h>
--
2.32.0

View file

@ -1,7 +1,7 @@
From 13d34247badfb4adcbf725c04dd6ee2af30e6995 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Thu, 13 Jan 2022 16:13:02 +0330
Subject: [PATCH 14/14] Makefile: Install to /usr/local
Subject: [PATCH] Makefile: Install to /usr/local
---
Makefile | 8 ++++----
@ -26,6 +26,3 @@ index f8f71c5..1d90cd0 100644
#
# Stressors
--
2.32.0