diff options
author | 2024-12-03 18:05:11 +0000 | |
---|---|---|
committer | 2025-01-13 22:40:43 -0800 | |
commit | a9d1f3f2d7fecbc465bd4b16343a2ff8499cc558 (patch) | |
tree | 768002d36330f87d4d4c0594cee040e59b271dd7 /mm/page_isolation.c | |
parent | mm: abstract get_arg_page() stack expansion and mmap read lock (diff) | |
download | wireguard-linux-a9d1f3f2d7fecbc465bd4b16343a2ff8499cc558.tar.xz wireguard-linux-a9d1f3f2d7fecbc465bd4b16343a2ff8499cc558.zip |
mm/vma: move stack expansion logic to mm/vma.c
We build on previous work making expand_downwards() an entirely internal
function.
This logic is subtle and so it is highly useful to get it into vma.c so we
can then userland unit test.
We must additionally move acct_stack_growth() to vma.c as it is a helper
function used by both expand_downwards() and expand_upwards().
We are also then able to mark anon_vma_interval_tree_pre_update_vma() and
anon_vma_interval_tree_post_update_vma() static as these are no longer
used by anything else.
Link: https://lkml.kernel.org/r/0feb104eff85922019d4fb29280f3afb130c5204.1733248985.git.lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Jann Horn <jannh@google.com>
Cc: Kees Cook <kees@kernel.org>
Cc: Liam R. Howlett <Liam.Howlett@Oracle.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/page_isolation.c')
0 files changed, 0 insertions, 0 deletions