ARM-software / arm-systemready

Arm SystemReady
Apache License 2.0
54 stars 62 forks source link

We should get rid of the patch disabling the PSCI checker #213

Closed vstehle closed 1 week ago

vstehle commented 1 month ago

We have a patch on the Linux kernel to disable the PSCI checker by default and enable it only if a new psci_checker command line parameter is given.

Instead, we should:

  1. Remove this patch to let the PSCI checker run by default, and
  2. Verify that we can indeed skip the PSCI checker with initcall_blacklist=psci_checker if needed.