[PATCH] lib: sbi_domain_context: Fix file permissions

Samuel Holland samuel.holland at sifive.com
Fri Aug 30 08:56:56 PDT 2024


These C source files should not be marked as executable.

Signed-off-by: Samuel Holland <samuel.holland at sifive.com>
---

 include/sbi/sbi_domain_context.h | 0
 lib/sbi/sbi_domain_context.c     | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 include/sbi/sbi_domain_context.h
 mode change 100755 => 100644 lib/sbi/sbi_domain_context.c

diff --git a/include/sbi/sbi_domain_context.h b/include/sbi/sbi_domain_context.h
old mode 100755
new mode 100644
diff --git a/lib/sbi/sbi_domain_context.c b/lib/sbi/sbi_domain_context.c
old mode 100755
new mode 100644
-- 
2.45.1




More information about the opensbi mailing list