Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KERNEL_STACK_ORDER
has multiple definitions:
arch/um/Kconfig
The configuration item CONFIG_KERNEL_STACK_ORDER:
( CONFIG_64BIT ) && (! CONFIG_64BIT )
This option determines the size of UML kernel stacks. They will be 1 << order pages. The default is OK unless you're running Valgrind on UML, in which case, set this to 3. It is possible to reduce the stack to 1 for 64BIT and 0 for 32BIT on older (pre-2017) CPUs. It is not recommended on newer CPUs due to the increase in the size of the state which needs to be saved when handling signals.
arch/um/Kconfig.um
The configuration item CONFIG_KERNEL_STACK_ORDER:
( CONFIG_64BIT ) && (! CONFIG_64BIT )
This option determines the size of UML kernel stacks. They will be 1 << order pages. The default is OK unless you're running Valgrind on UML, in which case, set this to 3.
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 - K index
Automatically generated (in year 2024). See also LKDDb sources on GitLab