diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 738ac9bdded9dd07f2d0001baca67f2d218079b8..66e0a016e8ba618a88ecdd2ea358ec5a91586850 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 c5bf3b58ab3d253c8b4fb435e5234d8d1edb83f8..b8b8e864a367cf80e3b1153efec69b0c14c6a91d 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