All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] kasan-infer-allocation-size-by-scanning-metadata-fix.patch removed from -mm tree
@ 2023-02-10  0:47 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-02-10  0:47 UTC (permalink / raw)
  To: mm-commits, ryabinin.a.a, lkp, Kuan-Ying.Lee, glider, andreyknvl,
	akpm, akpm


The quilt patch titled
     Subject: kasan-infer-allocation-size-by-scanning-metadata-fix
has been removed from the -mm tree.  Its filename was
     kasan-infer-allocation-size-by-scanning-metadata-fix.patch

This patch was dropped because it was folded into kasan-infer-allocation-size-by-scanning-metadata.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kasan-infer-allocation-size-by-scanning-metadata-fix
Date: Thu Feb  2 02:43:48 PM PST 2023

fix printk warning

Reported-by: kernel test robot <lkp@intel.com>
  Link: https://lkml.kernel.org/r/202302021325.700zGa0M-lkp@intel.com
Cc: Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---


--- a/mm/kasan/report.c~kasan-infer-allocation-size-by-scanning-metadata-fix
+++ a/mm/kasan/report.c
@@ -268,7 +268,7 @@ static void describe_object_addr(const v
 	}
 
 	pr_err("The buggy address is located %d bytes %s of\n"
-	       " %s%lu-byte region [%px, %px)\n",
+	       " %s%zu-byte region [%px, %px)\n",
 	       rel_bytes, rel_type, region_state, info->alloc_size,
 	       (void *)object_addr, (void *)(object_addr + info->alloc_size));
 }
_

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

kasan-infer-allocation-size-by-scanning-metadata.patch
shmem-add-shmem_read_folio-and-shmem_read_folio_gfp-fix.patch
lib-stackdepot-mm-rename-stack_depot_want_early_init-fix.patch
lib-stackdepot-annotate-racy-slab_index-accesses-fix.patch


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

only message in thread, other threads:[~2023-02-10  0:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10  0:47 [folded-merged] kasan-infer-allocation-size-by-scanning-metadata-fix.patch removed from -mm tree Andrew Morton

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.