From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 02/13] kernel: Disable suspending systems to RAM Date: Sat, 18 Sep 2021 16:09:41 +0000 Message-ID: <9e31ba5e-949e-9745-3dc9-d14c124d3bc3@ipfire.org> In-Reply-To: <20210917114229.10704-2-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1531140043729803909==" List-Id: --===============1531140043729803909== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Peter M=C3=BCller > We do not make any use of this functionality >=20 > Signed-off-by: Michael Tremer > --- > config/kernel/kernel.config.aarch64-ipfire | 4 +--- > config/kernel/kernel.config.armv6l-ipfire | 4 +--- > config/kernel/kernel.config.i586-ipfire | 5 +---- > config/kernel/kernel.config.x86_64-ipfire | 5 +---- > 4 files changed, 4 insertions(+), 14 deletions(-) >=20 > diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/ker= nel.config.aarch64-ipfire > index 54cd7c084..589e0440d 100644 > --- a/config/kernel/kernel.config.aarch64-ipfire > +++ b/config/kernel/kernel.config.aarch64-ipfire > @@ -480,9 +480,7 @@ CONFIG_SYSVIPC_COMPAT=3Dy > # > # Power management options > # > -CONFIG_SUSPEND=3Dy > -CONFIG_SUSPEND_FREEZER=3Dy > -# CONFIG_SUSPEND_SKIP_SYNC is not set > +# CONFIG_SUSPEND is not set > # CONFIG_HIBERNATION is not set > CONFIG_PM_SLEEP=3Dy > CONFIG_PM_SLEEP_SMP=3Dy > diff --git a/config/kernel/kernel.config.armv6l-ipfire b/config/kernel/kern= el.config.armv6l-ipfire > index 6fe17954d..1dc5b1c58 100644 > --- a/config/kernel/kernel.config.armv6l-ipfire > +++ b/config/kernel/kernel.config.armv6l-ipfire > @@ -702,9 +702,7 @@ CONFIG_NEON=3Dy > # > # Power management options > # > -CONFIG_SUSPEND=3Dy > -CONFIG_SUSPEND_FREEZER=3Dy > -# CONFIG_SUSPEND_SKIP_SYNC is not set > +# CONFIG_SUSPEND is not set > # CONFIG_HIBERNATION is not set > CONFIG_PM_SLEEP=3Dy > CONFIG_PM_SLEEP_SMP=3Dy > diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel= .config.i586-ipfire > index a915682e4..b159db581 100644 > --- a/config/kernel/kernel.config.i586-ipfire > +++ b/config/kernel/kernel.config.i586-ipfire > @@ -464,9 +464,7 @@ CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=3Dy > # > # Power management and ACPI options > # > -CONFIG_SUSPEND=3Dy > -CONFIG_SUSPEND_FREEZER=3Dy > -# CONFIG_SUSPEND_SKIP_SYNC is not set > +# CONFIG_SUSPEND is not set > # CONFIG_HIBERNATION is not set > CONFIG_PM_SLEEP=3Dy > CONFIG_PM_SLEEP_SMP=3Dy > @@ -484,7 +482,6 @@ CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=3Dy > CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=3Dy > # CONFIG_ACPI_DEBUGGER is not set > CONFIG_ACPI_SPCR_TABLE=3Dy > -CONFIG_ACPI_SLEEP=3Dy > CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=3Dy > CONFIG_ACPI_EC_DEBUGFS=3Dm > CONFIG_ACPI_AC=3Dy > diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kern= el.config.x86_64-ipfire > index 730e0791e..bf738bda5 100644 > --- a/config/kernel/kernel.config.x86_64-ipfire > +++ b/config/kernel/kernel.config.x86_64-ipfire > @@ -468,9 +468,7 @@ CONFIG_ARCH_ENABLE_THP_MIGRATION=3Dy > # > # Power management and ACPI options > # > -CONFIG_SUSPEND=3Dy > -CONFIG_SUSPEND_FREEZER=3Dy > -# CONFIG_SUSPEND_SKIP_SYNC is not set > +# CONFIG_SUSPEND is not set > CONFIG_HIBERNATE_CALLBACKS=3Dy > # CONFIG_HIBERNATION is not set > CONFIG_PM_SLEEP=3Dy > @@ -490,7 +488,6 @@ CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=3Dy > # CONFIG_ACPI_DEBUGGER is not set > CONFIG_ACPI_SPCR_TABLE=3Dy > CONFIG_ACPI_LPIT=3Dy > -CONFIG_ACPI_SLEEP=3Dy > CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=3Dy > CONFIG_ACPI_EC_DEBUGFS=3Dm > CONFIG_ACPI_AC=3Dy >=20 --===============1531140043729803909==--