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

CONFIG_RISCV_USER_CFI: riscv userspace control flow integrity

General informations

The Linux kernel configuration item CONFIG_RISCV_USER_CFI:

Help text

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.

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 - R index

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