Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further work #14

Open
3 of 7 tasks
0152la opened this issue Jan 29, 2024 · 4 comments
Open
3 of 7 tasks

Further work #14

0152la opened this issue Jan 29, 2024 · 4 comments

Comments

@0152la
Copy link
Contributor

0152la commented Jan 29, 2024

Discussion in #13 led to further work to be done. Since #13 is already too large, we will split the further work in future PRs.

These items are:

  • add a clang-format file (particularly consider how to present pointer types, i.e., where to put the asterisk)
  • re-add all disabled tests
  • consider removing support for static ELF binaries
  • check whether functions which perform system calls or vDSO calls work in dynamic binary compartments
  • try to run some analysers - Clang Static Analyzer1, and any else that might work / exist
  • reconsider source file structure / user-facing API design
  • rethink interface for passing compartment config information

Footnotes

  1. https://github.com/CTSRD-CHERI/cheribsd-ports/pull/109

@0152la
Copy link
Contributor Author

0152la commented Feb 6, 2024

Order to tackle next things:
Clang format > compartment config info > remove static ELF support

@0152la
Copy link
Contributor Author

0152la commented Feb 7, 2024

Adding clang-format done in #17.

@0152la
Copy link
Contributor Author

0152la commented Feb 8, 2024

Compartment config interface rethink done in #18.

@0152la
Copy link
Contributor Author

0152la commented Feb 8, 2024

Removed support for static ELF binaries in #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant