Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_STRICT_SIGALTSTACK_SIZE
:
CONFIG_DYNAMIC_SIGFRAME
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.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2025). See also LKDDb sources on GitLab