On Tue, Oct 01, 2024 at 09:06:12AM -0700, Deepak Gupta wrote: > Make an entry for cfi extensions in extensions.yaml. Run "git log --oneline" on the file/subsystem and follow the subject prefix pattern. > > Signed-off-by: Deepak Gupta <debug@xxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/riscv/extensions.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml > index 2cf2026cff57..356c60fd6cc8 100644 > --- a/Documentation/devicetree/bindings/riscv/extensions.yaml > +++ b/Documentation/devicetree/bindings/riscv/extensions.yaml > @@ -368,6 +368,20 @@ properties: > The standard Zicboz extension for cache-block zeroing as ratified > in commit 3dd606f ("Create cmobase-v1.0.pdf") of riscv-CMOs. > > + - const: zicfilp > + description: | > + The standard Zicfilp extension for enforcing forward edge > + control-flow integrity as ratified in commit 3f8e450 ("merge > + pull request #227 from ved-rivos/0709") of riscv-cfi > + github repo. > + > + - const: zicfiss > + description: | > + The standard Zicfiss extension for enforcing backward edge > + control-flow integrity as ratified in commit 3f8e450 ("merge > + pull request #227 from ved-rivos/0709") of riscv-cfi > + github repo. > + > - const: zicntr > description: > The standard Zicntr extension for base counters and timers, as > > -- > 2.45.0 >