We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf294e4 commit 8ae3ff0Copy full SHA for 8ae3ff0
.github/workflows/gki-kernel.yaml
@@ -79,7 +79,7 @@ jobs:
79
echo 'obj-y += nuke_ext4_lkm/' >> drivers/Makefile
80
81
# stop this exports check
82
- sed -i '/check_exports(mod)/d' scripts/mod/modpost.c
+ # sed -i '/check_exports(mod)/d' scripts/mod/modpost.c
83
84
# force exports of these, just like ksu
85
[ -f "android/abi_gki_aarch64" ] && echo " register_kprobe" >> android/abi_gki_aarch64 && echo " unregister_kprobe" >> android/abi_gki_aarch64
0 commit comments