Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index

CONFIG_STRICT_SIGALTSTACK_SIZE: Enforce strict size checking for sigaltstack

General informations

The Linux kernel configuration item CONFIG_STRICT_SIGALTSTACK_SIZE:

Help text

For historical reasons MINSIGSTKSZ is a constant which became already too small with AVX512 support. Add a mechanism to enforce strict checking of the sigaltstack size against the real size of the FPU frame. This option enables the check by default. It can also be controlled via the kernel command line option 'strict_sas_size' independent of this config switch. Enabling it might break existing applications which allocate a too small sigaltstack but 'work' because they never get a signal delivered.

Say 'N' unless you want to really enforce this check.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index

Automatically generated (in year 2024). See also LKDDb sources on GitLab