2024-04-12 15:15:03

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH v1 03/12] ACPICA: Attempt 1 to fix issue #900

From: Saket Dumbre <[email protected]>

ACPICA commit f5910dd1ab60780b95eed16d36860f18b01bc156

Link: https://github.com/acpica/acpica/commit/f5910dd1
Signed-off-by: Rafael J. Wysocki <[email protected]>
---
drivers/acpi/acpica/utdebug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/acpica/utdebug.c b/drivers/acpi/acpica/utdebug.c
index c5f6c85a3a09..2f37d673e285 100644
--- a/drivers/acpi/acpica/utdebug.c
+++ b/drivers/acpi/acpica/utdebug.c
@@ -42,7 +42,6 @@ void acpi_ut_init_stack_ptr_trace(void)
#pragma GCC diagnostic ignored "-Wdangling-pointer="
#endif
acpi_gbl_entry_stack_pointer = &current_sp;
-#pragma GCC diagnostic pop
}

/*******************************************************************************
@@ -63,6 +62,7 @@ void acpi_ut_track_stack_ptr(void)

if (&current_sp < acpi_gbl_lowest_stack_pointer) {
acpi_gbl_lowest_stack_pointer = &current_sp;
+#pragma GCC diagnostic pop
}

if (acpi_gbl_nesting_level > acpi_gbl_deepest_nesting) {
--
2.35.3