[merged mm-nonmm-stable] resource-downgrade-resource-sanity-check-warning-to-debug-level.patch removed from -mm tree
Andrew Morton <[email protected]> Mon, 03 Aug 2026 21:04:41 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: resource: downgrade "resource sanity check" warning to debug level
has been removed from the -mm tree. Its filename was
resource-downgrade-resource-sanity-check-warning-to-debug-level.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Manuel Quintero Fonseca <[email protected]>
Subject: resource: downgrade "resource sanity check" warning to debug level
Date: Fri, 22 May 2026 17:01:31 -0700
The "resource sanity check" warning need not mean that there is a
functional issue and in the cases when there isn't one, it is just useless
and confusing noise.
For this reason, downgrade the log level of it from "warn" to "debug".
This reduces log clutter while keeping the diagnostic information
available for debugging purposes if needed.
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Manuel Quintero Fonseca <[email protected]>
Cc: Andriy Shevchenko <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Hans de Goede <[email protected]>
Cc: Mika Westeberg <[email protected]>
Cc: "Rafael J. Wysocki" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
kernel/resource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/resource.c~resource-downgrade-resource-sanity-check-warning-to-debug-level
+++ a/kernel/resource.c
@@ -1859,7 +1859,7 @@ int iomem_map_sanity_check(resource_size
if (p->flags & IORESOURCE_BUSY)
continue;
- pr_warn("resource sanity check: requesting [mem %pa-%pa], which spans more than %s %pR\n",
+ pr_debug("resource sanity check: requesting [mem %pa-%pa], which spans more than %s %pR\n",
&addr, &end, p->name, p);
err = -1;
break;
_
Patches currently in -mm which might be from [email protected] are