Tags: Aixhy/ABK
Tags
fix: add missing SUSFS header includes for 6.1.141 and 6.6.50-92 Extend base.c.patch coverage to include 6.1.141 which fell in the gap between <=138 and >=145 conditions. Add safeguard to inject <linux/susfs.h> when SUSFS_IS_INODE_SUS_MAP or SUSFS_IS_INODE_OPEN_REDIRECT symbols are present but undeclared in 6.6.50-92 builds.
fix: resolve 6.12 setuid_hook.c duplicate definition and add android1… …6 support SukiSU's setuid_hook.c defines ksu_handle_setresuid() twice when CONFIG_KSU_SUSFS is enabled on kernel >= 6.8: once in the SUSFS path and again in the manual hook block. Add !defined(CONFIG_KSU_SUSFS) guard via sed to prevent the duplicate on 6.12 builds. Also add missing android16 to KPM patch path and boot image build.
fix(ci): attempt to fix SUSFS incompatibility for 6.6.50-92; temporar… …ily remove 5.10/5.15 legacy builds
PreviousNext