arch/riscv/configs/hardening.config

Source file repositories/reference/linux-study-clean/arch/riscv/configs/hardening.config

File Facts

System
Linux kernel
Corpus path
arch/riscv/configs/hardening.config
Extension
.config
Size
121 bytes
Lines
5
Domain
Architecture Layer
Bucket
arch/riscv
Inferred role
Architecture Layer: arch/riscv
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# RISCV specific kernel hardening options

# Enable control flow integrity support for usermode.
CONFIG_RISCV_USER_CFI=y

Annotation

Implementation Notes