linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sc7180: Move rmtfs memory region
@ 2021-05-14 18:34 Sujit Kautkar
  2021-05-24  1:15 ` Sibi Sankar
  2021-05-31 21:50 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Sujit Kautkar @ 2021-05-14 18:34 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring
  Cc: Rajendra Nayak, Sibi Sankar, Sujit Kautkar, devicetree,
	linux-arm-msm, linux-kernel

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

Signed-off-by: Sujit Kautkar <sujitka@chromium.org>
---

 arch/arm64/boot/dts/qcom/sc7180-idp.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
index e77a7926034a7..afe0f9c258164 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
@@ -45,7 +45,7 @@ chosen {
 
 /* Increase the size from 2MB to 8MB */
 &rmtfs_mem {
-	reg = <0x0 0x84400000 0x0 0x800000>;
+	reg = <0x0 0x94600000 0x0 0x800000>;
 };
 
 / {
-- 
2.31.1.751.gd2f1c929bd-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sc7180: Move rmtfs memory region
  2021-05-14 18:34 [PATCH] arm64: dts: qcom: sc7180: Move rmtfs memory region Sujit Kautkar
@ 2021-05-24  1:15 ` Sibi Sankar
  2021-05-31 21:50 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Sibi Sankar @ 2021-05-24  1:15 UTC (permalink / raw)
  To: Sujit Kautkar
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, Rajendra Nayak,
	devicetree, linux-arm-msm, linux-kernel

Hey Sujit,

Thanks for the patch!

On 2021-05-15 00:04, Sujit Kautkar wrote:
> 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>
> ---
> 
>  arch/arm64/boot/dts/qcom/sc7180-idp.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> index e77a7926034a7..afe0f9c258164 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> +++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> @@ -45,7 +45,7 @@ chosen {
> 
>  /* Increase the size from 2MB to 8MB */
>  &rmtfs_mem {
> -	reg = <0x0 0x84400000 0x0 0x800000>;
> +	reg = <0x0 0x94600000 0x0 0x800000>;
>  };
> 
>  / {

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sc7180: Move rmtfs memory region
  2021-05-14 18:34 [PATCH] arm64: dts: qcom: sc7180: Move rmtfs memory region Sujit Kautkar
  2021-05-24  1:15 ` Sibi Sankar
@ 2021-05-31 21:50 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-05-31 21:50 UTC (permalink / raw)
  To: Sujit Kautkar; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Fri, 14 May 2021 11:34:34 -0700 you wrote:
> 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
> 
> Signed-off-by: Sujit Kautkar <sujitka@chromium.org>
> ---
> 
> [...]

Here is the summary with links:
  - arm64: dts: qcom: sc7180: Move rmtfs memory region
    https://git.kernel.org/qcom/c/d4282fb4f8f9

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-31 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 18:34 [PATCH] arm64: dts: qcom: sc7180: Move rmtfs memory region Sujit Kautkar
2021-05-24  1:15 ` Sibi Sankar
2021-05-31 21:50 ` patchwork-bot+linux-arm-msm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).