-
Notifications
You must be signed in to change notification settings - Fork 66
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
use_page_alloc #44
use_page_alloc #44
Conversation
def_bool y | ||
|
||
config INIT_DEBUG_ALWAYS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please delete it if this variable is not used anymore.
please review other variables too.
Yizheng, I put comments for a couple of files and found your patches is not for the latest master. now nuse branch is no longer the default and latest branch: please merge the latest master branch into your private branch, rebase it, and submit PR again. thanks. |
Sure. I will try to sync with the latest code. Yizheng On Sun, Jun 21, 2015 at 10:59 PM, Hajime Tazaki notifications@github.com
|
I really don't know how to make my repository synchronized On Tue, Jun 23, 2015 at 1:03 PM, Andy Joe jyizheng@gmail.com wrote:
|
@jyizheng to synchronize your code to the master, 'git rebase' is the way for your pull request so that I can merge your patches on top of net-next-nuse tree (i.e., fast-forward merge). for instance,
|
OK. Let me try it. On Wed, Aug 26, 2015 at 2:56 AM, Hajime Tazaki notifications@github.com
|
I don't know whether I have successfully merged my patches. Please check. |
@jyizheng hmm, I couldn't find your merged patches. |
Check here for details: libos-nuse#44 (comment)
Push my initial work for uploading memory manager add slib_env to use page_alloc.c Add headers from arm/include/asm and try to initilize buddy system freelists recover init/main.c add WANT_PAGE_VIRTUAL to use page->virtual a working version done delete prink debug message add a tiny change try to make no impact on upstream kernel solve OPT=no compiler crash solve undefined symbol for init_mm test add build.sh remove test delete build.sh add #endif solve some unreferced symbol problem change barrier.h disable some compile time check for atomic variables Do cleanup according to Hajime's suggestions. Check here for details: #44 (comment) git rid of #if 0 useless code Resolve Hajime'c commemts. Check here: https://github.com/libos-nuse/net-next-nuse/pull/47/files#r38614406 add cache_is_vivt back to highmem.c again to resolve some warnings resolve pull request comments 1)Change __MR_MAX_ZONES in arch/lib/Makefile 2)Use symbolic link in arch/lib/include 3)Resolve ERRORs reported by checkpatch.pl Lib: 1) resovle undefined symbol rumpns_irq_stat disable compile time check resolve pull request comments add something missing in the last commit
Push my initial work for uploading memory manager add slib_env to use page_alloc.c Add headers from arm/include/asm and try to initilize buddy system freelists recover init/main.c add WANT_PAGE_VIRTUAL to use page->virtual a working version done delete prink debug message add a tiny change try to make no impact on upstream kernel solve OPT=no compiler crash solve undefined symbol for init_mm test add build.sh remove test delete build.sh add #endif solve some unreferced symbol problem change barrier.h disable some compile time check for atomic variables Do cleanup according to Hajime's suggestions. Check here for details: #44 (comment) git rid of #if 0 useless code Resolve Hajime'c commemts. Check here: https://github.com/libos-nuse/net-next-nuse/pull/47/files#r38614406 add cache_is_vivt back to highmem.c again to resolve some warnings resolve pull request comments 1)Change __MR_MAX_ZONES in arch/lib/Makefile 2)Use symbolic link in arch/lib/include 3)Resolve ERRORs reported by checkpatch.pl Lib: 1) resovle undefined symbol rumpns_irq_stat disable compile time check resolve pull request comments add something missing in the last commit
Push my initial work for uploading memory manager add slib_env to use page_alloc.c Add headers from arm/include/asm and try to initilize buddy system freelists recover init/main.c add WANT_PAGE_VIRTUAL to use page->virtual a working version done delete prink debug message add a tiny change try to make no impact on upstream kernel solve OPT=no compiler crash solve undefined symbol for init_mm test add build.sh remove test delete build.sh add #endif solve some unreferced symbol problem change barrier.h disable some compile time check for atomic variables Do cleanup according to Hajime's suggestions. Check here for details: #44 (comment) git rid of #if 0 useless code Resolve Hajime'c commemts. Check here: https://github.com/libos-nuse/net-next-nuse/pull/47/files#r38614406 add cache_is_vivt back to highmem.c again to resolve some warnings resolve pull request comments 1)Change __MR_MAX_ZONES in arch/lib/Makefile 2)Use symbolic link in arch/lib/include 3)Resolve ERRORs reported by checkpatch.pl Lib: 1) resovle undefined symbol rumpns_irq_stat disable compile time check resolve pull request comments add something missing in the last commit
Make page_alloc.c and etc. compiled in the linux.so