Commit 64d0178e authored by ASHISH KUMAR GOYAL's avatar ASHISH KUMAR GOYAL

Merge changes

parents f656d4a3 c3e56c69
#MTP Meeting Minutes # MTP Meeting Minutes
###2020-09-14(Monday) ### 2020-09-14(Monday)
- Export symbol issue while trying to call a function defined in existing kernel module from a lodable module. - Export symbol issue while trying to call a function defined in existing kernel module from a lodable module.
- Need to export symbol from the file which defines it, which would require kernel compilation. - Need to export symbol from the file which defines it, which would require kernel compilation.
- Instead could traverse the tasks list on your own. - Instead could traverse the tasks list on your own.
- Write the problem description. may include- notes on each OS components affected, why is it intersting, related works in it, how would you test your solutions. - Write the problem description. may include- notes on each OS components affected, why is it intersting, related works in it, how would you test your solutions.
###2020-09-7(Monday) ### 2020-09-7(Monday)
- [@asgoyal] No progress on previous action items. - [@asgoyal] No progress on previous action items.
- [@asgoyal] Read about page cache in LKD and pmem.io book 2 chapters. - [@asgoyal] Read about page cache in LKD and pmem.io book 2 chapters.
- [@puru] Come up with a summary of what you read if not anything on implementaion. - [@puru] Come up with a summary of what you read if not anything on implementaion.
...@@ -15,14 +15,14 @@ ...@@ -15,14 +15,14 @@
- Update the git repo with action items and meeting minutes. - Update the git repo with action items and meeting minutes.
- Next meeting on Thrusday(10th Sept.) at 12:30PM. - Next meeting on Thrusday(10th Sept.) at 12:30PM.
###2020-08-31(Monday) ### 2020-08-31(Monday)
- Come up with a more detailed list of kernel/kvm excersizes which may be done. The list may keep on changing as move forward. - Come up with a more detailed list of kernel/kvm excersizes which may be done. The list may keep on changing as move forward.
- Examples\- - Examples\-
- Implement some tool to demonstrate how KVM manages VM image file later point in time. (Read about this and come up with some excersize). - Implement some tool to demonstrate how KVM manages VM image file later point in time. (Read about this and come up with some excersize).
- To demonstrate page cache organisation, manipulation and updation. - To demonstrate page cache organisation, manipulation and updation.
- Come up with a description of problem we are working on. What all OS components would possible need modification. - Come up with a description of problem we are working on. What all OS components would possible need modification.
###2020-08-28(Friday) ### 2020-08-28(Friday)
- Use Case and Architecture assumptions as of now- - Use Case and Architecture assumptions as of now-
- Handling persistent page caches for VM images. - Handling persistent page caches for VM images.
- VM images stored on network and client has hybrid NVRAM/DRAM memory. - VM images stored on network and client has hybrid NVRAM/DRAM memory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment