Improve the COMPAT_VDSO check
authorAlexander Popov <alex.popov@linux.com>
Sun, 30 Apr 2023 22:16:03 +0000 (01:16 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 30 Apr 2023 22:16:03 +0000 (01:16 +0300)
commit22728555223c98630180c2f642cc7e369424bd8a
tree3a84aa3cbbb658edaa66229eee2ef814d58a53fb
parent7bb6a185ab3e68b25d24279466727c7ac69bd059
Improve the COMPAT_VDSO check

CONFIG_COMPAT_VDSO disabled ASLR of vDSO only on X86_64 and X86_32.
On ARM64 this option has different meaning (see the mainline commit
7c4791c9efca8c105a86022f7d5532aeaa819125).

Thanks to @izh1979 for the idea
kconfig_hardened_check/checks.py