Skip to content

Commit

Permalink
Try to unprotect KVM by different method (in the correct workflow thi…
Browse files Browse the repository at this point in the history
…s time)
  • Loading branch information
flanter21 authored Nov 24, 2024
1 parent dc8dd8a commit 8889486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android13-5.15-SM-X910-docker-opts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
ls build
echo "head -n 10 common/Makefile"
head -n 10 common/Makefile
sed -i 's/CONFIG_CMDLINE="stack_depot_disable=on kasan.stacktrace=off kvm-arm.mode=protected cgroup_disable=pressure"/CONFIG_CMDLINE="stack_depot_disable=on kasan.stacktrace=off kvm-arm.mode=nvhe cgroup_disable=pressure"' common/arch/arm64/configs/kalama_gki_defconfig # unprotect KVM
sed -i 's/CONFIG_DEBUG_INFO_BTF=y/CONFIG_DEBUG_INFO_BTF=n/' common/arch/arm64/configs/kalama_gki_defconfig
sed -i 's/CONFIG_DEBUG_INFO_BTF_MODULES=y/CONFIG_DEBUG_INFO_BTF_MODULES=n/' common/arch/arm64/configs/kalama_gki_defconfig
echo "will do build/config.sh"
Expand Down

0 comments on commit 8889486

Please sign in to comment.