The quilt patch titled Subject: mm/damon/core: remove per-scheme region priority histogram buffer has been removed from the -mm tree. Its filename was mm-damon-core-remove-per-scheme-region-priority-histogram-buffer.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: SeongJae Park <sj@xxxxxxxxxx> Subject: mm/damon/core: remove per-scheme region priority histogram buffer Date: Sun, 25 Aug 2024 21:23:22 -0700 Nobody is reading from or writing to the per-scheme region priorities histogram buffer. It is only wasting memory. Remove it. Link: https://lkml.kernel.org/r/20240826042323.87025-4-sj@xxxxxxxxxx Signed-off-by: SeongJae Park <sj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/damon.h | 1 - 1 file changed, 1 deletion(-) --- a/include/linux/damon.h~mm-damon-core-remove-per-scheme-region-priority-histogram-buffer +++ a/include/linux/damon.h @@ -233,7 +233,6 @@ struct damos_quota { unsigned long charge_addr_from; /* For prioritization */ - unsigned long histogram[DAMOS_MAX_SCORE + 1]; unsigned int min_score; /* For feedback loop */ _ Patches currently in -mm which might be from sj@xxxxxxxxxx are