Skip to content

Commit 84213b8

Browse files
committed
[fineibt-bypass] Fix patch apply bug
1 parent b166e52 commit 84213b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/fineibt-bypass/kernel/build_kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd linux-6.6-rc4
99
cp ../config .config
1010

1111
# Apply the patch required for PoC
12-
git apply ../fineibt_poc.patch
12+
patch -p1 < ../fineibt_poc.patch
1313

1414
make CC=clang-16 olddefconfig
1515

0 commit comments

Comments
 (0)