The quilt patch titled Subject: mark-stuff-as-__ro_after_init-checkpatch-fixes has been removed from the -mm tree. Its filename was mark-stuff-as-__ro_after_init-checkpatch-fixes.patch This patch was dropped because it was folded into mark-stuff-as-__ro_after_init.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mark-stuff-as-__ro_after_init-checkpatch-fixes Date: Wed Oct 11 10:07:07 AM PDT 2023 ERROR: "foo * bar" should be "foo *bar" #52: FILE: block/bdev.c:295: +static struct kmem_cache * bdev_cachep __ro_after_init; total: 1 errors, 0 warnings, 383 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mark-stuff-as-__ro_after_init.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- block/bdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/block/bdev.c~mark-stuff-as-__ro_after_init-checkpatch-fixes +++ a/block/bdev.c @@ -292,7 +292,7 @@ EXPORT_SYMBOL(thaw_bdev); */ static __cacheline_aligned_in_smp DEFINE_MUTEX(bdev_lock); -static struct kmem_cache * bdev_cachep __ro_after_init; +static struct kmem_cache *bdev_cachep __ro_after_init; static struct inode *bdev_alloc_inode(struct super_block *sb) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-kmem-make-memcg-keep-a-reference-to-the-original-objcg-fix.patch mm-kmemleak-split-__create_object-into-two-functions-checkpatch-fixes.patch mm-migrate-add-nr_split-to-trace_mm_migrate_pages-stats-fix.patch mark-stuff-as-__ro_after_init.patch mark-stuff-as-__ro_after_init-fix.patch