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

CONFIG_STACKPROTECTOR_PER_TASK: Use a unique stack canary value for each task

General informations

The Linux kernel configuration item CONFIG_STACKPROTECTOR_PER_TASK has multiple definitions:

Use a unique stack canary value for each task found in arch/arm/Kconfig

The configuration item CONFIG_STACKPROTECTOR_PER_TASK:

Help text

Due to the fact that GCC uses an ordinary symbol reference from which to load the value of the stack canary, this value can only change at reboot time on SMP systems, and all tasks running in the kernel's address space are forced to use the same canary value for the entire duration that the system is up.

Enable this option to switch to a different method that uses a different canary value for each task.

found in arch/riscv/Kconfig

The configuration item CONFIG_STACKPROTECTOR_PER_TASK:

Help text

(none)

found in arch/arm64/Kconfig

The configuration item CONFIG_STACKPROTECTOR_PER_TASK:

Help text

(none)

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