summaryrefslogtreecommitdiff
path: root/Documentation/x86
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2020-05-28 23:13:59 +0300
committerThomas Gleixner <tglx@linutronix.de>2020-06-18 16:47:05 +0300
commit742c45c3ecc9255e15eddbbcee44fd8de401cf1c (patch)
treef97f2df3fdcd3de342e7231823da20078a194a85 /Documentation/x86
parentb745cfba44c152c34363eea9e052367b6b1d652b (diff)
downloadlinux-742c45c3ecc9255e15eddbbcee44fd8de401cf1c.tar.xz
x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2
The kernel needs to explicitly enable FSGSBASE. So, the application needs to know if it can safely use these instructions. Just looking at the CPUID bit is not enough because it may be running in a kernel that does not enable the instructions. One way for the application would be to just try and catch the SIGILL. But that is difficult to do in libraries which may not want to overwrite the signal handlers of the main application. Enumerate the enabled FSGSBASE capability in bit 1 of AT_HWCAP2 in the ELF aux vector. AT_HWCAP2 is already used by PPC for similar purposes. The application can access it open coded or by using the getauxval() function in newer versions of glibc. [ tglx: Massaged changelog ] Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/1557309753-24073-18-git-send-email-chang.seok.bae@intel.com Link: https://lkml.kernel.org/r/20200528201402.1708239-14-sashal@kernel.org
Diffstat (limited to 'Documentation/x86')
0 files changed, 0 insertions, 0 deletions