|
@@ -177,10 +177,10 @@ runs:
|
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
|
run: |
|
|
run: |
|
|
|
echo "Applying 6.12 SUSFS fixes"
|
|
echo "Applying 6.12 SUSFS fixes"
|
|
|
- if [ "${{ inputs.sublevel }}" -le "77" ]; then
|
|
|
|
|
- echo "Applying exec.c Android 16 6.12 Fake Patch"
|
|
|
|
|
- sed -i '/^#include <linux\/dma-buf.h>$/d' fs/exec.c
|
|
|
|
|
- fi
|
|
|
|
|
|
|
+ #if [ "${{ inputs.sublevel }}" -le "77" ]; then
|
|
|
|
|
+ # echo "Applying exec.c Android 16 6.12 Fake Patch"
|
|
|
|
|
+ # sed -i '/^#include <linux\/dma-buf.h>$/d' fs/exec.c
|
|
|
|
|
+ #fi
|
|
|
|
|
|
|
|
- name: Apply Kernel SUSFS Patches
|
|
- name: Apply Kernel SUSFS Patches
|
|
|
shell: bash
|
|
shell: bash
|
|
@@ -279,10 +279,10 @@ runs:
|
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
|
run: |
|
|
run: |
|
|
|
echo "Reverting 6.12 Fake Patches"
|
|
echo "Reverting 6.12 Fake Patches"
|
|
|
- if [ "${{ inputs.sublevel }}" -le "77" ]; then
|
|
|
|
|
- echo "Reverting exec.c Android 16 6.12 Fake Patch"
|
|
|
|
|
- sed -i '/^#include <linux\/ksh.h>$/a #include <linux/dma-buf.h>' fs/exec.c
|
|
|
|
|
- fi
|
|
|
|
|
|
|
+ #if [ "${{ inputs.sublevel }}" -le "77" ]; then
|
|
|
|
|
+ # echo "Reverting exec.c Android 16 6.12 Fake Patch"
|
|
|
|
|
+ # sed -i '/^#include <linux\/ksh.h>$/a #include <linux/dma-buf.h>' fs/exec.c
|
|
|
|
|
+ #fi
|
|
|
|
|
|
|
|
- name: Apply Kernel SUSFS Patches
|
|
- name: Apply Kernel SUSFS Patches
|
|
|
shell: bash
|
|
shell: bash
|