Loading arch/arm64/configs/msm8953-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y CONFIG_SETEND_EMULATION=y CONFIG_ARM64_SW_TTBR0_PAN=y # CONFIG_ARM64_VHE is not set CONFIG_RANDOMIZE_BASE=y CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y Loading arch/arm64/configs/msm8953_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y CONFIG_SETEND_EMULATION=y CONFIG_ARM64_SW_TTBR0_PAN=y # CONFIG_ARM64_VHE is not set CONFIG_RANDOMIZE_BASE=y CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y Loading security/selinux/hooks.c +3 −3 Original line number Diff line number Diff line Loading @@ -1092,10 +1092,9 @@ static int selinux_parse_opts_str(char *options, goto out_err; opts->mnt_opts_flags = kcalloc(NUM_SEL_MNT_OPTS, sizeof(int), GFP_ATOMIC); if (!opts->mnt_opts_flags) { kfree(opts->mnt_opts); if (!opts->mnt_opts_flags) goto out_err; } if (fscontext) { opts->mnt_opts[num_mnt_opts] = fscontext; Loading @@ -1118,6 +1117,7 @@ static int selinux_parse_opts_str(char *options, return 0; out_err: security_free_mnt_opts(opts); kfree(context); kfree(defcontext); kfree(fscontext); Loading Loading
arch/arm64/configs/msm8953-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y CONFIG_SETEND_EMULATION=y CONFIG_ARM64_SW_TTBR0_PAN=y # CONFIG_ARM64_VHE is not set CONFIG_RANDOMIZE_BASE=y CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y Loading
arch/arm64/configs/msm8953_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y CONFIG_SETEND_EMULATION=y CONFIG_ARM64_SW_TTBR0_PAN=y # CONFIG_ARM64_VHE is not set CONFIG_RANDOMIZE_BASE=y CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y Loading
security/selinux/hooks.c +3 −3 Original line number Diff line number Diff line Loading @@ -1092,10 +1092,9 @@ static int selinux_parse_opts_str(char *options, goto out_err; opts->mnt_opts_flags = kcalloc(NUM_SEL_MNT_OPTS, sizeof(int), GFP_ATOMIC); if (!opts->mnt_opts_flags) { kfree(opts->mnt_opts); if (!opts->mnt_opts_flags) goto out_err; } if (fscontext) { opts->mnt_opts[num_mnt_opts] = fscontext; Loading @@ -1118,6 +1117,7 @@ static int selinux_parse_opts_str(char *options, return 0; out_err: security_free_mnt_opts(opts); kfree(context); kfree(defcontext); kfree(fscontext); Loading