* Prepare xu4 edge for 5.16.y, move current of imx6 to 5.15.y and edge to 5.16.y - fix bootsplash on 5.16.y * rk322x: advance current to 5.15 and edge to 5.16 * rockchip: advance current kernel to 5.15, edge to 5.16 * - adjust configs - fix bootsplash patches - adjust aufs * Switch sunxi / sunxi64 current to 5.15.y, edge to 5.16.y - cleanup bootsplash patches - adjust configs * Update mvebu64 Co-authored-by: Paolo Sabatino <paolo.sabatino@gmail.com>
25 lines
598 B
Diff
25 lines
598 B
Diff
From 6408e6688b18e5c712c711110d196a4e95f3f870 Mon Sep 17 00:00:00 2001
|
|
From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
Date: Thu, 9 Sep 2021 16:37:28 +0000
|
|
Subject: [PATCH 2/4] 01-linux-1000-export-mm_trace_rss_stat
|
|
|
|
---
|
|
mm/memory.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/mm/memory.c b/mm/memory.c
|
|
index 25fc46e87..7ef0adaa5 100644
|
|
--- a/mm/memory.c
|
|
+++ b/mm/memory.c
|
|
@@ -171,6 +171,7 @@ void mm_trace_rss_stat(struct mm_struct *mm, int member, long count)
|
|
{
|
|
trace_rss_stat(mm, member, count);
|
|
}
|
|
+EXPORT_SYMBOL(mm_trace_rss_stat);
|
|
|
|
#if defined(SPLIT_RSS_COUNTING)
|
|
|
|
--
|
|
2.25.1
|
|
|