From 8164ae2bafeada242f1c330001e41e6a7273cc8d Mon Sep 17 00:00:00 2001 From: GengYinzong Date: Thu, 21 Sep 2023 20:18:42 -0700 Subject: [PATCH] Signed-off-by: GengYinzong Change-Id: I06baeb435934dfce0712d033a812798ddf08f657 --- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 7 +++++++ linux-5.10/rk3568/arch/arm64_defconfig | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 738ac9b..66e0a01 100644 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -6878,3 +6878,10 @@ CONFIG_SAMPLE_HCK_REGISTER=y # CONFIG_SAMPLE_HCK_REGISTER_ONE is not set # end of HCK sample # end of HCK + +# +# Select show address about anonymous area of the render process memory +# with -rx- permissions or not. +# +CONFIG_HIDE_RENDER_ADDRESS=y +# end of show address or not \ No newline at end of file diff --git a/linux-5.10/rk3568/arch/arm64_defconfig b/linux-5.10/rk3568/arch/arm64_defconfig index c5bf3b5..b8b8e86 100644 --- a/linux-5.10/rk3568/arch/arm64_defconfig +++ b/linux-5.10/rk3568/arch/arm64_defconfig @@ -6094,3 +6094,9 @@ CONFIG_BLACKBOX_ROCKCHIP=y # CONFIG_SECURITY_XPM_DEBUG=y # end of executable permission manager +# +# Select show address about anonymous area of the render process memory +# with -rx- permissions or not. +# +CONFIG_HIDE_RENDER_ADDRESS=y +# end of show address or not \ No newline at end of file -- Gitee