Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RISCV_USER_CFI:
( CONFIG_64BIT && CONFIG_MMU && \) && ( CONFIG_RISCV_ALTERNATIVE )Provides CPU-assisted control flow integrity to userspace tasks. Control flow integrity is provided by implementing shadow stack for backward edge and indirect branch tracking for forward edge. Shadow stack protection is a hardware feature that detects function return address corruption. This helps mitigate ROP attacks. Indirect branch tracking enforces that all indirect branches must land on a landing pad instruction else CPU will fault. This mitigates against JOP / COP attacks. Applications must be enabled to use it, and old userspace does not get protection "for free". default y.
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 - R index
Automatically generated (in year 2026). See also LKDDb sources on GitLab