All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Linux ACPI <linux-acpi@vger.kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Bob Moore <robert.moore@intel.com>,
	Saket Dumbre <saket.dumbre@intel.com>
Subject: [PATCH v1 03/12] ACPICA: Attempt 1 to fix issue #900
Date: Fri, 12 Apr 2024 17:05:43 +0200	[thread overview]
Message-ID: <13500523.uLZWGnKmhe@kreacher> (raw)
In-Reply-To: <4920972.31r3eYUQgx@kreacher>

From: Saket Dumbre <saket.dumbre@intel.com>

ACPICA commit f5910dd1ab60780b95eed16d36860f18b01bc156

Link: https://github.com/acpica/acpica/commit/f5910dd1
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 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





  parent reply	other threads:[~2024-04-12 15:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-12 15:03 [PATCH v1 00/12] ACPICA: ACPICA 20240322 Rafael J. Wysocki
2024-04-12 15:04 ` [PATCH v1 01/12] ACPICA: actbl1.h: Add EINJ CXL error types Rafael J. Wysocki
2024-04-12 15:05 ` [PATCH v1 02/12] ACPICA: ACPI 6.5: RAS2: Add support for RAS2 table Rafael J. Wysocki
2024-04-12 15:05 ` Rafael J. Wysocki [this message]
2024-04-12 15:06 ` [PATCH v1 04/12] ACPICA: Fix various spelling mistakes in text files and code comments Rafael J. Wysocki
2024-04-12 15:07 ` [PATCH v1 05/12] ACPICA: Clean up the fix for Issue #900 Rafael J. Wysocki
2024-04-12 15:07 ` [PATCH v1 06/12] ACPICA: Fix spelling and typos Rafael J. Wysocki
2024-04-12 15:08 ` [PATCH v1 07/12] ACPICA: Modify ACPI_OBJECT_COMMON_HEADER Rafael J. Wysocki
2024-04-12 15:09 ` [PATCH v1 08/12] ACPICA: SRAT: Add RISC-V RINTC affinity structure Rafael J. Wysocki
2024-04-12 15:10 ` [PATCH v1 09/12] ACPICA: SRAT: Add dump and compiler support for " Rafael J. Wysocki
2024-04-12 15:11 ` [PATCH v1 10/12] ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT table Rafael J. Wysocki
2024-04-12 15:12 ` [PATCH v1 11/12] ACPICA: events/evgpeinit: don't forget to increment registered GPE count Rafael J. Wysocki
2024-04-12 15:13 ` [PATCH v1 12/12] ACPICA: Update acpixf.h for new ACPICA release 20240322 Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13500523.uLZWGnKmhe@kreacher \
    --to=rjw@rjwysocki.net \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robert.moore@intel.com \
    --cc=saket.dumbre@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.