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@xxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxx> Link: https://lkml.kernel.org/r/202302021325.700zGa0M-lkp@xxxxxxxxx Cc: Kuan-Ying Lee <Kuan-Ying.Lee@xxxxxxxxxxxx> Cc: Andrey Konovalov <andreyknvl@xxxxxxxxx> Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Andrey Ryabinin <ryabinin.a.a@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- 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@xxxxxxxxxxxxxxxxxxxx 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