소스 검색

fix: correct log message for applying Android 13 5.15 fake patch in task_mmu.c

TheWildJames 3 달 전
부모
커밋
c57ea58005
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/actions/susfs/action.yml

+ 1 - 1
.github/actions/susfs/action.yml

@@ -119,7 +119,7 @@ runs:
           perl -i -pe 's/ignored_mask:%x/ignored_mask:0/g' fs/notify/fdinfo.c
         fi
         if [ "${{ inputs.sublevel }}" -ge "207" ]; then
-          echo "Applying task_mmu.c Android 14 6.1 Fake Patch"
+          echo "Applying task_mmu.c Android 13 5.15 Fake Patch"
           sed -i '/^#include <trace\/hooks\/blk.h>$/d' fs/proc/task_mmu.c
         fi