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

#1229 - Add macro for "mkmp" mount option #1409

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from

Conversation

ggracechoi
Copy link

Prerequisite checklist

  • [ X ] Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • [ X ] Ran the checkpatch.uk on your commit series before opening this PR;
  • [ X ] Updated relevant documentation.

Base target

  • Architecture(s): [e.g. x86_64 or N/A]
  • Platform(s): [e.g. kvm, xen or N/A]
  • Application(s): [e.g. app-python3 or N/A]

Additional configuration

N/A

Description of changes

We created the macro LIBVFSCORE_INITRD_OPT_MKMP for the string "mkmp" mount option in lib/vfscore/automount.c and replaced the single instance of "mkmp" with the macro. Our only concern is we were not able to test our changes because our terminals could not recognize "sh" while following these guidelines.

Add LIBVFSCORE_INITRD_OPT_MKMP for "mkmp" mount option in
lib/vfscore/automount.c, instead of just the string "mkmp."

Signed-off-by: Grace Choi <gracechoi@utexas.edu>

Signed-off-by: Pranjal Rai <pranjalrai@utexas.edu>
@ggracechoi ggracechoi requested review from a team as code owners May 4, 2024 05:35
@github-actions github-actions bot added area/docs Documentation area/lib Internal Unikraft Microlibrary lang/c Issues or PRs to do with C/C++ lib/vfscore VFS Core Interface labels May 4, 2024
@razvand razvand self-assigned this May 21, 2024
@razvand razvand requested review from Mihnea27, StefanJum and mariasfiraiala and removed request for a team May 21, 2024 20:28
@razvand razvand added this to the v0.17.0 (Calypso) milestone May 21, 2024
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ggracechoi please remove the commit that modifies the README file, and remove the indentation changes that are not related to the mkmp macro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation area/lib Internal Unikraft Microlibrary lang/c Issues or PRs to do with C/C++ lib/vfscore VFS Core Interface
Projects
Status: 🏗 In Progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants