Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: riscv: document zicfilp and zicfiss in extensions.yaml

Make an entry for cfi extensions in extensions.yaml.

Signed-off-by: Deepak Gupta <debug@rivosinc.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Tested-by: Andreas Korb <andreas.korb@aisec.fraunhofer.de> # QEMU, custom CVA6
Tested-by: Valentin Haudiquet <valentin.haudiquet@canonical.com>
Link: https://patch.msgid.link/20251112-v5_user_cfi_series-v23-2-b55691eacf4f@rivosinc.com
[pjw@kernel.org: updated subject]
Signed-off-by: Paul Walmsley <pjw@kernel.org>

authored by

Deepak Gupta and committed by
Paul Walmsley
f94645fc 98036587

+14
+14
Documentation/devicetree/bindings/riscv/extensions.yaml
··· 469 469 The standard Zicboz extension for cache-block zeroing as ratified 470 470 in commit 3dd606f ("Create cmobase-v1.0.pdf") of riscv-CMOs. 471 471 472 + - const: zicfilp 473 + description: | 474 + The standard Zicfilp extension for enforcing forward edge 475 + control-flow integrity as ratified in commit 3f8e450 ("merge 476 + pull request #227 from ved-rivos/0709") of riscv-cfi 477 + github repo. 478 + 479 + - const: zicfiss 480 + description: | 481 + The standard Zicfiss extension for enforcing backward edge 482 + control-flow integrity as ratified in commit 3f8e450 ("merge 483 + pull request #227 from ved-rivos/0709") of riscv-cfi 484 + github repo. 485 + 472 486 - const: zicntr 473 487 description: 474 488 The standard Zicntr extension for base counters and timers, as