Skip to content

kconfig_check: disable CONFIG_PFT

postmarketOS Bot requested to merge feature/kconfig-check-config-pft into master

Created by: ollieparanoid

From https://wiki.postmarketos.org/wiki/Kernel_configuration#CONFIG_PFT:

This caused builds to fail with a modern GCC at least once, and while it originally was meant as security feature by Qualcomm, "it is unsupported by Qualcomm, and opens up to a wide range of potential attack surfaces that has not been audited by anyone." (source)

It failed building with that option enabled for amazon-thor, see #823.

I have not rebuilt all kernels yet to test that compilation is still working, doing that would be highly appreciated. Otherwise I'll do it the following days.

Merge request reports