All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] kernel-resource-allow-region_intersects-users-to-hold-resource_lock-fix.patch removed from -mm tree
@ 2021-05-07  0:10 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-05-07  0:10 UTC (permalink / raw)
  To: akpm, apopple, lkp, mm-commits


The patch titled
     Subject: kernel-resource-allow-region_intersects-users-to-hold-resource_lock-fix
has been removed from the -mm tree.  Its filename was
     kernel-resource-allow-region_intersects-users-to-hold-resource_lock-fix.patch

This patch was dropped because it was folded into kernel-resource-allow-region_intersects-users-to-hold-resource_lock.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kernel-resource-allow-region_intersects-users-to-hold-resource_lock-fix

make __region_intersects static

Reported-by: kernel test robot <lkp@intel.com>
Cc: Alistair Popple <apopple@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/resource.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/kernel/resource.c~kernel-resource-allow-region_intersects-users-to-hold-resource_lock-fix
+++ a/kernel/resource.c
@@ -502,8 +502,8 @@ int __weak page_is_ram(unsigned long pfn
 }
 EXPORT_SYMBOL_GPL(page_is_ram);
 
-int __region_intersects(resource_size_t start, size_t size, unsigned long flags,
-			unsigned long desc)
+static int __region_intersects(resource_size_t start, size_t size,
+			unsigned long flags, unsigned long desc)
 {
 	struct resource res;
 	int type = 0; int other = 0;
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

kernel-resource-allow-region_intersects-users-to-hold-resource_lock.patch
mm.patch
linux-next-rejects.patch
cifsd-is-broken.patch
kernel-forkc-export-kernel_thread-to-modules.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-07  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07  0:10 [folded-merged] kernel-resource-allow-region_intersects-users-to-hold-resource_lock-fix.patch removed from -mm tree akpm

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.