The patch titled Subject: mm/damon: change damon_lru_sort_stub_pattern to static has been added to the -mm mm-unstable branch. Its filename is mm-damon-simplify-scheme-create-in-lru_sortc-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-damon-simplify-scheme-create-in-lru_sortc-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Yang Yingliang <yangyingliang@xxxxxxxxxx> Subject: mm/damon: change damon_lru_sort_stub_pattern to static Date: Sat, 17 Sep 2022 20:12:28 +0800 damon_lru_sort_stub_pattern is only used in lru_sort.c now, change it to static. Link: https://lkml.kernel.org/r/20220917121228.1889699-1-yangyingliang@xxxxxxxxxx Fixes: 27812ec2a990 ("mm/damon: simplify scheme create in lru_sort.c") Signed-off-by: Yang Yingliang <yangyingliang@xxxxxxxxxx> Cc: SeongJae Park <sj@xxxxxxxxxx> Cc: Xin Hao <xhao@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/damon/lru_sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/damon/lru_sort.c~mm-damon-simplify-scheme-create-in-lru_sortc-fix +++ a/mm/damon/lru_sort.c @@ -132,7 +132,7 @@ DEFINE_DAMON_MODULES_DAMOS_STATS_PARAMS( lru_sort_tried_cold_regions, lru_sorted_cold_regions, cold_quota_exceeds); -struct damos_access_pattern damon_lru_sort_stub_pattern = { +static struct damos_access_pattern damon_lru_sort_stub_pattern = { /* Find regions having PAGE_SIZE or larger size */ .min_sz_region = PAGE_SIZE, .max_sz_region = ULONG_MAX, _ Patches currently in -mm which might be from yangyingliang@xxxxxxxxxx are mm-damon-simplify-scheme-create-in-lru_sortc-fix.patch mm-damon-reclaim-change-damon_reclaim_wmarks-to-static.patch mm-damon-lru_sort-change-damon_lru_sort_wmarks-to-static.patch