Skip to content

Fixed SUVM allocation for the Anjuna build case - #5

Open
yanjuna wants to merge 7 commits into
acsl-technion:masterfrom
anjuna-security:master
Open

Fixed SUVM allocation for the Anjuna build case #5
yanjuna wants to merge 7 commits into
acsl-technion:masterfrom
anjuna-security:master

Conversation

@yanjuna

@yanjuna yanjuna commented Apr 18, 2020

Copy link
Copy Markdown
Contributor

The returned pointer wasn't checked for being NULL, and the treatment of it was returning NULL vs. exit(-1) as for the GRAPHENE case.

make -C ../../../mstores -f Makefile SDK_BUILD="-DGRAPHENE_BUILD" NO_COUNTERS="-DNO_COUNTERS" SUVM_PAGE_CACHE_BITS="-DSUVM_PAGE_CACHE_BITS=20";
make -C ../../../pass -f Makefile SDK_BUILD="-DANJUNA_BUILD" NO_COUNTERS="-DNO_COUNTERS" SUVM_PAGE_CACHE_BITS="-DSUVM_PAGE_CACHE_BITS=20";
make -C ../../../runtime -f Makefile SDK_BUILD="-DANJUNA_BUILD" NO_COUNTERS="-DNO_COUNTERS" SUVM_PAGE_CACHE_BITS="-DSUVM_PAGE_CACHE_BITS=20";
make -C ../../../mstores -f Makefile SDK_BUILD="-DANJUNA_BUILD" NO_COUNTERS="-DNO_COUNTERS" SUVM_PAGE_CACHE_BITS="-DSUVM_PAGE_CACHE_BITS=20";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can we keep the Graphene example as well? e.g., making cosmix_graphene,redis-server_suvm_graphene and cosmix_anjuna,redis-server_suvm_anjuna rules with the appropriate libOS flags?

@yanjuna

yanjuna commented Apr 19, 2020 via email

Copy link
Copy Markdown
Contributor Author

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

Successfully merging this pull request may close these issues.

2 participants