bmax121 / KernelPatch

Patching and hooking the Linux kernel with only a stripped Linux kernel image.
GNU General Public License v2.0
735 stars 127 forks source link

Only KernelPatch 0.7.x versions successfully load modules on 4.14 kernel device #102

Open CaptainThrowback opened 5 months ago

CaptainThrowback commented 5 months ago

Device: ASUS ROG Phone II Android version: 11 Kernel version: 4.14.190-perf

In doing some extensive testing yesterday, I discovered that old 0.7.x kpatch works on my old 4.14 kernel device. I'm able to use root up to 10474 APatch version, and install modules which work correctly.

All kpatch versions after 0.7.x up to 0.9.x will prevent the device from booting entirely.

Kpatch versions 0.10.x allow the device to boot, and root works, however modules install but do not load.

With 0.11.x kpatch, the device once again doesn't boot.

Attached are APatch logs from the working 0.7.x version and logs from the 0.10.x version so they can be compared. Unfortunately there's no log I can get from the versions that don't boot.

If you need any additional information or feedback, please either reply here or reach out to me on Telegram.

APatch_10474_bugreport_KernelPatch_0.7.2.tar.gz APatch_10824_bugreport_KernelPatch_0.10.7.tar.gz