Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: qcom: sc7180: Move rmtfs memory region

Move rmtfs memory region so that it does not overlap with system
RAM (kernel data) when KAsan is enabled. This puts rmtfs right
after mba_mem which is not supposed to increase beyond 0x94600000

Reviewed-by: Sibi Sankar <sibis@codeaurora.org>
Signed-off-by: Sujit Kautkar <sujitka@chromium.org>
Link: https://lore.kernel.org/r/20210514113430.1.Ic2d032cd80424af229bb95e2c67dd4de1a70cb0c@changeid
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Sujit Kautkar and committed by
Bjorn Andersson
d4282fb4 422a2952

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/sc7180-idp.dts
··· 46 46 47 47 /* Increase the size from 2MB to 8MB */ 48 48 &rmtfs_mem { 49 - reg = <0x0 0x84400000 0x0 0x800000>; 49 + reg = <0x0 0x94600000 0x0 0x800000>; 50 50 }; 51 51 52 52 / {