[folded-merged] mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write-fix.patch removed from -mm tree
Andrew Morton <[email protected]>
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write-fix
has been removed from the -mm tree. Its filename was
mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write-fix.patch
This patch was dropped because it was folded into mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write.patch
------------------------------------------------------
From: Andrew Morton <[email protected]>
Subject: mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write-fix
Date: Mon Aug 3 05:44:48 PM PDT 2026
use ARRAY_SIZE to dimension ratio[]
Cc: Brendan Jackman <[email protected]>
Cc: Jianlin Shi <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Suren Baghdasaryan <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Zi Yan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
mm/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/page_alloc.c~mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write-fix
+++ a/mm/page_alloc.c
@@ -6926,7 +6926,7 @@ static int lowmem_reserve_ratio_sysctl_h
int write, void *buffer, size_t *length, loff_t *ppos)
{
struct ctl_table tmp = *table;
- int ratio[MAX_NR_ZONES];
+ int ratio[ARRAY_SIZE(sysctl_lowmem_reserve_ratio)];
int rc;
if (!write)
_
Patches currently in -mm which might be from [email protected] are
alloc_tag-add-ioctl-to-proc-allocinfo-fix.patch
mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write.patch
selftests-mm-fix-soft-dirty-kselftest-supported-check-fix.patch
drivers-media-v4l2-core-v4l2-vp9c-reduce-inlining.patch