提交 6ec939f8 编写于 作者: A Anshuman Khandual 提交者: Catalin Marinas

arm64/mm: Poison initmem while freeing with free_reserved_area()

Platform implementation for free_initmem() should poison the memory while
freeing it up. Hence pass across POISON_FREE_INITMEM while calling into
free_reserved_area(). The same is being followed in the generic fallback
for free_initmem() and some other platforms overriding it.

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-kernel@vger.kernel.org
Reviewed-by: NSteven Price <steven.price@arm.com>
Acked-by: NWill Deacon <will@kernel.org>
Signed-off-by: NAnshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
上级 899ee4af
...@@ -571,7 +571,7 @@ void free_initmem(void) ...@@ -571,7 +571,7 @@ void free_initmem(void)
{ {
free_reserved_area(lm_alias(__init_begin), free_reserved_area(lm_alias(__init_begin),
lm_alias(__init_end), lm_alias(__init_end),
0, "unused kernel"); POISON_FREE_INITMEM, "unused kernel");
/* /*
* Unmap the __init region but leave the VM area in place. This * Unmap the __init region but leave the VM area in place. This
* prevents the region from being reused for kernel modules, which * prevents the region from being reused for kernel modules, which
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册