* [folded-merged] mm-shrinkers-fix-deadlock-in-shrinker-debugfs-fix.patch removed from -mm tree
@ 2023-02-09 23:51 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-02-09 23:51 UTC (permalink / raw)
To: mm-commits, zhengqi.arch, songmuchun, roman.gushchin,
kent.overstreet, akpm, akpm
The quilt patch titled
Subject: mm-shrinkers-fix-deadlock-in-shrinker-debugfs-fix
has been removed from the -mm tree. Its filename was
mm-shrinkers-fix-deadlock-in-shrinker-debugfs-fix.patch
This patch was dropped because it was folded into mm-shrinkers-fix-deadlock-in-shrinker-debugfs.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-shrinkers-fix-deadlock-in-shrinker-debugfs-fix
Date: Thu Feb 2 04:31:34 PM PST 2023
fix CONFIG_SHRINKER_DEBUG=n stub
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Qi Zheng <zhengqi.arch@bytedance.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
--- a/include/linux/shrinker.h~mm-shrinkers-fix-deadlock-in-shrinker-debugfs-fix
+++ a/include/linux/shrinker.h
@@ -117,6 +117,7 @@ static inline int shrinker_debugfs_add(s
}
static inline struct dentry *shrinker_debugfs_remove(struct shrinker *shrinker)
{
+ return NULL;
}
static inline __printf(2, 3)
int shrinker_debugfs_rename(struct shrinker *shrinker, const char *fmt, ...)
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-shrinkers-fix-deadlock-in-shrinker-debugfs.patch
mm-replace-vma-vm_flags-direct-modifications-with-modifier-calls-fix.patch
kasan-infer-allocation-size-by-scanning-metadata-fix.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-09 23:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-09 23:51 [folded-merged] mm-shrinkers-fix-deadlock-in-shrinker-debugfs-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.